@charset "utf-8";


/*container--------------------*/

#container {
	width: 100%;
	margin-bottom: 0;
	background: url(../img_common/dotblock_bg_ft.gif) left top repeat;
}

.wide_column_block .readtext {
	font-size: 14px;
	color: #333;
}

/*main_block--------------------*/

.main_slider {
	overflow: hidden;
	background: url(../lp/sd_card/img/lp-body_bg.jpg) left top repeat;
	border-bottom: none;
	min-width: 980px;
	margin: 0 auto -30px;
}

.main_slider .wide_column_block_shadow {
	width: 100%;
	height: 400px;
	background: none;
}

.main_slider .wide_column_block_shadow noscript {
	display: block;
	text-align: center;
}

.main_slider .reason_no {
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 153px;
	z-index: 100;
}

.main_slider .reason_no img {
	position: relative;
	z-index: 0;
	display: block;
}

.main_slider .slide li.opening img {
	position: relative;
	display: block;
	margin: 50px auto;
	cursor: none;
}
.main_slider .reason_no .num {
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 200px;
	z-index: 1;
	width: 26px;
	height: 20px;
	background: #ff8a00;
}

.main_slider .reason_no .num img {
	position: absolute;
	top: 0;
	left: 0;
}

.main_slider .slide {
	/*visibility: hidden;*/
	position: relative;
	z-index: 0;
	height: 400px;
	margin: 0 auto;
	background: url(../lp/sd_card/img/main_bg.png) center -119px no-repeat;
}

.main_slider .slide ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main_slider .slide li {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	width: 960px;
	margin-left: -480px;
}

.main_slider .slide li.opening {
	visibility: visible;
}

.main_slider .slide li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
}

/*list--------------------*/
.wide_column_block.list {
	border-bottom: none;
	padding: 26px 0;
	background: url(../img_common/dotblock_bg_ft.gif) left top repeat;
	min-width: 980px;
}
.list .wide_column_block_shadow {
	width: 946px;
	margin: -64px auto 0;
	padding: 46px 36px 24px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	position: relative;
}

.list h2 {
	font-size: 15px;
	color: #724d18;
	text-align: center;
	margin: 0;
	padding-top: 14px;
	box-sizing: border-box;
	position: absolute;
	top: -27px;
	left: -13px;
	width: 295px;
	height: 63px;
	background: url(../lp/sd_card/img/pict-list.png) center no-repeat;
}

.list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.list ul li {
	width: 33%;
	font-size: 14px;
	line-height: 32px;
	color: #6b4405;
	font-weight: bold;
	text-decoration: underline;
}

.list ul li::before {
	content: '';
	width: 25px;
	height: 19px;
	margin-right: 6px;
	position: relative;
	top: 3px;
	display: inline-block;
	background: url(../lp/sd_card/img/icon-list.png) center no-repeat;
}


.list strong {
	color: #ed0101;
}

