 @charset "utf-8";
/* -----------------------------------------------------------------
LAYOUT CSS
LAST UPDATE:
--------------------------------------------------------------------*/
html {
	color: #232323;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	height: 100%;
}

p {
	line-height: 1.6;
	letter-spacing: -0.3;
	margin-bottom: 10px;
}
p.lead {
	margin-bottom: 60px;
}
.pcOnly {

}
.spOnly {
	display: none;
}

@media screen and (max-width: 767px) {
p {
	font-size: 14px;
}
#index p {
	font-size: 13px;
}
p.lead {
	margin-bottom: 15px;
}
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}
}
/*--------------------------------
LINk
---------------------------------*/
body a {
	text-decoration: none;
	color: #232323;
}
body a:hover {
	text-decoration: underline;
}
body a:focus {
	outline: none;
}
/*--------------------------------
h
---------------------------------*/
h1 {
	font-size: 30px;
	text-align: center;
	color: #1b2c48;
	line-height: 1.3;
	margin: 50px auto 10px;
}
.hWrap01 {
	padding: 40px 0;
	position: relative;
}
.hWrap01:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 20px solid #fff;
}
.hWrap01 .hTtl01 {

}
h2.hTtl01 {
	font-size: 38px;
	text-align: center;
	color: #1a1a1a;
	line-height: 1;
}
.bgBox04 h2.hTtl01 {
	letter-spacing: -0.07em;
}
h2.hTtl01 span {
	color: #a4844c;
	font-weight: bold;
}
h2.hTtl02 {
	font-size: 22px;
	color: #1b2c48;
	line-height: 1.3;
	border-bottom: 3px solid #ebebeb;
	margin: 60px auto 20px;
	padding-bottom: 10px;
}
h3 {
	font-size: 30px;
	text-align: center;
	color: #f56382;
	margin-bottom: 30px;
	line-height: 1.4;
}


@media screen and (max-width: 767px) {
	h1 {
		font-size: 18px;
		margin: 20px auto 30px;
	}
	.hWrap01 {
		padding: 20px 0;
		margin: 0 auto;
	}
	.hWrap01:after {
		bottom: -18px;
		margin-left: -8px;
		border: 8px solid transparent;
		border-top: 10px solid #fff;
	}
	h2.hTtl01 {
		font-size: 23px;
	}
	.bgBox04 h2.hTtl01 {
		letter-spacing: normal;
		line-height: 1.2;
	}
	h2.hTtl02 {
		font-size: 16px;
		margin-top: 30px;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
/*--------------------------------
header
---------------------------------*/
.inner {
	max-width: 580px;
	margin: 0 auto;
}
header {
	background: #be2b2b;
	padding: 6px 0;
}
header .logo {
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 767px) {
	header {

	}
	header .logo {
		font-size: 13px;
	}
	header .logo img {
		width: 57px;
		height: auto;
	}
}

/*--------------------------------
mainVisual
---------------------------------*/
.mainVisual {
	margin: 0;
	text-align: center;
	margin-bottom: 4px;
	position: relative;
}
.mainVisual:after {
	content: "";
	height: 4px;
	width: 100%;
	background: #e23737;
	position: absolute;
	display: block;
	bottom: -8px;
}
.mvBottom {
	text-align: center;
	margin: -63px 0 45px;
	position: relative;
	z-index: 2;
}


@media screen and (max-width: 767px) {
	.mainVisual {
		background-size: 1px auto;
		margin-bottom: 15px;
    /* margin-top: 71px; */
	}
	.mainVisual img {
		width: 100%;
		height: auto;
	}
	.mvBottom {
		text-align: center;
		margin: -43px 0 30px;
	}
	.mvBottom img {
		width: 295px;
		height: auto;
	}
}
/*--------------------------------
contents
---------------------------------*/
#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
  #wrap {
  margin-top: 50px;
}
}
#contents {
	padding-bottom: 140px;
}
#about #contents,
#privacy #contents,
#thanks #contents,
#notfound #contents {
	padding-bottom: 346px;
}
#about .btnWrap,
#privacy .btnWrap,
#thanks .btnWrap,
#notfound .btnWrap {
	position: absolute;
	bottom: 140px;
	width: 100%;
	height: 206px;
}

