@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #e50038}
.f-red { color: #e50038}
.f-blue { color: #0993b2}
.green {
    color: #4aaf5d;
}
.txt_small{
    font-size: 80%;
}

/* CSS初期設定 */
html {
	font-size: 62.5%;
}
#bg img {
	border:0;
	vertical-align:bottom;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

p.images img{
	width:250px;
	height:auto!important;
}

h1{
	background:none;
	margin:8px 0 8px 0;
}

.pcnone{
	display:none;
}

div.colum3T div{
	cursor:pointer;
}

div.colum3T div:hover img,
a.bnr950:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}

.naviNormal li{
font-size: 1.2em;
}

#templeteWrap{
	width:100%;
}

.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}

#wrapInner{
	width:100%!important;
}

#inner950{
	width:950px;
	margin:0 auto;
	display:block;
}

.inner950{
	width:950px;
	margin:0 auto;
	display:block;
}


/*title---------------------------------------------------*/
#title {
	background-color: #f8c6bd;
	background: url("../images/bg_main.jpg") no-repeat center top;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
	height:800px;
}
#title p {
	width: 600px;
	margin: 0 auto;
  padding: 0;
}


#sakaisr .title_campaign {
	width: 400px;
	margin: 0 auto;
	padding: 45px 0;
}
#sakaisr .title_campaign a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #4aaf5d;
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#sakaisr .title_campaign a:hover {
	opacity: 0.6;
	text-decoration: none !important;
}
#sakaisr .title_campaign h2 {
	margin: 0;
	font-size: 2.0rem;
	font-weight: bold;
    color: #fff;
    padding: 0;
}
#sakaisr .title_campaign h2:before,
#sakaisr .title_campaign h2:after{
    border:none;
}
#sakaisr .title_campaign p {
	margin: 0;
	font-size: 1.4rem;
	font-weight: normal;
}

#sakaisr .title_wester {
	margin: 0;
	font-size: 2.9rem;
	font-weight: bold;
	color: #0993b2;
}
#sakaisr .title_srspot {
	font-size: 2.2rem;
    letter-spacing: -0.05em;
}
#sakaisr .title_attention_mini {
	margin: 0;
	font-size: 2.1rem;
	font-weight: bold !important;
}


/*--ここから改修------------------------------------------------------------------------------------------------*/
/*reset*/
ul{margin:0;padding:0;}
li{list-style: none;}

#sakaisr * {
	box-sizing: border-box;
}
#sakaisr {
	font-size: 2.5rem;
	overflow: hidden;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #222;
	text-align: center;
	font-weight: bold;
}
#sakaisr .bg_pattern01 {
	background: #f5ffeb;
	padding-bottom: 80px;
}
#sakaisr .bg_pattern02 {
	background: #fff;
	padding-bottom: 80px;
}
#sakaisr .bg_pattern03 {
	background: #f5f5f5;
	padding-bottom: 80px;
}
#sakaisr .text_left {
	text-align: left;
}
#sakaisr .text_right {
	text-align: right;
}
#sakaisr .text_small {
	font-size: 1.4rem;
	font-weight: normal;
}
#sakaisr .text_big {
	font-size: 120%;
}
#sakaisr .text_stronggreen {
color: #4aaf5d;
}
#sakaisr .text_green {
color: #4aaf5d;
}
#sakaisr .text_marker_apricot {
	background: linear-gradient(transparent 60%, #f8c6bd 60%);
}
#sakaisr .text_marker_green{
	background: linear-gradient(transparent 60%, #f5ffeb 60%);
}

/* 概要  === #summary */
#summary #present_info {
	width: 950px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 45px auto 0;
}


#summary p{
 line-height:1.8;
 margin-bottom: 10px;
}
#summary .img_category{
margin:30px 0;
}
#summary .persons{
font-size: 5.0rem;
letter-spacing: 2px;
}
#summary .text_marker_apricot{
 line-height:1;
}



