@charset "UTF-8";

/*-------------------------------------------------
	Basic style
---------------------------------------------------*/
body {
	-webkit-text-size-adjust: none;
}
.breadcrumb {
	margin-bottom: 0;
}
h1,h2,h3 { margin: 0; }
#comeback {
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.boxsizing {
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#comeback img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.ie8 img { width: auto; height: auto; }

dl,dt,dd,ul,li { margin: 0; }
.mt35 { margin-top: 35px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.tr { text-align: right; }
.pl20 { padding-left: 20px !important; }
/*-------------------------------------------------
	comeback
---------------------------------------------------*/
#comeback {
	text-align: center;
	margin: 0 auto;
}
#comeback .wide {
	width: 100%;
}
#comeback .inner {
	width: 980px;
	text-align: center;
	margin: 0 auto;
	/*overflow: hidden;*/
}
h1.type1,
h2.type1 {
	height: 100px;
	background: #f79d00;
	text-align: center;
}
h2.type2 {
	height: 100px;
	background: #097c25;
	text-align: center;
}
#comeback #keyvisual {
	background-image: url(../images/comeback2/main.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 540px;
	text-align: center;
}#comeback #keyvisual h2.type1 {
	background: none;
}
#keyvisual .outer {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#keyvisual .innerWrap {
	position: absolute;
	top: 87px;
	left: 114px;
}
#keyvisual p {
	padding: 0;
	margin: 0;
}
#intro {
	background: url(../images/comeback2/bg_yellow.png) center top;
	height: 700px;
}
/*
#intro .outer {
	background: url(../images/comeback/bg_over.png) no-repeat center top;
	margin: 0 auto;
	text-align: center;
}
*/
#intro .inner {
	padding-top: 30px;
	height: 700px;
}
#intro p {
	padding: 0;
	margin: 0;
}
#intro .introttl {
	margin: 0 0 25px 0;
}

#cp {
	background: url(../images/comeback2/bg_blue.png);
	height: 1000px; /*986+100*/
}
#cp p {
	margin: 0;
	padding: 0;
}
#declaration {
/*	background: url(../images/comeback/.png);*/
}
#comment01 {
	background: url(../images/comeback2/comment01.png) no-repeat center top;
	text-align :center;
	margin: 0 auto;
	height: 690px;
	padding: 40px 0 0 0;
}
#comment01 p {
	margin: 0;
	padding: 0;
}
#comment01 .txt01 {
	padding-top: 35px;
	margin-bottom: 30px;
}
#comment02 {
	background: url(../images/comeback2/bg_comment02.png),#333;
	text-align :center;
	margin: 0 auto;
}
#comment02 p {
	padding: 32px 0;
	margin: 0;
}
.entryArea {
	background-image: url(../images/comeback2/bg_entry.png);
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	background-repeat: no-repeat;
	height: 425px;
}
#comeback .entryArea .inner {
	position: relative;
}
.entryArea .period {
	position: absolute;
	top: 57px;
	left: 180px;
}
.entryArea .time {
	position: absolute;
	top: 120px;
	left: 110px;
}
.entryArea .entryBtn {
	position: absolute;
	top: 200px;
	left: 190px;
}
.entryArea .entrytxt {
	position: absolute;
	top: 330px;
	left: 310px;
}
#detail {
	background: url(../images/comeback2/bg_blue.png);
	height: 1507px;
	padding: 62px 0 0 0;
}
#detail p {
	margin: 0;
	padding: 0;
}
#comment03 {
	background: url(../images/comeback2/bg_comment03.png),#333;
	padding: 54px 0;
}
#outline {
	background: url(../images/comeback2/bg_gray.png) repeat center;
	padding: 40px 0 100px 0;
	overflow: hidden;
	text-align: left;
}
#outline .oubo {
	background: #f79d00;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0.3em;
	color: #fff;
	margin-bottom: 0.8em;
}
#outline h3 {
  text-align:left;
  font-size: 15px;
  font-weight: normal;
  background: #f5edce;
  margin-bottom: 0.3em;
  padding: 4px 8px;
}
#outline table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
#outline th, #outline td {
  border: 1px solid #ccc;
  padding: 4px 8px;
}
#outline th {
  background: #eee;
}
#outline ul {
  padding-left: 20px;
  margin-bottom: 1em;
}
#outline ul ul {
  margin-bottom: 0;
}
#outline li {
  text-indent: -20px;
}
#outline p,
#outline dl,
#outline ul { text-align: left; }
#outline .inner {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
#outline dl {
	border: 1px solid #ccc;
	border-top: none;
	background: #D6D8BA;
	margin-bottom: 20px;
}
dl.type1 dl,dt,dd {
	margin: 0;
	padding: 0;
}
#outline dt,
#outline dt {
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#outline dt {
	border-top: 1px solid #ccc;
	clear: left;
	float: left;
	width: 255px;
}
#outline dd {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
	margin-left: 255px;
	padding: 5px 10px;
	line-height: 1.4;
}
#outline ul.list01 {
	list-style: disc;
	overflow: hidden;
	margin-bottom: 20px;
}
#outline ul.list01 li {
	list-style-position: inside;
	padding: 0 0 0.2em 1em;
	text-indent: -1em;
	line-height: 1.4;
}
/*-------------------------------------------------
	modal
---------------------------------------------------*/
#modal-content {
	background: url(../images/comeback/bg_modal.png) no-repeat center top ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	text-align: left;
	height: 745px;
	width: 940px;
	margin: 0 ;
	padding: 40px 60px 80px 67px;
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
.button-link {
	color: #00f ;
	text-decoration: underline ;
}
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}
#modal-close {
}
#modal-close img {
	position: absolute;
	right: 30px;
	top: 28px;
}

/*-------------------------------------------------*/
#modalWrap {
	overflow: auto; /* scroll */
	height: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
#modalWrap h2 {
	margin-bottom: 25px;
}

.signature {
	text-align: right;
}
/*-------------------------------------------------
	thankyou
---------------------------------------------------*/
#thankyou {
	background: url(../images/comeback2/bg_red.png);
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
}
#thankyou p {
	padding: 0;
	margin: 0;
}
#app {
	text-align: center;
}
#app .txt {
	font-size: 24px;
}
#app p {
	margin-bottom: 2em;
	font-size: 15px;
	line-height: 1.8;
}
#app .link {
	padding: 20px 0 20px 0;
}
.buttonElementA01 li a {
    display: block;
    border: 0;
    padding: 15px 30px;
    min-width: 170px;
    background: #cf000d;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    box-sizing: content-box;
}
.nowCp {
	padding: 40px 0;
	margin: 0 auto 60px;
}