#index #contents {
	padding-bottom: 80px;
}
#contents .inner {
	position: relative;
	z-index: 2;
}
.contentsInner {
	margin-top: 60px;
}
.btnArea {
	margin-top: 50px;
}
.bgBox01 {
	background: url(../img/bg_pattern01.gif) repeat top center;
	padding: 100px 0 80px;
}
.bgBox02 {
	background: #ebebeb;
	padding: 105px 0 50px;
	position: relative;
	z-index: 1;
}
.bgBox03 {
	background: #1b2c48;
	padding: 20px 0 30px;
}
.bgBox03 .img {
	text-align: center;
	margin-bottom: 0;
}
.bgBox04 {
	background: #cd9f3a;
	padding: 80px 0 ;
}
.bgBox04 .notice {
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.bgBox05 {
	padding: 50px 0 40px;
}
.bgBox05 h2.hTtl01 {
	color: #1b2c48;
}
.bgBox06 {
	background: #1b2c48;
	padding: 110px 0;
}
.bgBox06 .img {
	margin-bottom: 40px;
	text-align: center;
}
.bgBox06 p {
	color: #fff;
}
.box01 .ttl {
	background: #1b2c48;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 33px;
	text-align: center;
	margin-bottom: 0;
	padding: 20px 0;
	line-height: 1;
}
.box01 .ttl span {
	font-size: 105px;
	display: block;
	line-height: 0.9;
}
.box01 .txt {
	background: #fff;
	border-radius: 0 0 5px 5px;
	color: #1b2c48;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
.list01 {
	font-size: 16px;
	list-style: disc;
	margin-left: 1.5em;
}
.list01 li {
	margin-bottom: 5px;
	line-height: 1.4;
}
.list03 {
	counter-reset: my-counter;
	font-size: 16px;
	list-style: none;
}
.list03 li {
	margin-bottom: 5px;
	line-height: 1.4;
	position: relative;
	padding-left: 1.5em;
}
.list03 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #232323;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	width: 18px;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.boxList02 {
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
}
.boxList02 li {
	background: #fff;
	padding: 25px 0;
	display: inline-block;
	color: #1b2c48;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	width: 255px;
	margin: 0 5px;
}
.boxList02 li span {
	color: #e23c67;
	font-weight: bold;
}
.boxList03 {
	font-size: 0;
	margin: 60px -15px 0;
}
.boxList03 > li {
	width: 50%;
	padding: 0 15px 30px;
	display: inline-block;
	vertical-align: top;
}
.boxList03 > li:last-child {
	width: 100%;
	padding-bottom: 20px;
}
.boxList03 > li:last-child .inner {
	padding: 0 0 20px;
}
.boxList03 > li:last-child .inner .col2 {
	padding: 5px 45px 0;
}
.boxList03 > li .inner {
	background: #fff;
	padding: 0 0 20px;
}
.boxList03 > li .ttl {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #1b2c48;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 15px;
	letter-spacing: -0.08em;
	padding: 25px 0 20px;
}
.boxList03 > li .img {
	text-align: center;
}
.boxList03 > li .img img {
	width: 200px;
}
.boxList03 > li .col2 {
	overflow: hidden;
}
.boxList03 > li .col2 .colL {
	float: left;
	width: 275px;
}
.boxList03 > li .col2 .colL p {
	font-size: 16px;
	margin-bottom: 30px;
}
.boxList03 > li .col2 .colR {
	float: right;
	width: 260px;
}
.boxList03 > li .col2 .colR img {
	width: 100%;
	height: auto;
}
.boxList04 {
	font-size: 0;
	margin: 20px -7px 0;
}
.boxList04 li {
	width: 218px;
	display: inline-block;
	padding: 0 7px 10px;
	box-sizing: border-box;
}
.boxList04 li p {
	margin-bottom: 0;
	padding: 20px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #464343;
	text-align: center;
}
.list02 li {
	width: 100%;
	max-width: 280px;
	height: auto;
	position: relative;
	font-size: 23px;
	font-weight: bold;
	padding-left: 30px;
	margin: 0 auto 20px;
	color: #1b2c48;
}

.list02 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	background: #e92929;
	border-radius: 4px;
}