/* 賞品 === #lottery */
#lottery h3{
 padding: 0 0 40px 0;
    font-size: 30px;
}
#lottery #present_lottery {
	margin: 23px auto 50px;
}
#lottery #present_lottery p {
	margin-right: 15px;
 line-height:1.5;
 margin-bottom: 10px;
}
#lottery #present_contents ul{
margin:50px auto;
    background:#f5ffeb;
    padding: 50px 50px;
    border-radius: 30px;
}
#lottery #present_contents ul li{
}

#lottery #present_lottery p.attention {
	padding: 15px;
	background: #eee;
	margin-top: 30px;
	/*color: #ff0000;*/
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#lottery #present_lottery p.attention span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}

/* 抽選について === #chance */

#chance .wrap {
    background: #fff;
    padding: 25px;
    border-radius: 30px;
    border:2px solid #d8f2be;
    box-sizing: border-box;
}

/* キャンペーン規約・注意事項 */
#sakaisr #campaign_info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 640px;
	margin: 40px auto 35px;
}
#sakaisr #campaign_appdl {
	width: 580px;
	margin-left: 60px;
}
#sakaisr #campaign_appdl ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 40px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
#sakaisr .text_campaign {
	text-indent: -1.25em;
	margin-left: 1.25em;
	font-size: 1.6rem;
	font-weight: normal;
}





/* スタンプラリー対象スポット === #spot */

/* tab */
#spot .tab_wrap {
position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#spot .tab_wrap .tab_label {	/* タブ */
	margin-right: 15px;
	padding: 7px 0;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
  /*width:122px;*/
	cursor: pointer;
	font-size: 2.1rem;
}
#spot .tab_wrap .tab_label span{display: none;}

#spot .tab_wrap .tab_label {
	border: #377336 3px solid;
    background: #d8f2be;
    padding: 10px;
    margin: 10px 20px 0 0;
    color: #4aaf5d;
    border-radius: 40px;
    font-size: 28px;
}
#spot .tab_wrap .tab_label:hover {
    background: #4aaf5d;
    color: #fff;
}
#spot .tab_wrap .tab_label:last-child {
	margin-right: 0;
}
#spot .tab_wrap .tab_label:nth-last-of-type(1){ margin-right: 0; }
#spot .tab_wrap input {		/* ラジオボタン非表示 */
	display: none;
}
#spot .tab_wrap .tab_content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
#spot .tab_wrap input:checked + .tab_label {
    background: #4aaf5d;
    color: #fff;
}
#spot .tab_wrap input:checked + .tab_label + .tab_content {
	margin: 35px 0 0;
	padding: 0 25px;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
	border: 3px solid #377336;
	border-radius: 25px;
	background: #fff;
}
#spot .tab_content ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
	border-bottom: 2px solid #377336;
}
#spot .tab_content ul li:last-of-type {
	border: none;
}
#spot .tab_content ul li .spot_image {
	width: 280px;
	margin-right: 30px;
}
#spot .tab_content ul li .spot_text h3 {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: normal;
}
#spot .tab_content ul li .spot_text p {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: normal;
}
#spot .tab_content ul li .spot_text dl div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#spot .tab_content ul li .spot_text dt,
#spot .tab_content ul li .spot_text dd {
	margin-bottom: 8px;
	font-size: 1.9rem;
	word-break: break-all;
}

#spot .tab_content ul li .spot_text p.spot_info {
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.3;
}
#spot .tab_content ul li .spot_text dd .spot_brank {
	margin-top: 15px;
}
#spot .tab_content ul li .spot_text .spot_address dt {
	width: 3em;
}
#spot .tab_content ul li .spot_text .spot_address dd {
	width: calc(100% - 3em);
}
#spot .tab_content ul li .spot_text .spot_bh dt {
	width: 5em;
}
#spot .tab_content ul li .spot_text .spot_bh dd {
	width: calc(100% - 5em);
}
#spot .tab_content ul li .spot_text .spot_closed dt {
	width: 4em;
}
#spot .tab_content ul li .spot_text .spot_closed dd {
	width: calc(100% - 4em);
}
#spot .tab_content ul li .spot_text .spot_access dt {
	width: 5em;
}
#spot .tab_content ul li .spot_text .spot_access dd {
	width: calc(100% - 5em);
}







