@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : sakura.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.container {
	margin: 0 auto;
	padding: 0 2%;
	*zoom: 1;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

.fa-external-link-alt {
	color: #555;
	font-size: 70% !important;
	margin-left: 3px;
	vertical-align: 0.2em;
}

/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.wrp_main {
	background: #fdedee;
	padding-bottom: 40px;
	font-size: 120%;
}

/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.con_mainimg {
	text-align: center;
}

/* -----------------------------------------------------------
	con_tabs
----------------------------------------------------------- */
.con_tabs {
	margin-bottom: 4%;
}
.con_tabs ul {
	border: 1px solid #555555;
	border-bottom: 0;
}
.con_tabs ul li {
	color: #412800;
	border-bottom: 1px solid #555555;
	text-align: center;
	position: relative;
	background: #FCE49C;
	background: -webkit-linear-gradient(top, #FCE49C, #FDF2E1);
	background: -o-linear-gradient(top, #FCE49C, #FDF2E1);
	background: -moz-linear-gradient(top, #FCE49C, #FDF2E1);
	background: linear-gradient(to bottom, #FCE49C, #FDF2E1);
}
.con_tabs ul li:hover, .con_tabs ul li:focus, .con_tabs ul li:active {
	background: #FCE49C;
	cursor: pointer;
}
.con_tabs ul li:after {
	font-family: 'FontAwesome';
	font-weight: bold;
	content: "\f106";
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.con_tabs ul li a, .con_tabs ul li span {
	display: block;
	padding: 2.6%;
	color: #412800;
}
.con_tabs ul li.active {
	border: 1px solid #555;
	display: block;
	background: url(../campaign/sakura/images/bg_tabs.jpg) repeat-x center bottom;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.con_tabs ul li.active a, .con_tabs ul li.active span {
	color: #fff;
}
.con_tabs ul li.active:after {
	content: "\f107";
	color: #fff;
}

/* -----------------------------------------------------------
	con_sakura
----------------------------------------------------------- */
.wrp_sakura {
	overflow: hidden;
}

.con_sakura {
	overflow: hidden;
}
.con_sakura .box_sakura {
	margin-bottom: 9%;
}
.con_sakura .box_sakura .box_head {
	background: url("../campaign/sakura/images/bg_headline.jpg") no-repeat center bottom;
	background-size: 100% auto;
	text-align: center;
	color: #fff;
	font-family: serif;
	padding-bottom: 4.5%;
}
.con_sakura .box_sakura .box_head span {
	position: relative;
	display: inline-block;
}
.con_sakura .box_sakura .box_head h3 {
	background: none;
	color: #555;
	font-size: 145%;
	font-weight: normal;
	margin: 0 0 1.8% 0;
	padding: 13% 0 0 0;
	text-align: center;
}
.con_sakura .box_sakura .box_head h3 span {
	border-top: 0;
	display: inline-block;
	padding: 0;
	width: auto;
}
.con_sakura .box_sakura .box_head h4 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0;
}
.con_sakura .box_sakura .box_head h4 a span.green {
	text-decoration: underline;
	color: #447e00;
}
.con_sakura .box_sakura .box_head h4 a span.green:before {
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	max-width: 44px;
	background: url("../campaign/sakura/images/ic_green.gif") no-repeat center center;
	background-size: 85% auto;
	position: absolute;
	left: -45px;
}
.con_sakura .box_sakura .box_head h4 a span.sakura {
	text-decoration: underline;
	color: #cf094a;
}
.con_sakura .box_sakura .box_head h4 a span.sakura:before {
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	max-width: 44px;
	background: url("../campaign/sakura/images/ic_sakura.gif") no-repeat center center;
	background-size: 85% auto;
	position: absolute;
	left: -45px;
}
.con_sakura .box_sakura .box_head h4 a span.ume {
	text-decoration: underline;
	color: #ec0007;
}
.con_sakura .box_sakura .box_head h4 a span.ume:before {
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	max-width: 44px;
	background: url("../campaign/sakura/images/ic_ume.gif") no-repeat center center;
	background-size: 85% auto;
	position: absolute;
	left: -45px;
}
.con_sakura .box_sakura .box_head h4 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0;
}
.con_sakura .box_sakura .box_head h4 span.green {
	color: #447e00;
}
.con_sakura .box_sakura .box_head h4 span.green:before {
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	max-width: 44px;
	background: url("../campaign/sakura/images/ic_green.gif") no-repeat center center;
	background-size: 85% auto;
	position: absolute;
	left: -45px;
}
.con_sakura .box_sakura .box_head h4 span.sakura {
	color: #cf094a;
}
.con_sakura .box_sakura .box_head h4 span.sakura:before {
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	max-width: 44px;
	background: url("../campaign/sakura/images/ic_sakura.gif") no-repeat center center;
	background-size: 85% auto;
	position: absolute;
	left: -45px;
}
.con_sakura .box_sakura .box_head h4 span.ume {
	color: #ec0007;
}
.con_sakura .box_sakura .box_head h4 span.ume:before {
	content: "";
	width: 100%;
	height: 20px;
	top: 0;
	max-width: 44px;
	background: url("../campaign/sakura/images/ic_ume.gif") no-repeat center center;
	background-size: 85% auto;
	position: absolute;
	left: -45px;
}
.con_sakura .box_sakura .box_content .wrp_img {
	border: 6px solid #fff;
	margin-bottom: 5%;
	-moz-box-shadow: 0px 0px 8px #fff;
	-webkit-box-shadow: 0px 0px 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}
.con_sakura .box_sakura .box_content .wrp_img .slick-arrow {
	background: url("../campaign/sakura/images/btn_slider.png") no-repeat left center;
	border: 0;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 10;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.con_sakura .box_sakura .box_content .wrp_img .slick-arrow.slick-prev {
	background-position: left center;
	left: 6px;
}
.con_sakura .box_sakura .box_content .wrp_img .slick-arrow.slick-next {
	background-position: right center;
	right: 6px;
}
.con_sakura .box_sakura .box_content .txt_desc {
	color: #d9d9d9;
	font-size: 90%;
	padding: 0 0;
	line-height: 1.4;
	font-size: 90%;
	text-align: center;
	margin-bottom: 5%;
}
.con_sakura .box_sakura .box_content dl dd {
	width: 100% !important;
}
.con_sakura .box_sakura .box_content dl dd table {
	width: 100%;
}
.con_sakura .box_sakura .box_content dl dd table tr th {
	background: #f1b5ae;
	color: #111;
	font-weight: normal;
	white-space: nowrap;
	min-width: 30%;
}
.con_sakura .box_sakura .box_content dl dd table tr td {
	background: #fff;
	color: #111;
}
.con_sakura .box_sakura .box_content dl dd table tr th, .con_sakura .box_sakura .box_content dl dd table tr td {
	vertical-align: top;
	padding: 1.7% 2%;
	font-size: 90%;
	border: 1px solid #958e81;
	line-height: 1.25;
}
.con_sakura .box_sakura .box_content dl dd table tr th a, .con_sakura .box_sakura .box_content dl dd table tr td a {
	color: #ea5c4b;
}
.con_sakura .line_dashed {
	border-top: 2px dashed #f1b5ae;
	margin: 0 2% 5%;
}

footer {
	margin-top: 0;
}