.checkList01 li {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	padding-left: 35px;
	margin-bottom: 20px;
	color: #444547;
}

.checkList01 li::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 27px;
	height: 27px;
	background: #e2e2df;
	border-radius: 4px;
}
.checkList01 li::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 8px;
	width: 8px;
	height: 13px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	border-bottom: 4px solid #e92929;
	border-right: 4px solid #e92929;
}

.boxList01 {
	margin: 0 -15px;
	font-size: 0;
	letter-spacing: -10px;
}
.boxList01 li {
	line-height: 1;
	width: 50%;
	padding: 0 15px 20px;
	display: inline-block;
}
.boxList01 li img {
	width: 100%;
}
.bgBox02 .col2 {
	width: 640px;
	margin: 60px auto 35px;
	overflow: hidden;
}
.bgBox02 .col2 .colL {
	width: 320px;
	float: left;
	padding-top: 10px;
}
.bgBox02 .col2 .colL .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.bgBox02 .col2 .colR {
	width: 320px;
	float: right;
}

.table01 {
	margin: 60px 0;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}
.table01 th {
	width: 155px;
	vertical-align: middle;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 20px;
}
.table01 td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #c9c9c9;
}

.btn01 {
	margin-bottom: 0 !important;
}

.btnWrap {
	padding: 50px 0;
	width: 100%;
}
.btnWrap p.txt {
	width: 640px;
	margin: 0 auto 43px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	position: relative;
}
.btnWrap p.txt.bd {
	border-bottom: 4px solid #fff;
	padding-bottom: 40px;
}
.btnWrap p.txt.bd::after {
	content: "";
	position: absolute;
	bottom: -74px;
	left: 50%;
	margin-left: -35px;
	border: 35px solid transparent;
	border-top: 35px solid #fff;
	z-index: 1;
}

.btnWrap p.txt.bd:before {
	content: "";
	position: absolute;
	bottom: -66px;
	left: 50%;
	margin-left: -33px;
	border: 33px solid transparent;
	border-top: 33px solid #e23737;
	z-index: 2;
}
.btnWrap p.txt span {
	display: block;
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
}
.btnWrap p.txt.bd span {
	margin-bottom: 20px;
}
.btnWrap .img {
	text-align: center;
}
.btnWrap .img {
	text-align: center;
	margin-bottom: 50px;
}
.btn01 a {
	position: relative;
	display: block;
	padding: 3px;
	margin: 0 auto;
}
/*.btn01 a span {
	background: rgba(249,249,49,1);
	background: -moz-linear-gradient(-9deg, rgba(249,249,49,1) 0%, rgba(249,249,49,1) 50%, rgba(250,250,93,1) 51%, rgba(250,250,93,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(249,249,49,1)), color-stop(50%, rgba(249,249,49,1)), color-stop(51%, rgba(250,250,93,1)), color-stop(100%, rgba(250,250,93,1)));
	background: -webkit-linear-gradient(-9deg, rgba(249,249,49,1) 0%, rgba(249,249,49,1) 50%, rgba(250,250,93,1) 51%, rgba(250,250,93,1) 100%);
	background: -o-linear-gradient(-9deg, rgba(249,249,49,1) 0%, rgba(249,249,49,1) 50%, rgba(250,250,93,1) 51%, rgba(250,250,93,1) 100%);
	background: -ms-linear-gradient(-9deg, rgba(249,249,49,1) 0%, rgba(249,249,49,1) 50%, rgba(250,250,93,1) 51%, rgba(250,250,93,1) 100%);
	background: linear-gradient(-9deg, rgba(249,249,49,1) 0%, rgba(249,249,49,1) 50%, rgba(250,250,93,1) 51%, rgba(250,250,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafa5d', endColorstr='#f9f931', GradientType=1 );
	/*box-shadow: 0px 4px 0 #d0ac94;*/
	/*color: #e23737;
	border-radius: 50px;
	outline: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 574px;
	font-size: 44px;
	line-height: 100px;
	height: 100px;
	position: relative;
	font-weight: bold;
}*/
.web_btn a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -290px;
	border-radius: 55px;
	width: 580px;
	height: 109px;
}