/* 参加方法 === #howto */
#howto p{
 line-height:1.8;
 margin-bottom: 10px;
}
#howto .stepbox {
	position: relative;
	margin-bottom: 60px;
	padding: 42px 0;
	background: #fff;
	border-radius: 25px;
}
#howto .stepbox h3 {
	position: absolute;
	top: -26px;
	left: 34px;
}
#howto .stepbox p {
	font-size: 2.0rem;
}
#howto .stepbox p span {
	font-size: 2.7rem;
	color: #0993b2;
}

#howto .stepbox_li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
#howto .stepbox.stepbox01 ul {
	width: 615px;
	margin: 40px auto 8px;
	-ms-align-items: center;
	align-items: center;
}
#howto .stepbox.stepbox02 ul {
	width: 830px;
	margin: 30px auto 0;
}
#howto .stepbox.stepbox02 ul li {
	position: relative;
	width: 160px;
	font-size: 1.9rem;
}
#howto .stepbox.stepbox02 ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: 285px;
	left: -35px;
	width: 15px;
	height: 24px;
	background: url("../images/icon04.png") no-repeat center top;
	background-size: contain;
}
#howto .stepbox.stepbox02 ul li:first-child::after {
	display: none;
}
#howto .stepbox.stepbox02 ul li p {
	min-height: 6.5em;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: normal;
	text-align: left;
}
#howto .stepbox.stepbox02 ul li img {
	width: 100%;
	padding-top: 10px;
}
#howto .stepbox.stepbox02 ul li span {
	display: block;
	margin-top: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
}
/*
#howto .stepbox.stepbox02 ul li:nth-of-type(2) img {
	padding: 15px 0 35px; 
}
#howto .stepbox.stepbox02 ul li:nth-of-type(3) img {
	padding: 15px 0 65px; 
}
#howto .stepbox.stepbox02 ul li:nth-of-type(4) img {
	padding: 15px 0 70px; 
}
*/


#howto .stepbox.stepbox03 {
	padding-top: 50px;
	margin-bottom: 60px;
}
#howto .stepbox.stepbox03 .flexbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 750px;
  margin: 0 auto;
}
#howto .stepbox.stepbox03 p {
	font-size: 1.9rem;
}
#howto .stepbox.stepbox03 p span {
color: #4aaf5d;
}


#howto .stepbox.stepbox04 {
	padding-top: 50px;
	margin-bottom: 20px;
}
#howto .stepbox.stepbox04 .flexbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 750px;
  margin: 0 auto;
}
#howto .stepbox.stepbox04 p {
	font-size: 1.9rem;
}
#howto .stepbox.stepbox04 p span {
color: #4aaf5d;
}



/* スタンプ押印方法 === #stamping */
#stamping p{
 line-height:1.8;
 margin-bottom: 10px;
}

#stamping .sec6_inner {
	margin-bottom: 30px;
	padding: 50px 28px 28px;
	text-align: center;
	background: #f5ffeb;
	border-radius: 25px;
}
#stamping dt.dt2 {
	margin-bottom: 5px;
	font-size: 3.3rem;
	font-weight: bold;
	color: #4aaf5d;
}
#stamping dd.dd2 {
	margin-bottom: 40px;
	font-size: 2.4rem;
	font-weight: bold;
}
#stamping dd.dd2 strong {
	color: #e9195e;
}
#stamping p.notice span {
	font-size: 1.4rem;
	font-weight: normal;
}
#stamping dd.dd3 {
	position: relative;
}
#stamping dd.dd3 p.notice {
	position: absolute;
	right: -30px;
	bottom: -55px;
	font-size: 1.4rem;
	font-weight: normal;
}

