@charset "UTF-8";
.contents * {
	font-size: 20px;
	line-height: 1.5em;
	color: #333333;
}
.contents {
	width: 960px;
	height: auto;
	margin: 0 auto;
}
.contents img{
	width: auto;
}

.contents a:hover, .contents button:hover {
	opacity:0.7;
	text-decoration:none;	
}

/* top */

.top {
	background: url(../images/main_bg.png);
	padding: 20px 50px 0px;
}
.top h2,.top h1 {
	text-align: center;
	margin-bottom: 8px;
}
.top .entry_box {
	float: right;
}
.top p {
	vertical-align: middle;
	min-height: 106px;
	padding: 5px 0;
	letter-spacing: normal;
}
.top .entry_box div {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	height: 106px;
}
.top .entry_box div:last-child {
	padding-right: 0;
}
.top p {
	font-size: 22px;
}
/* otoku */

.otoku {
	background: #b2e4ff;
	padding: 20px 40px;
}
.otoku h2 {
	margin-bottom: 30px;
}
.otoku li {
	background: #ffffff;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom:20px;
}
.otoku li:last-child {
	margin-bottom: 0;
}
.otoku li h3 {
	margin-bottom: 20px;
}
.otoku li p {
	margin-left: 63px;
	font-size: 14px;
}
.otoku li p span.large {
	font-size: 20px;
}
.otoku li p span.red01 {
	font-size: 20px;
	font-weight:bold;
	color:#FF0000;
}
.otoku li p.cap {
	margin-top:8px;
	font-size: 16px;
}
.otoku li p span.red02 {
	font-size: 16px;
	font-weight:bold;
	color:#FF0000;
}
/* campaign */

.campaign {
	margin-top: 30px;
}
/* use */
.use {
	padding: 40px 20px;
	/*background: url(../images/use_bk.png);*/
}
.use h2 {
	margin-bottom: 15px;
	text-align: center;
}
.use .column p {
	float: left;
	font-size: 18px;
	line-height: 1.4em;
}
.use .column .img {
	text-align:right;
}
/* entry */

.entry {
	margin-bottom: 20px;
}

.entry .column {
  display:table;
  table-layout: fixed;
}

.entry .column .cell {
	display:table-cell;	
}

.entry .column .box {
	padding: 20px;
}
.entry .column h3 {
	text-align: center;
	background:#ffffff;
}

.entry .column h3 img {
	margin-bottom:15px;	
}

.entry .column h4 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.entry .column .box hr+p {
	margin-bottom: 15px;
}
.entry .column hr {
	border: 0;
	height: 3px;
}


.entry .column .box .qr {
	display: table;
	background: #ffffff;
	border-radius: 10px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.entry .column .box p {
	font-weight: bold;
	line-height: 1.5em;
	font-family: 'ヒラギノ角ゴ ProN','Hiragino kaku Gothic ProN','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
}
.entry .column .box .qr div, .entry .column .box .qr p {
	display: table-cell;
	vertical-align: middle;
}
.entry .column .box .qr p {
	width: 157px;
	font-weight: normal;
}
.entry .column .box .qr .qrcode {
	width: 184px;
	text-align: right;
}
/* entry > left */

.entry .column .left {
	width: 470px; 
	border-right:20px solid #ffffff;
}
.entry .column .left hr {
	background: #009ffd;
}
.entry .column .cell h3 {

}
.entry .column .left {
	background: #ccecff;
}
.entry .column .left h4 {
	color: #009ffd;
}
.entry .column .left .form {
	background: #ffffff;
	border-radius: 10px;
	padding: 15px;
}
.entry .column .left .form input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
}
.entry .column .left .form .btn {
	text-align: right;
}
.btn_submit {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	cursor: pointer;
}
/* entry > right */

.entry .column .right {
/*	width: 470px;
	float: right; */
}
.entry .column .right hr {
	background: #ff7f00;
}

.entry .column .cell h3 {
	text-align: center;
}
.entry .column .right {
	background: #ffe5cc;
}
.entry .column .right h4 {
	color: #ff7f00;
}
.entry .column .right .img {
	text-align: center;
}
.entry .column .right .form {
	background: #ffffff;
	border-radius: 10px;
	padding: 15px 14px;
}
.entry .column .right .form input[type="text"] {
	width: 100%;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
}
.entry .column .right .form .btn {
	text-align: right;
}