.web_btn a span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #e23737;
}
.btn01 a:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);;
}
.btn01 a:hover:before {
	display: none;
}
.web_btn{
    margin: auto;
    display: block;
    width: 450px;
}

.tel {
	margin-bottom: 40px;
	text-align: center;
}
.ttlImg {
	margin-bottom: 30px;
	text-align: center;
}
.notice {
	font-size: 46px;
	text-align: center;
	color: #e92929;
	line-height: 1.0;
}
.txt01 {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	color: #1b2c48;
	letter-spacing: -0.09em;
	margin: 30px 0 10px;
}
.txt02 {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	color: #1b2c48;
	letter-spacing: -0.09em;
	margin: 20px 0 50px;
	line-height: 1.4;
}
.txt02 .font01 {
	color: #e92929;
	font-weight: bold;
}
.txt02 .font02 {
	color: #cd9f3a;
	font-weight: bold;
}

.sec02_top {
	padding: 100px 0 0;
	text-align: center;
}
.sec02_top h2 {
	margin-bottom: 50px;
}
.sec02_top .txt {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 30px;
}
.sec02_top .img {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 30px;
}


.sec02_bottom:before {

}
.sec02_bottom {
	background: url("/img/bg_sec02_top.png") no-repeat center 0;
	padding: 40px 0 0;
	text-align: center;
}
.sec02_bottom .inner {
	max-width: 100%;
	background: #f1f1f1 url("/img/bg_sec02.jpg") no-repeat center 0;
	padding: 100px 0;

}
.sec03_top {
	padding: 100px 0 0;
	text-align: center;
}
.sec03_top h2 {
	margin-bottom: 50px;
}
.sec03_top p {
	margin-bottom: 0;
}
.sec03_bottom {
	padding: 40px 0 50px;
	text-align: center;
	background: #e23737;
}
.sec03_bottom p {
	margin-bottom: 0;
}

.sec04 {
	padding: 100px 0;
	width: 580px;
	margin: 0 auto;
}
.sec04 h2 {
	text-align: center;
	margin-bottom: 60px;
}
.sec04 ul li {
	margin-bottom: 130px;
	position: relative;
}
.sec04 ul li:after {
	content: "";
	position: absolute;
	bottom: -125px;
	left: 50%;
	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 50px solid #ee8787;
	z-index: 2;
}
.sec04 ul li:last-child {
	margin-bottom: 0;
}
.sec04 ul li:last-child:after {
	display: none;
}
.sec04 ul li.step01 {
	background: url("/img/img_step01.png") no-repeat right center;
}
.sec04 ul li.step02 {
	background: url("/img/img_step02.png") no-repeat right center;
}
.sec04 ul li.step03 {
	background: url("/img/img_step03.png") no-repeat right center;
}
.sec04 ul li.step04 {
	background: url("/img/img_step04.png") no-repeat right center;
}

.sec04 ul li .title {
	border-bottom: 2px dotted #e23737;
	color: #e23737;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 15px 70px;
	line-height: 1.3;
	width: 300px;
	box-sizing: content-box;
}
.sec04 ul li.step01 .title {
	background: url("/img/icon_step01.png") no-repeat 0 0;
	height: 62px;
	padding: 25px 0 0 70px;
}

.sec04 ul li.step02 .title {
	background: url("/img/icon_step02.png") no-repeat 0 5px;
}

.sec04 ul li.step03 .title {
	background: url("/img/icon_step03.png") no-repeat 0 5px;
}

.sec04 ul li.step04 .title {
	background: url("/img/icon_step04.png") no-repeat 0 0;
	height: 62px;
	padding: 25px 0 0 70px;
}