#stamping ol.ss_list li {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#stamping ol.ss_list li:not(:last-child) {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #707070;
}
#stamping ol.ss_list li:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: -32px;
	left: 50%;
	width: 30px;
	height: 0;
	width: 0;
	border-top: 12px solid #e26a92;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#stamping ol.ss_list li p.text {
	position: relative;
	padding-left: 1em;
	text-align: left;
	line-height: 1.5;
	font-size: 2rem;
	font-weight: bold;
}
#stamping ol.ss_list li p.text em {
	position: absolute;
	top: 0;
	left: 0;
}
#stamping ol.ss_list li p.text strong {
	color: #e26a92;
}
#stamping ol.ss_list li p.text span {
	display: block;
	position: relative;
	padding-left: 1em;
	margin-top: 15px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: normal;
}
#stamping ol.ss_list li p.text span + span {
	margin-top: 0;
}
#stamping ol.ss_list li p.img {
	margin-left: 30px;
}

#stamping ul.ss_list {
	display: flex;
	justify-content: space-between;
}
#stamping ul.ss_list li {
	position: relative;
	width: 170px;
}
#stamping ul.ss_list li::after {
	content: '';
	position: absolute;
	top: 180px;
	left: -39px;
	width: 30px;
	height: 0;
	width: 0;
	border-left: 12px solid #e26a92;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
#stamping ul.ss_list li:empty::after,
#stamping ul.ss_list li:first-child::after {
	content: none;
}

#stamping ul.ss_list span {
	display: block;
	width: 170px;
}
#stamping ul.ss_list span:first-child {
	position: relative;
	margin-bottom: 25px;
	padding: 7px 0 5px;
	font-size: 1.8rem;
	text-align: center;
	border: solid 1px #000;
}
#stamping ul.ss_list span:first-child::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 75px;
	width: 14px;
	height: 14px;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	background: #f6f4ed;
	background: linear-gradient(45deg, #f6f4ed 0%, #f6f4ed 60%, transparent 60%, transparent 100%);
	transform: scale(0.8,1) rotate(-45deg);
}
#stamping ul.ss_list span:last-child {
	margin-top: 20px;
	text-align: left;
	font-size: 1.6rem;
}
#stamping ul.ss_list li strong {
	color: #4aaf5d;
	font-weight: bold;
}







/* 注意事項 */
#sakaisr .inner950.attention_box {
	padding: 60px 0 30px;
  border-top:dashed 2px #ccc;
}

#attention {
padding: 50px 0px;
}
#attention h3 {
font-size: 24px;
text-align: center;
padding: 0px;
margin: 0px 0px 20px 0px;
}
#attention h3 span {
font-size: 16px;
}
#attention p {
font-size: 16px;
padding: 0px;
margin: 0px 0px 20px 0px;
line-height: 1.5;
text-align: left;
font-weight: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#attention p strong {
	display: block;
font-size: 20px;
margin-bottom: 5px;
}
#attention p span {
display:  inline-block;
padding-left:1em;
text-indent:-1em;
}

#sakaisr #inquiry_info {
	margin: 30px auto 20px;
	padding: 20px;
	border: 2px solid #333;
}
#sakaisr #inquiry_info h3,
#sakaisr #inquiry_info dd {
	margin: 0;
	text-align: center;
}
#sakaisr #inquiry_info dt {
	margin: 15px 0;
	font-weight: bold;
}
#sakaisr #inquiry_info dt,
#sakaisr #inquiry_info dd {
	font-size: 1.6rem;
  margin-bottom: 10px;
}
#sakaisr #inquiry_info dd span{
	font-size: 2.4rem;
}
#sakaisr #inquiry_info dd.text_small{
	font-size: 1.2rem !important;
}