/*btn_detail--------------------*/
.btn_detail{
	position: relative;
}
.btn_detail a{
	background: #a9c8da;
	background: -moz-linear-gradient(top, #63b7eb 0%, #63b7eb 50%, #32a6e6 51%, #32a6e6 100%);
	background: -webkit-linear-gradient(top, #63b7eb 0%, #63b7eb 50%, #32a6e6 51%, #32a6e6 100%);
	background: linear-gradient(to bottom, #63b7eb 0%, #63b7eb 50%, #32a6e6 51%, #32a6e6 100%);
	border-radius: 3px;
	box-shadow: 0 2px 0 0 #eee, 0 2px 2px 0 rgba(35,126,179,0.8) inset;
	width: 230px;
	padding: 9px 10px 8px;
	font-size: 14px;
	color:#fff;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	text-indent: 0.3em;
	display: block;
	margin: 0 auto;
	position: relative;
}
.btn_detail a:hover{
	opacity: 0.6;
}

/*description--------------------*/
.wide_column_block.description {
	border-bottom: none;
	padding: 26px 0 40px;
	background: url(../img_common/dotblock_bg_ft.gif) left top repeat;
	min-width: 980px;
}
.description .wide_column_block_shadow {
	width: 890px;
	margin: 0 auto;
	background: none;
}

.description .wide_column_block_shadow h1 {
	font-size: 115.5%;
}

.description h2 {
	font-size: 1.08em;
	text-align: left;
	margin: 0;
}

.description p {

}

.description strong {
	color: #ed0101;
}

/*restorations--------------------*/
.wide_column_block.restorations {
	border-bottom: none;
	padding: 60px 0 70px;
	background: url(../img_common/dotblock_bg_ft.gif) left top repeat;
	min-width: 980px;
}
.restorations .wide_column_block_shadow {
	width: 960px;
	margin: 0 auto;
	background: none;
}

.restorations .c_title {
	background-size: 700px;
}

.restorations .c_title span {
	width: 528px;
}

.restorations .readtext {
	font-size: 16px;
	color: #111;
	box-sizing: border-box;
	text-align: left;
	padding-left: 300px;
	padding-right: 42px;
	margin-top: 70px;
	margin-bottom: 100px;
	position: relative;
}

.restorations .readtext::before {
	content: '';
	display: block;
	width: 214px;
	height: 138px;
	position: absolute;
	top: -30px;
	left: 46px;
	background: url(../lp/sd_card/img/pict-restorations-01.png) center no-repeat;
}

.restorations .readtext::after {
	content: '';
	display: block;
	width: 136px;
	height: 113px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../lp/sd_card/img/pict-restorations-02.png) center no-repeat;
}

.restorations .restorations_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.restorations .restorations_box {
	width: 460px;
	padding: 40px 40px 26px;
	margin-bottom: 44px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	position: relative;
}

.restorations .restorations_box::before {
	content: '';
	display: block;
	width: 96px;
	height: 96px;
	position: absolute;
	top: -30px;
	right: -14px;
	background: url(../lp/sd_card/img/pict-restorations-03.png) center no-repeat;
}

.restorations .restorations_box .btn_detail a {
	background: #ffd60b;
	background: -moz-linear-gradient(top, #fde68c 0%, #fde68c 50%, #ffd60b 51%, #ffd60b 100%);
	background: -webkit-linear-gradient(top, #fde68c 0%, #fde68c 50%, #ffd60b 51%, #ffd60b 100%);
	background: linear-gradient(to bottom, #fde68c 0%, #fde68c 50%, #ffd60b 51%, #ffd60b 100%);
	box-shadow: 0 2px 0 0 #eee, 0 2px 2px 0 rgba(244,189,7,0.8) inset;
	color: #111;
	width: 166px;
	font-weight: bold;
	font-size: 12px;
}

.restorations_box .title03_l_block {
	width: 100%;
	margin: 0;
	background: url(../lp/sd_card/img/pict-restorations-ttl.png) left no-repeat;
}

.restorations_box .title03_l_block h3 {
	font-size: 18px;
	line-height: 1.3em;
	color: #f26100;
	height: 44px;
	margin-left: 12px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.restorations .restorations_text {
	font-size: 16px;
	line-height: 1.5em;
	color: #111;
	height: 190px;
}

.restorations strong {
	color: #ed0101;
}

/*protection--------------------*/
.wide_column_block.protection {
	border-bottom: none;
	min-width: 980px;
	background-image: url(../lp/sd_card/img/pict-protections-bg.png), url(../lp/sd_card/img/bg-texture-01.png);
	background-position: center top, left top;
	background-size: 1300px 616px, 8px 8px;
	background-repeat: no-repeat, repeat;
}
.protection .wide_column_block_shadow {
	box-sizing: border-box;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.protection .protection-left {
	width: 490px;
	padding-top: 64px;
	color: #111;
}
.protection-left h2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 42px;
	padding-left: 98px;
	position: relative;
}
.protection-left h2::before {
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: -16px;
	background: url(../lp/sd_card/img/pict-protections-check.png) center no-repeat;
}
.protection-left ul {
	list-style: none;
	margin-left: 8px;
}
.protection-left li {
	margin-bottom: 42px;
	padding-left: 106px;
	position: relative;
	font-size: 18px;
}

.protection-left li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -14px;
}

.protection-left ul li:nth-of-type(1)::before {
	width: 82px;
	height: 62px;
	background: url(../lp/sd_card/img/pict-protections-01.png) center no-repeat;
}

.protection-left ul li:nth-of-type(2)::before {
	width: 84px;
	height: 53px;
	background: url(../lp/sd_card/img/pict-protections-02.png) center no-repeat;
}

.protection-left ul li:nth-of-type(3)::before {
	width: 93px;
	height: 53px;
	background: url(../lp/sd_card/img/pict-protections-03.png) center no-repeat;
}

.protection-left ul li:nth-of-type(4)::before {
	width: 75px;
	height: 57px;
	background: url(../lp/sd_card/img/pict-protections-04.png) center no-repeat;
}

.protection-left ul li:nth-of-type(5)::before {
	width: 80px;
	height: 53px;
	background: url(../lp/sd_card/img/pict-protections-05.png) center no-repeat;
	top: -6px;
}
.protection .protection-right {
	width: 420px;
	display: flex;
	align-items: center;
}
.protection .protection-right h2 {
	margin-bottom: 26px;
}

.protection .protection-right .btn_detail a {
	background: #ffd60b;
	background: -moz-linear-gradient(top, #fde68c 0%, #fde68c 50%, #ffd60b 51%, #ffd60b 100%);
	background: -webkit-linear-gradient(top, #fde68c 0%, #fde68c 50%, #ffd60b 51%, #ffd60b 100%);
	background: linear-gradient(to bottom, #fde68c 0%, #fde68c 50%, #ffd60b 51%, #ffd60b 100%);
	box-shadow: 0 2px 0 0 #eee, 0 2px 2px 0 rgba(244,189,7,0.8) inset;
	color: #111;
	width: 228px;
	font-weight: bold;
}

/*rules--------------------*/
.wide_column_block.rules {
	border-bottom: none;
	min-width: 980px;
	padding-top: 60px;
	padding-bottom: 66px;
	background: url(../lp/sd_card/img/pict-rules-bg.png) top center repeat-x;
	background-size: 8px auto;
	box-shadow: 0 -20px 10px -10px rgba(0,0,0,0.05) inset;
}
.rules .wide_column_block {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	border-bottom: none;
}
.rules .wide_column_block h2 {
	text-align: center;
	margin-bottom: 80px;
}
.rules .rules-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.rules .rules-list a {
	text-decoration: none;
	margin-bottom: 24px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 8px rgb(0 0 0 / 20%);
	position: relative;
}
.rules .rules-box {
	width: 180px;
	box-sizing: border-box;
	text-align: center;
}
.rules .rules-list a::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: url(../lp/sd_card/img/icon-rules-arrow.png) center no-repeat;
	background-size: cover;
}
.rules .rules-box p {
	font-size: 13px;
	line-height: 22px;
	color: #222;
	font-weight: bold;
}
.rules .rules-box p.rules-overview {
	padding: 0 15px 50px;
	font-weight: normal;
	text-align: left;
}
.rules .rules-number {
	margin-top: 22px;
	margin-bottom: 16px;
}
.rules .rules-img {
	margin: 10px auto  14px;
}

/*anniversary--------------------*/
.anniversary {
	position: relative;
	background: #eff5fe url(../lp/sd_card/img/pict-anniversary-bg-01.png) top center repeat-x;
	border: 0;
}
.anniversary::before {
	content: '';
	position: absolute;
	width: 1190px;
	height: 630px;
	background: url(../lp/sd_card/img/pict-anniversary-bg-02.png) top center no-repeat;
	background-size: 1190px auto;
	top: 0;
	left: 50%;
	margin: 0 0 0 -595px;
}
.anniversary .wide_column_block {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	padding: 57px 0 90px;
	border-bottom: none;
}
.anniversary h2 {
	text-align: center;
}
.anniversary .anniversary-tokuten {
	margin-top: 35px;
	text-align: center;
}
.anniversary .anniversary-text {
	width: 715px;
	margin: 50px auto 45px;
}
.anniversary .anniversary-text p {
	font-size: 123%;
	color: #111;
	margin-top: 2em;
}
.anniversary .anniversary-text p:first-child {
	margin-top: 0;
}

/*reason--------------------*/
.reason {
	padding-top: 10px;
	padding-bottom: 30px;
	background: #fff;
}

.reason ul {
	overflow: hidden;
	list-style: none;
	width: 1000px;
}

.reason ul li {
	float: left;
	padding: 4px 4px 25px;
}

.reason ul li img {
	display: block;
	margin-bottom: 7px;
}

.reason ul li {
	text-align: center;
	font-weight: bold;
}

.reason ul li p {
	font-size: 16px;
	color: #000;
}

.reason ul li strong {
	color: #f15500;
}

.reason ul li small {
	font-size: 12px;
}


/*ボックス全体リンク*/

.linkbox {
	color:#f45323;
}

.box_hover {
	cursor:pointer;
	color: #f45323;
	text-decoration: underline;
}




/*recovery--------------------*/

.recovery {
	padding: 20px 0 35px 0;
}

.recovery ul {
	width: 970px;
	margin: 0 auto;
}

.recovery li {
	list-style: none;
	float: left;
}

/*price--------------------*/

.price {
	padding: 20px 0 40px 0;
	background: #fff;
	font-size: 14px;
}

.price_block {
	width: 974px;
	margin: 0 auto;
	background: url(../img_top/price_bg.gif) left top repeat-y;
}

.price_box {
	background: url(../img_top/price_bg_ft.gif) left bottom no-repeat;
}

.price_inner {
	padding: 35px 45px 45px 45px;
	background: url(../img_top/price_bg_hd.gif) left top no-repeat;
}

table.price_table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

.price_table th {
	border-bottom: #ccc solid 1px;
	color: #0090ff;
	font-size: 85%;
}

.price_table td {
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
		border-left: #ccc solid 1px;
	padding: 5px 10px 3px 10px;
}

.price_table td.line3px {
	border-right: #ccc solid 3px;
	border-left: #ccc solid 3px;
	text-align: center;
	color: #ff5a00;
	font-weight: bold;
}

.price_table td.line3px_hd {
	border-top: #ccc solid 3px;
}

.price_table td.line3px_ft {
	border-bottom: #ccc solid 3px;
}

.price_info {
	margin-left: 300px;
}

.price_table th.price_title{
	border-radius: 5px 5px 0 0;
	height: 46px;
	font-size: 13px;
	font-weight: normal;
	color:#fff;
}
.price_orange{
	background: #ff8f00;
	background: -moz-linear-gradient(left, #ff8f00 0%, #ffb900 45%, #ffb900 55%, #ff8f00 100%);
	background: -webkit-linear-gradient(left, #ff8f00 0%, #ffb900 45%, #ffb900 55%, #ff8f00 100%);
	background: linear-gradient(to right, #ff8f00 0%, #ffb900 45%, #ffb900 55%, #ff8f00 100%);
}
.price_darkorange{
	background: #ff7100;
	background: -moz-linear-gradient(left, #ff7100 0%, #ff9100 45%, #ff9100 55%, #ff7100 100%);
	background: -webkit-linear-gradient(left, #ff7100 0%, #ff9100 45%, #ff9100 55%, #ff7100 100%);
	background: linear-gradient(to right, #ff7100 0%, #ff9100 45%, #ff9100 55%, #ff7100 100%);
}
.btn_price{
	position: relative;
}
.btn_price a{
	background: #32a6e6;
	background: -moz-linear-gradient(top, #63b7eb 0%, #63b7eb 50%, #32a6e6 51%, #32a6e6 100%);
	background: -webkit-linear-gradient(top, #63b7eb 0%, #63b7eb 50%, #32a6e6 51%, #32a6e6 100%);
	background: linear-gradient(to bottom, #63b7eb 0%, #63b7eb 50%, #32a6e6 51%, #32a6e6 100%);
	box-shadow: 0 1px 2px 0 rgba(35,126,179,0.8) inset;
	border-radius: 2px;
	width: 140px;
	padding: 6px 0 4px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	display: block;
}
.btn_price a:hover{
	opacity: 0.6;
}

.price .btn_detail {
	margin-top: 20px;
}


/*customer--------------------*/
.customer .slide {
	min-height: 500px !important;
}


/* strong----------------------*/
.notice {
	color: #ed0101;
	font-weight: bold;
}


/*gallery_block--------------------*/
.gallery_block {
	position: relative;
	padding: 0;
	width: 100%;
	clear: both;
}

.gallery_block .slide {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	height: 200px;
	margin: 0 auto;
}

.gallery_block .slide ul {
	position: absolute;
	z-index: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery_block .slide li {
	display: block;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

.gallery_block .slide li a,
.gallery_block .slide li img {
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	backface-visibility: hidden;
}
/*wide_banners--------------------*/
.wide_banners .wide_2column_block {
	padding: 30px 0 10px;
	background: #fff;
}

.wide_banners .wide_2column_block ul {
	display: flex;
	justify-content: center;
}

.wide_banners .wide_2column_block ul li:first-child {
	margin: 0;
}

.wide_banners .wide_2column_block li {
	width: auto;
	float: none;
	margin: 0 7px !important;
}

.wide_banners .wide_2column_block li a:hover {
	opacity: 0.6;
}

/*banner_block--------------------*/
.campaign_2column_block {
	padding-right: 10px;
}


/*contents_title--------------------*/
.c_title{
	background: url(../img_top/bg_c_title.png) no-repeat 50% 16px;
	background-size: 600px;

}

.reason .c_title span{
	width: 340px;
}

.c_title span{
	background: #ff9000;
	background: -moz-linear-gradient(top, #ff9000 0%, #ffcb00 100%);
	background: -webkit-linear-gradient(top, #ff9000 0%, #ffcb00 100%);
	background: linear-gradient(to bottom, #ff9000 0%, #ffcb00 100%);
	border-radius: 18px;
	box-shadow: 0 0 20px 0 rgba(255,194,0,0.4), 0 1px 3px 0 rgba(209,121,7,0.6) inset;
	box-sizing: border-box;
	width: 270px;
	height: 36px;
	margin: 10px auto 23px;
	padding: 4px 0 0;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	display: block;
	text-align: center;
}

/*wide_column_block.bgdot--------------------*/
.wide_banners .wide_column_box {
	background: #fff;
}


.wide_column_block.bgdot,
#ft_menu,
#ft_banner {
	min-width: 980px;
}

.wide.index .wide_column_box {
	padding: 35px 0 55px 0;
}

/*ft_banner_block--------------------*/
#ft_banner_block {
	width: 980px;
}
#ft_banner_block li.g-plus_block {
	width: 295px;
	background: url(../img_common/sns_bg.png) left top no-repeat;
}