.sec04 ul li .txt {
	font-size: 24px;
	width: 370px;
	margin-bottom: 0;
	height: 115px;
}
.privacy,
.notFound {
	margin-bottom: 60px;
}
.annotation {
    padding-top: 20px;
}
.annotation p {
    font-size: 12px;
    color: #6f6f6f;
}
.annotation p a {
    text-decoration: underline;
}
.annotation p a:hover {
    opacity:0.8;
}
@media screen and (max-width: 767px) {
	#contents {
		padding-bottom: 100px;
	}
	#index #contents {
		padding-bottom: 0;
	}
	#about #contents,
	#privacy #contents,
	#thanks #contents,
	#notfound #contents {
		padding-bottom: 204px;
	}
	#about .btnWrap,
	#privacy .btnWrap,
	#thanks .btnWrap,
	#notfound .btnWrap {
		bottom: 100px;
		height: 104px;
	}
	.contentsInner {
		margin-top: 30px;
	}
	#contents .inner {
		max-width: 290px;
	}
	#contents #form .inner {
		max-width: 100%;
	}
	#about #contents .inner,
	#privacy #contents .inner,
	#thanks #contents .inner{

	}
	.btnArea {
		margin-top: 35px;
	}
	.bgBox01 {
		background-size: 1px auto;
		margin: 0 auto;
		padding: 50px 0 40px;
	}
	.bgBox01 .notice {
		font-size: 23px !important;
	}
	.box01 .ttl span {
		font-size: 60px;
		padding: 5px 0;
	}
	.box01 .txt {
		padding: 10px 0;
	}
	.list01,
	.list03 {
		font-size: 14px;
	}
	.list02 li {
		font-size: 18px;
		padding-left: 22px;
		margin-bottom: 10px;
	}

	.list02 li::before {
		top: 0;
		width: 16px;
		height: 16px;
	}
	.list03 li:before {
		width: 16px;
		height: 16px;
	}
	.boxList01 {
		margin: 0 -8px;
	}
	.boxList01 li {
		padding: 0 8px 10px;
	}
	.bgBox {
		background: url(../img/bg.png) repeat top center;
		background-size: 50% auto;
		padding: 40px 15px 30px;
		margin-bottom: 40px;
	}
	.bgBox .innerBox{
		width: auto;
		padding: 30px 10px 20px;
	}
	.bgBox02 {
		padding: 50px 20px 0;
		margin-top: -20px;
	}
	.bgBox02 .col2 {
		width: 100%;
		margin: 30px auto 0;
	}
	.bgBox02 .col2 .colL {
		width: 100%;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.bgBox02 .col2 .colL .ttl {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.bgBox02 .col2 .colR {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.bgBox02 .col2 .colR img {
		width: 223px;
		margin: 0 auto;
	}

	.bgBox03 {
		padding: 10px 0 10px;
	}
	.bgBox03 .img {
		width: 308px;
		margin: 0 auto;
	}
	.bgBox03 .img img {
		width: 100%;
		height: auto;
	}
	.bgBox04 {
		padding: 25px 0;
	}
	.bgBox04 .notice {
		font-size: 13px;
		padding: 0 20px;
	}
	.bgBox05 {
		padding: 25px 0 14px;
	}
	.bgBox05 h2.hTtl01 {
		font-size: 20px;
	}
	.bgBox06 {
		padding: 40px 20px;
	}
	.bgBox06 .img {
		margin-bottom: 25px;
	}
	.bgBox06 .img img {
		width: 100%;
		max-width: 320px;
	}
	.boxList02 p {
		font-size: 20px;
	}
	.boxList02 li {
		width: 142px;
		font-size: 16px;
		padding: 10px 0;
	}
	.boxList03 {
		padding: 0 20px;
		margin: 20px 0 0;
	}
	.boxList03 > li {
		width: 100%;
		padding: 0 0 20px;
	}
	.boxList03 > li:last-child {
		width: 100%;
	}
	.boxList03 > li .col2 .colL {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		float: none;
	}
	.boxList03 > li .col2 .colL p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.boxList03 > li .col2 .colR {
		width: 185px;
		float: none;
		margin: 0 auto;
	}
	.boxList03 > li .col2 .colR img {
		text-align: center;
	}
	.boxList03 > li .inner {
		background: #fff;
		padding: 0 0 20px;
	}
	.boxList03 > li .inner .ttl {
		font-size: 18px !important;
		margin-bottom: 10px;
	}
	.boxList03 > li .inner .img img {
		width: 127px;
	}
	.boxList04 {
		padding: 0 20px;
	}
	.boxList04 li {
		width: 50%;
		padding: 0 6px 6px;
	}
	.boxList04 li p {
		font-size: 13px;
		padding: 10px 0;
	}
	.checkList01 {
		margin: 0 auto 20px;
		width: 185px;
	}
	.checkList01 li {
		font-size: 14px;
		padding-left: 30px;
		margin-bottom: 15px;
	}
	.checkList01 li::before {
		top: -4px;
		left: 0;
		width: 20px;
		height: 20px;
	}
	.checkList01 li::after {
		top: -2px;
		left: 6px;
		width: 5px;
		height: 10px;
		border-bottom: 3px solid #e92929;
		border-right: 3px solid #e92929;
	}

	.table01 {
		margin: 30px 0;
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
	}
	.table01 th {
		padding: 10px;
		width: 80px;
	}
	.table01 td {
		padding: 10px;
	}
	.btnWrap {
		padding: 25px 0;
	}

	.btnWrap p.txt {
		width: 320px;
		margin: 0 auto 25px;
		font-size: 16px;
	}
	.btnWrap p.txt.bd {
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	.btnWrap p.txt.bd::after {
		bottom: -38px;
		margin-left: -18px;
		border: 18px solid transparent;
		border-top: 18px solid #fff;
		z-index: 1;
	}

	.btnWrap p.txt.bd:before {
		bottom: -34px;
		margin-left: -17px;
		border: 17px solid transparent;
		border-top: 17px solid #e23737;
		z-index: 2;
	}
	.btnWrap p.txt span {
		font-size: 27.5px;
	}
	.btnWrap .img {
		text-align: center;
		margin-bottom: 25px;
	}
	.btnWrap .img img {
		width: 290px;
	}
	.btn01 a {
		padding: 2px;
		width: 290px;
	}
	.btn01 a:before {
		margin-left: -145px;
		border-radius: 55px;
		background: #a72525;
		width: 290px;
		height: 55px;
	}
	.btn01 a span {
		width: 286px;
		font-size: 22px;
		height: 50px;
		line-height: 50px;
	}
	.btn01 a span:after {
		right: 8px;
		width: 0;
		height: 0;
		margin-top: -4px;
		border: 4px solid transparent;
		border-left: 5px solid #e23737;
	}
	.btn02 {
		margin-top: 35px;
	}
	.btn02 a{
		width: 200px;
		font-size: 18px;
		padding: 15px 0;
		box-shadow: 0px 2px 0 #d0ac94;
	}
	.btn02 a:hover {
		box-shadow: 0px 2px 0 #d0ac94;
		transform: translate3d(0, 0, 0);
	}
	.tel {
		margin-bottom: 20px;
	}
	.tel img {
		width: 209px;
		height: auto;
	}
	.ttlImg {
		margin-bottom: 15px;
	}
	.ttlImg img {
		width: 100%;
		max-width: 302px;
	}
	.txt01 {
		font-size: 22px !important;
	}
	.txt02 {
		font-size: 20px !important;
		letter-spacing: -0.04em;
	}
	.sec02_top {
		padding: 50px 0 0;
	}
	.sec02_top h2 {
		margin-bottom: 25px;
	}
	.sec02_top h2 img {
		width: 291px;
	}
	.sec02_top .txt {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.sec02_top .img img {
		width: 237px;
	}

	.sec02_bottom {
		background: url("/img/bg_sec02_top.png") no-repeat center 0;
		background-size: 163px auto;
		padding: 20px 0 0;
		text-align: center;
	}
	.sec02_bottom .inner {
		max-width: 100% !important;
		background: #f1f1f1 url("/img/bg_sec02.jpg") no-repeat center 0;
		background-size: 318px auto;
		padding: 50px 0;
	}
	.sec02_bottom .inner img {
		width: 292px;
	}
	.sec03_top {
		padding: 50px 0 0;
	}
	.sec03_top h2 {
		margin-bottom: 25px;
	}
	.sec03_top img {
		width: 252px;
	}
	.sec03_bottom {
		padding: 20px 0 25px;
	}
	.sec03_bottom img {
		width: 291px;
	}
	.sec04 {
		padding: 50px 0;
		width: 290px;
	}
	.sec04 h2 {
		margin-bottom: 30px;
	}
	.sec04 h2 img {
		width: 159px;
	}
	.sec04 ul li {
		margin-bottom: 65px;
		background-size: 78px auto !important;
	}
	.sec04 ul li:after {
		bottom: -63px;
		left: 50%;
		margin-left: -25px;
		border: 25px solid transparent;
		border-top: 25px solid #ee8787;
	}
	.sec04 ul li.step01 {
		background: url("/img/img_step01.png") no-repeat right center;
	}
	.sec04 ul li .title {
		border-bottom: 1px dotted #e23737;
		font-size: 15px;
		padding: 0 0 12px 35px;
		width: 150px;
		background-size: 25px auto !important;
	}
	.sec04 ul li.step01 .title {
		height: 30px;
		padding: 15px 0 0 35px;
	}

	.sec04 ul li.step02 .title {
		background: url("/img/icon_step02.png") no-repeat 0 0;
	}

	.sec04 ul li.step03 .title {
		background: url("/img/icon_step03.png") no-repeat 0 0;
	}

	.sec04 ul li.step04 .title {
		background: url("/img/icon_step04.png") no-repeat 0 0;
		height: 31px;
		padding: 13px 0 0 35px;
	}

	.sec04 ul li .txt {
		font-size: 12px;
		width: 195px;
		height: 60px;
	}
}
/*--------------------------------
footer
---------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 140px;
	padding: 40px 0 0;
}
#index footer {
	position: relative;
	height: auto;
	padding-bottom: 160px;
}
footer p {
	margin-bottom: 0;
	font-size: 12px;
}
footer .inner{
	text-align: center;
	color: #fff;
	letter-spacing: 0.12em;
}
footer .inner nav ul{
	font-size: 0;
}
footer .inner nav ul li{
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #232323;
}
footer .inner nav ul li:first-child {
	border-left: none;
}
footer .inner nav ul li a{
	font-size: 12px;
}
footer .inner span{
	padding-left: 10px;
	display: inline-block;
}
footer #copy{
	background: #fff;
	text-align: center;
	padding: 30px 0 40px;
	color: #515151;
	letter-spacing: 0.12em;
}


@media screen and (max-width: 767px) {
	footer {
		height: 100px;
		min-width: 100%;
		padding-bottom: 15px;
	}
	#index footer {
		padding-bottom: 93px;
	}
	footer p {
		font-size: 9px;
	}
	footer .inner {
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.12em;
	}
	footer .inner nav ul {
		margin-bottom: 0;
	}
	footer .inner nav ul li {
		line-height: 1.2;
		padding: 0 10px;
	}
	footer .inner nav ul li a{
		font-size: 9px;
	}
	footer .inner span{
		margin: 0 30px;
		display: inline-block;
	}
	footer #copy{
		padding: 10px 0 0;
		font-size: 10px;
		line-height: 14px;
	}
	footer #copy p {
		margin-bottom: 0;
	}
}
/*--------------------------------
floatNav
---------------------------------*/
#floatNav {
	background: rgba(243, 243, 243, 0.75);
	position: fixed;
	bottom: 0;
	padding: 15px 0;
	width: 100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
}
#floatNav.show {
	opacity: 1;
	visibility: visible;
}
#floatNav .text {
	text-align: center;
	font-size: 22px;
	line-height: 1;
}
#floatNav .inner {
	width: 100%;
	max-width: 900px;
	display: table;
	margin: 0 auto;
}
#floatNav .inner p {
	width: 50%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