/* point */

.point {
	margin-bottom:55px;	
}

.point .box {
	padding:30px;
	background:#fffde5;	
	margin-bottom:20px;
}

.point .point_info {
	
	color:#fd0000;	
	text-align:center;
	font-size:60px;
	font-weight:bold;
	margin-bottom:10px;
}

.point .point_info strong {
	color:#fd0000;
	font-size:100px;
}

.point .point_info+p {
	text-align:right;	
}

.tour .kaigai {
	background: #ccecff;
	float:left;
	width:470px;
}

.tour .kokunai {
	background: #ffe5cc;
	float:right;
	width:470px;
}

.tour .cell {
	display:table;
	padding:20px;
	box-sizing:border-box;
}

.tour .cell p,.tour .cell div {
	display:table-cell;	
	vertical-align:middle;
}
.tour h3 {
	margin-bottom:20px;	
}

.tour .cell p {
	font-size:30px;
	font-weight:bold;	
}
.tour .cell div {
	width:143px;	
}

/* Q&A */

.qa {
	margin-bottom:30px;	
}

.gray_txt {
	background:#333333;
	color:#ffffff;
	font-weight:bold;
	font-size:30px;
	padding:10px 30px;

}

.qa .box {
	padding:15px 20px;	
}
.qa ul li {
	width:420px;
	display:inline-block;
	margin-bottom:10px;
	padding-left:1em;
	text-indent:-1em;
}
.qa ul li:nth-child(odd){
	margin-right:30px;
	}

.qa a {
	color:#1d3994;
	font-weight:normal;

}

.qa ul li a:before {
	content:"・";	
}

.qa .more_open {
	text-align:right;	
}

.qa .more_open a {
	color:#009ffd;	
}

.qa .more_open a.open:before {
	content:"＋";	
}

.qa .more_open a.close:before {
	content:"－";	
}

.qa .more_open a.close {
	display:none;	
}
.qa .more {
	display:none;	
}
.qa .view {
	display:block;
}



/* contact */

.contact {
	margin-bottom:30px;
}

.contact .box {
	padding:15px 20px;	
}

.contact h3 {
	margin-bottom:15px;	
}

.contact .contact_info {
	margin-bottom:15px;	
}

.contact .tel {
	float:left;	
	width:390px;
}
.contact .email {
	float:right;
}

.contact .email .img {
	display:inline-block;
}

.contact .email .btn {
	display:inline-block;
	margin-left:20px;	
}


.column {
	border:solid 3px #ff0000;
	background:#FFFFFF;
	padding:10px;
}
.txt_ttl {
	border-bottom:solid 1px #ff0000;
	font-size:23px;
	color:#FF0000;
	font-weight:bold;
	margin-bottom:5px;
}
.moreBtn {
	text-align:right;
}

.cpn_bg{
	background: #fffcc9;
    padding: 20px;
    margin: 0 0 20px;
}
.cpn_bg dt{
	font-size: 22px;
	line-height: 1.3;
    text-align: center;
    padding: 0 10px 20px;
}
.cpn_bg dt strong{
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
}
.cpn_bg .cpn_date{
	background: #ff9409;
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
    margin: auto;
        padding: 5px 10px;
    text-align: center;
}

.cpn_bg .cpn_txtbox{
    background: #fff /*url(/attending/sumapo/images/cili_kumakichi-015.png) no-repeat right bottom*/;
	padding: 10px 10px 10px  0;
    margin: auto;
}
.cpn_bg .cpn_txtbox .cpn_txt{
	font-size: 20px;
	line-height: 1.5;
    margin-top: 5px;
    margin-left: 63px;
}
.cpn_bg .cpn_txtbox .cpn_txt strong{
    font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.cpn_bg .cpn_txtbox .cpn_txt:nth-child(1){
    margin-top: 0;
    margin-bottom: 10px;
}

.cpn_bg .cpn_notice{
    font-size: 16px;
	padding: 10px  30px;
    background: url(/attending/sumapo/images/HI19-048811.png) no-repeat right bottom;
}

.px14{
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}