.gaiyo {
	padding: 70px  0px 0px 0px;
	background-image: url(../images/bg_gaiyo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.gaiyo h3 {
text-align: center;
	padding: 0px;
	margin: 0px auto 40px auto;
}
.txt_gaiyo1 {
font-size: 30px;
font-weight: bold;
text-align: center;
color: #23465a;
padding: 0px;
margin: 0px 0px 30px 0px;
line-height: 1.4!important;
}
.txt_gaiyo2 {
font-size: 30px;
color: #23465a;
padding: 0px;
margin: 50px 0px 30px 0px;
line-height: 1.8!important;
}
.txt_gaiyo2 span.area {
    border: #377336 2px solid;
    background: #4aaf5d;
    padding: 10px;
    margin: 10px 5px 0 0;
    color: #fff;
    border-radius: 25px;
}
.txt_gaiyo3  {
font-size: 30px;
font-weight: bold;
color: #23465a;
padding: 0px;
margin: 0px 0px 30px 0px;
    line-height: 1.4!important;
}
.txt_gaiyo4  {
font-size: 30px;
text-align: center;
font-weight: bold;
color: #23465a;
padding: 0px;
margin: 0px 0px 70px 0px;
}
.txt_gaiyo3 strong {
font-size: 40px;
color: #4aaf5d;
}


h2 {
    margin:50px 0 40px;
  position: relative;
  display: inline-block;
  padding: 0 75px;
    font-size: 40px;
    color: #4aaf5d;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 65px;
  height: 4px;
  border-top: solid 3px #4aaf5d;
  border-bottom: solid 3px #4aaf5d;
}
h2:before {
  left:0;
}
h2:after{
  right: 0;
}

.txt_sanka2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.toiawase {
	box-sizing: border-box;
width: 950px;
text-align: center;
font-size: 18px;
line-height: 1.4;
font-weight: bold;
border: 2px solid #000;
padding: 10px;
margin: 0px auto 50px;
}
.toiawase strong {
display: inline-block;
font-size: 22px;
margin-bottom: 10px;
}
.toiawase span {
font-size: 14px;
}

.organizer {
	width: 950px;
	margin: 0 auto 5px;
	font-size: 20px;
    color: #222;
}
.organizer:before,.organizer:after {
    border: none;
}
.organizer span {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
	border: 1px solid #000;
}

#chusen .waku {
	margin-bottom: 60px;
	padding: 42px 0;
	background: #fff;
	border-radius: 25px;
}
#chusen ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	width: 90%;
	margin: 30px auto 0;
}
#chusen ul li {
	position: relative;
	box-sizing: border-box;
	width: calc(100% / 3 - 20px);
	margin-right: 20px;
	margin-bottom: 50px;
}
#chusen ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15px;
	height: 24px;
	right: -20px;
	margin: auto 0;
	background: url("../images/icon04.png") no-repeat right top;
	/*background-size: contain;*/
}
#chusen ul li:last-of-type::after {
	display: none;
}
#chusen ul li:nth-of-type(3n) {
	margin-right: 0;
}
#chusen ul li:nth-of-type(7),
#chusen ul li:nth-of-type(8),
#chusen ul li:nth-of-type(9) {
	margin-bottom: 0;
}
#chusen ul li img {
	width: 100%;
}
#chusen p.attention {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#chusen p.attention span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
#chusen p.attention:last-of-type {
	margin-top: 0;
}

/*終了対応*/
.shuryo {
    margin:20px auto 0;
    background: #d5d6d8;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
}
.yoyakuBtn_shuryo {
    display: block;
    width: 475px;
    margin: 0.5rem auto 0;
    padding: 0.8rem 0;
    color: #999999 !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #999999;
    background: #d5d6d8;
    font-size: 1rem;
    text-decoration: none !important;
    box-sizing: border-box;
}

.in{
	width:950px;
	margin:20px auto;
	padding:30px 0px
}