#floatNav .inner .tel {
}
#floatNav .inner img {
	width: 65%;
	height: auto;
}
#floatNav .inner .btn01 a {
	width: 470px;
}
#floatNav .inner .btn01 a span {
	height: 77px;
	line-height: 77px;
	font-size: 38px;
}
#floatNav .inner .btn01 a:before {
	margin-left: -235px;
	height: 84px;
	width: 470px;
}
#floatNav .inner .btn01 a span {
	width: 100%;
}
hr {
	margin: 100px 0;
}

/* .mgT-10px{
  margin-top: -16px;
} */
.fv{
  background: url(../img/DUM_LP_FV_bg.png);
  background-size: cover;
  padding-top: 60px;
}
.bg_body11{
  background: url(../img/DUM_LP_body11_bg.gif);
  padding-bottom: 30px;
}
.bg_body16{
  background: url(../img/DUM_LP_body16_bg.gif);
}

.bg_body21 {
  background: #F6EEC9;
}
.bg_body21::before,.bg_body21::after{
  content: " ";
  display: block;
  background: url(../img/DUM_LP_body21_bg.png);
  /* background-repeat: no-repeat; */
  height: 30px;
}
/*--------------------------------
floatNav02
---------------------------------*/
@media screen and (max-width: 767px) {
.head_banner {
  position: fixed; /* 画像固定 */
  top: 0;
  margin: -1px 0 0 0;
  width: 100%;
  z-index: 1000;
}
.head_banner a {
  display: block;
}
.head_banner a img {
  width: 100%!important;
  vertical-align: bottom;
}
}
/* @media screen and (max-width: 767px) {
#floatNav02 a  {
  background: url("/img/interactive_sp.png") 0 0 no-repeat;
  position: fixed;
	z-index: 999;
  width: 100%;
  max-width: 100%;
  height: 72px;
  background-size: cover;
  background-size: 100% auto;
}
} */
/*--------------------------------
fix01
---------------------------------*/
.fix_bn-R {
  width: 72px; /* バナーの横幅 */
  height: 342px; /* バナーの縦幅 */
  position: fixed ;
  right: 0;
  top: 30px;
  z-index: 999;
  -webkit-transition: width ease-in-out 0.3s;
  -moz-transition: width ease-in-out 0.3s;
  -ms-transition: width ease-in-out 0.3s;
  -o-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}

.fix_bn-R a {
  display: block;
  width: 100%;
  height: 100%;
}

.fix_bn-R:hover {
  width: 400px; /* マウスオーバー後のバナーの横幅 */
}

#fix01 {
  background: url("../img/interactive.png") 0 0 no-repeat; /* バナーのURL */
  top: 30px; /* バナーの位置 */
}
@media screen and (max-width: 767px) {
	#floatNav {
		display: block;
		padding: 10px 0;
	}
	#floatNav .text {
		font-size: 12px;
	}
	#floatNav .inner {
		width: 290px;
		margin: 0 auto;
	}
	#floatNav .inner p {
		display: block;
		padding: 0;
	}
	#floatNav .inner .btn01 {
		float: left;
		margin-bottom: 0;
	}
	#floatNav .inner .btn01 a {

	}
	#floatNav .inner .btn01 a {
		width: 235px;
	}
	#floatNav .inner .btn01 a span {
		height: 41px;
		line-height: 41px;
		font-size: 19px;
	}
	#floatNav .inner .btn01 a:before {
		margin-left: -117px;
		height: 46px;
		width: 235px;
	}

	#floatNav .inner .btn01 a:after {
		right: 10px;
	}
	#floatNav .inner .tel {
		width: 60px;
		float: left;
		margin-bottom: 0;
	}
	#floatNav .inner .tel span {
		background: #e23737;
		color: #fff;
		border-radius: 6px;
		outline: none;
		padding: 7px 0 8px;
		margin: 0 auto;
		display: block;
		text-align: center;
		font-size: 31px;
		line-height: 1;
		width: 46px;
	}
	#floatNav .inner .tel span img {
		width: 30px;
		display: inline-block;
	}
	.privacy,
	.notFound {
		margin-bottom: 30px;
	}
	hr {
		margin: 50px 0;
	}
}