@charset "UTF-8";

/*------------------------------------------------
Reset
------------------------------------------------*/

body,
h1,
h2,
h3,
h4,
ul,
dl,
dd,
p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

ul {
	list-style: none;
}

.sp {
	display: none;
}

.font {
	font-family: 'Anton', sans-serif;
	font-family: 'Abel', sans-serif;
}

.tel {
	color: #4b4b4b;
	font-family: 'Anton', sans-serif;
	background-image: url(../../../img/lp/red/icon001.png);
	background-repeat: no-repeat;
	background-size: 78px 45px;
}

a {
	text-decoration: none;
}

.btn:hover {
	background: #ee2f2d;
	/* Old browsers */
	background: -moz-linear-gradient(175deg, #ff5959 0%, #ff5959 50%, #ee2f2d 51%, #ee2f2d 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(175deg, #ff5959 0%, #ff5959 50%, #ee2f2d 51%, #ee2f2d 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(175deg, #ff5959 0%, #ff5959 50%, #ee2f2d 51%, #ee2f2d 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2f2d', endColorstr='#9561d0', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.regist-btns .btn:hover {
	background: #ee2f2d;
	/* Old browsers */
	background: -moz-linear-gradient(171deg, #ff5959 0%, #ff5959 50%, #ee2f2d 51%, #ee2f2d 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(171deg, #ff5959 0%, #ff5959 50%, #ee2f2d 51%, #ee2f2d 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(171deg, #ff5959 0%, #ff5959 50%, #ee2f2d 51%, #ee2f2d 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2f2d', endColorstr='#9561d0', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}


/*------------------------------------------------
Common Parts
------------------------------------------------*/

.btn {
	background: #e34545;
	/* Old browsers */
	background: -moz-linear-gradient(175deg, #e34545 0%, #e34545 50%, #c01b1a 50%, #c01b1a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(175deg, #e34545 0%, #e34545 50%, #c01b1a 50%, #c01b1a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(175deg, #e34545 0%, #e34545 50%, #c01b1a 50%, #c01b1a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34545', endColorstr='#6a4297', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	border-radius: 10px;
	box-shadow: 0px -4px 0px 0px #3d3c40 inset;
	width: 740px;
	margin: 33px auto 0;
}

.btn a {
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	display: block;
	text-align: center;
	position: relative;
	height: 112px;
	line-height: 1.2;
	padding: 10px 0;
	box-sizing: border-box;
}

.btn a::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(../../../img/lp/red/arrow_bottom.png);
	background-size: 100%;
	top: 40px;
	right: 30px;
	width: 29px;
	height: 33px;
}

.btn span span {
	font-size: 2.4rem;
	font-weight: normal;
}

.btn img {
	position: absolute;
	left: -46px;
	top: -10px;
	width: 119px;
}

.inner {
	width: 960px;
	margin: 0 auto;
}


/*------------------------------------------------
Header
------------------------------------------------*/

html {
	font-size: 10px;
}

body {
	color: #333;
	font-size: 1.6rem;
	min-width: 960px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1 {
	background-color: #3e3e3e;
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	height: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-left: calc((100% - 960px) / 2);
}

header div {
	-webkit-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
}

header ul {
	width: 960px;
	height: 75px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

header li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

header li:last-of-type {
	min-width: 213px;
}

header .tel {
	font-size: 3rem;
	background-position: left bottom 4px;
	background-size: 39px 23px;
	display: block;
	padding-left: 41px;
	margin-bottom: 7px;
	position: relative;
}

header .tel img {
	position: absolute;
	left: 0;
	top: 12px;
}

.main_img {
	height: 727px;
	background-image: url(../../../img/lp/red/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #f5f8f9;
}

.main_img .inner {
	padding: 70px 0 60px;
	background-image: url(../../../img/lp/red/main_img1.png);
	background-repeat: no-repeat;
	background-position: top 90px right;
	position: relative;
}

.main_img .inner>img {
	position: absolute;
	top: 307px;
	right: 300px;
}

.main_img p:first-of-type {
	margin-bottom: 23px;
}

.main_img p:nth-of-type(2) {
	margin-bottom: 15px;
}

.main_img p:nth-of-type(3) {
	margin-bottom: 50px;
}

.main_img p:nth-of-type(3) img {
	margin-right: 15px;
}

.cnt1 {
	height: 536px;
	background-image: url(../../../img/lp/red/main_bg2.png);
	background-size: cover;
}

.cnt1 .inner {
	background-color: rgba(255, 255, 255, 0.85);
	padding-top: 60px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.cnt1 h2,
.cnt1 .promiseBox {
	width: 960px;
	margin: 0 auto;
}

.cnt1 h2 {
	text-align: center;
	margin-bottom: 30px;
}

.cnt1 .promiseBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.cnt1 dl {
	width: 308px;
	height: 292px;
	border: 1px solid #e7e7e7;
	position: relative;
	background-color: #fff;
}

.cnt1 dl::before,
.cnt1 dl::after {
	display: block;
	position: absolute;
}

.cnt1 dl::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #d52a29 transparent transparent transparent;
}

.cnt1 dl::after {
	color: #fff;
	top: 7px;
	left: 10px;
	font-size: 2rem;
}

.cnt1 dl:first-of-type::after {
	content: "1";
}

.cnt1 dl:first-of-type dt {
	background-image: url(../../../img/lp/red/icon012.png);
	background-size: 103px 99px;
}

.cnt1 dl:nth-of-type(2)::after {
	content: "2";
}

.cnt1 dl:nth-of-type(2) dt {
	background-image: url(../../../img/lp/red/icon003.png);
	background-size: 149px 100px;
}

.cnt1 dl:last-of-type::after {
	content: "3";
}

.cnt1 dl:last-of-type dt {
	background-image: url(../../../img/lp/red/icon002.png);
	background-position: left 106px top 20px;
	background-size: 108px 100px;
}

.cnt1 dt {
	padding-top: 130px;
	padding-bottom: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
	border-bottom: 2px solid #d52a29;
	margin: 0 19px;
	letter-spacing: 4px;
}

.cnt1 dd {
	margin: 10px 18px 0;
	line-height: 1.5;
}

#Container {
	background-image: url(../../../img/lp/red/bg1.jpg);
	background-size: cover;
	padding-top: 60px;
}

.guide .guide-inner>a,
.guide .guide-inner>span {
	display: block;
	width: 100%;
	border: 6px solid #d52a29;
	border-radius: 7px;
	margin-top: 40px;
	box-sizing: border-box;
}

.guide ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 2px;
}

.guide li:nth-of-type(n+2) {
	width: 50%;
	margin: 15px 0;
	box-sizing: border-box;
}

.guide li:first-of-type {
	color: #fff;
	font-size: 2rem;
	width: 100%;
	height: 39px;
	background-image: url(../../../img/lp/red/tel_bg.jpg);
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.guide li:first-of-type img {
	width: 23px;
}

.guide li:nth-of-type(2) {
	letter-spacing: 4px;
}

.guide li:last-of-type {
	color: #333;
	padding-left: 16px;
	line-height: 1.2;
	position: relative;
}

.guide li:last-of-type span {
	color: #fb5901;
}

.guide li:last-of-type::before {
	content: "";
	width: 1px;
	height: 45px;
	display: block;
	position: absolute;
	background-color: #6c6c6c;
	top: 6px;
	left: 0;
}

.guide li:last-of-type::after {
	content: "\f095";
	color: #fceeee;
	display: block;
	font-family: FontAwesome;
	font-size: 8rem;
	position: absolute;
	right: 18px;
	bottom: -15px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.guide .tel {
	font-size: 5.9rem;
	margin-left: 20px;
	padding-left: 90px;
	background-position: center left;
}

.guide .btn {
	margin-top: 20px;
}

.text1,
.text2,
.toform {
	font-size: 3.6rem;
	text-align: center;
	margin-top: 40px;
	background-image: url(../../../img/lp/red/guide_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
}

.guide-inner {
	width: 960px;
	margin: 0 auto;
}

.toform {
	margin-top: 60px;
}

.cnt2 .guide-inner>a {
	margin-top: 60px;
}

.content-item {
	background: #d52a29;
	/* Old browsers */
	background: -moz-linear-gradient(top, #d52a29 0%, #eb7372 50%, #ffb4b4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d52a29 0%, #eb7372 50%, #ffb4b4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d52a29 0%, #eb7372 50%, #ffb4b4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52a29', endColorstr='#d8c7ff', GradientType=0);
	/* IE6-9 */
	border-radius: 7px;
	margin-top: 84px;
	margin-bottom: 44px;
	padding-bottom: 27px;
	color: #fb5901;
}

.content-item h2 {
	color: #fff;
	font-size: 3rem;
	position: relative;
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-item h2 img {
	position: absolute;
}

.content-item h2 img:first-of-type {
	left: 14px;
	bottom: 0;
}

.content-item h2 img:last-of-type {
	right: 20px;
	bottom: -7px;
}

.content-item h3 {
	width: 100%;
	height: 37px;
	background-color: #333333;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	border-radius: 5px;
	padding-left: 40px;
	box-sizing: border-box;
	background-image: url(../../../img/lp/red/icon005.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	margin-bottom: 10px;
	background-size: 21px 22px;
}

.content-item>div {
	margin: 0 20px;
}

.content-item .sections {
	background-color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-item .sections:not(:last-child) {
	padding-bottom: 30px;
}

.content-item .sections:not(:last-child) li {
	-webkit-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
	-moz-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
	box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
	border: solid 2px #e29867;
	width: 214px;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
}

.content-item .sections:first-of-type {
	width: 100%;
	padding-top: 20px;
}

.content-item .sections:nth-of-type(3) {
	padding-bottom: 20px;
}

.content-item .sections:last-of-type {
	margin-top: 20px;
	padding-top: 10px;
	background-image: url(../../../img/lp/red/sec_bg.jpg);
	background-size: cover;
}

.content-item .sections:last-of-type h3 {
	font-size: 3rem;
	text-align: center;
	background-color: #d52a29;
	height: 60px;
	justify-content: center;
	background-image: none;
	position: relative;
	letter-spacing: 3px;
}

.content-item .sections:last-of-type h3::before,
.content-item .sections:last-of-type h3::after {
	display: block;
	width: 27px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
}

.content-item .sections:last-of-type h3::before {
	content: "";
	margin-right: 5px;
	background-image: url(../../../img/lp/red/icon009.png);
}

.content-item .sections:last-of-type h3::after {
	content: "";
	margin-left: 5px;
	background-image: url(../../../img/lp/red/icon015.png);
}

.content-item .sections:last-of-type ul {
	justify-content: center;
	margin-bottom: 30px;
}

.content-item .sections:last-of-type li {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	width: 200px;
	height: 200px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	color: #333;
}

.content-item .sections:last-of-type li::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center top 30px;
}

.content-item .sections:last-of-type li::after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	border-radius: 100px 100px 0 0;
	background-color: #f4f4f4;
	position: absolute;
	transform: rotate(125deg);
	-webkit-transform: rotate(125deg);
	bottom: 22px;
	right: -41px;
	z-index: 0;
}

.content-item .sections:last-of-type li span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 1;
}

.content-item .sections:last-of-type li:first-of-type::before {
	background-image: url(../../../img/lp/red/icon006.png);
	background-size: 64px 81px;
}

.content-item .sections:last-of-type li:nth-of-type(2)::before {
	background-image: url(../../../img/lp/red/icon008.png);
	background-size: 63px 69px;
}

.content-item .sections:last-of-type li:last-of-type::before {
	background-image: url(../../../img/lp/red/icon007.png);
	background-size: 78px 81px;
}

.content-item .sections:last-of-type li:not(:last-child) {
	margin-right: 20px;
}

.content-item ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.content-item dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.content-item dl:not(:last-child) {
	margin-bottom: 2px;
}

.content-item dl:last-of-type {
	height: 44px;
	align-items: center;
}

.content-item dl:last-of-type dt {
	height: 100%;
}

.content-item dl:last-of-type dd {
	color: #ff7322;
}

.content-item dt {
	color: #fff;
	background-color: #7a7a7a;
	width: 46px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	margin-right: 5px;
}

.content-item dd {
	font-size: 2.2rem;
	font-weight: bold;
	flex: 1;
	padding: 1px 0;
}

.content-item dd span {
	font-size: 1.4rem;
}

.content-item dd.fz28 {
	font-size: 2.8rem;
}

.cnt3 {
	padding-bottom: 60px;
}

.cnt3 .inner {
	background: #d52a29;
	/* Old browsers */
	background: -moz-linear-gradient(top, #d52a29 0%, #eb7372 50%, #ffb4b4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d52a29 0%, #eb7372 50%, #ffb4b4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d52a29 0%, #eb7372 50%, #ffb4b4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52a29', endColorstr='#d8c7ff', GradientType=0);
	/* IE6-9 */
	border-radius: 7px;
	margin-top: 84px;
	margin-bottom: 44px;
	padding-bottom: 27px;
	border-radius: 7px;
	position: relative;
}

.cnt3 .inner::before,
.cnt3 .inner::after {
	content: "";
	display: block;
	position: absolute;
}

.cnt3 .inner::before {
	width: 121px;
	height: 131px;
	background-image: url(../../../img/lp/red/icon010.png);
	right: 0;
	bottom: 0;
	z-index: 1;
}

.cnt3 .inner::after {
	width: 164px;
	height: 129px;
	background-image: url(../../../img/lp/red/comment.png);
	right: 44px;
	bottom: 83px;
}

.cnt3 .inner ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.cnt3 .inner li {
	-webkit-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
	-moz-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
	box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
	border: solid 2px #e29867;
	width: 168px;
	height: 45px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 2rem;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
}

.cnt3 .inner li i {
	font-size: 1.8rem;
	margin-right: 5px;
}

.cnt3 .inner li:nth-of-type(8) {
	font-size: 1.8rem;
}

.cnt3 .inner li:nth-last-of-type(-n+4) {
	width: 346px;
}

.cnt3 .inner li:first-of-type,
.cnt3 .inner li:nth-of-type(6),
.cnt3 .inner li:nth-of-type(11),
.cnt3 .inner li:nth-of-type(15),
.cnt3 .inner li:nth-of-type(17) {
	margin-left: 0;
}

.cnt3 .inner li,
.cnt3 .inner i {
	font-weight: bold;
	color: #fb5901;
}

.cnt3 .inner p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.cnt3 h2 {
	color: #fff;
	font-size: 3rem;
	position: relative;
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cnt3 h2 img {
	position: absolute;
}

.cnt3 h2 img:first-of-type {
	left: 14px;
	bottom: 0;
}

.cnt3 h2 img:last-of-type {
	right: 20px;
	bottom: -7px;
}

.cnt3 h3 {
	width: 100%;
	height: 37px;
	background-color: #333333;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	border-radius: 5px;
	padding-left: 40px;
	box-sizing: border-box;
	background-image: url(../../../img/lp/red/icon005.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	margin-bottom: 10px;
	background-size: 21px 22px;
}

.cnt3 .sections {
	margin: 0 20px;
	padding: 20px;
	background-color: #fff;
}

.cnt4 {
	background-image: url(../../../img/lp/red/bg2.jpg);
	padding: 60px 0;
}

.cnt4 .inner {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 7px;
	padding: 30px 30px 0;
	-webkit-box-shadow: 0 0 4px rgba(56, 0, 50, 0.23);
	-moz-box-shadow: 0 0 4px rgba(56, 0, 50, 0.23);
	box-shadow: 0 0 4px rgba(56, 0, 50, 0.23);
	box-sizing: border-box;
}

.cnt4 h3 {
	border-top: 4px solid #b3a69f;
	border-bottom: 4px solid #b3a69f;
	box-sizing: border-box;
	color: #5f493c;
	font-size: 3rem;
	font-weight: normal;
	padding-left: 54px;
	background-image: url(../../../img/lp/red/icon011.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	position: relative;
	height: 59px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	background-size: 32px 22px;
}

.cnt4 h3::before,
.cnt4 h3::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #b3a69f;
	position: absolute;
	left: 0;
}

.cnt4 h3::before {
	top: 2px;
}

.cnt4 h3::after {
	bottom: 2px;
}

.step {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}

.step .head {
	width: 91px;
	height: 42px;
	background-color: #793300;
	border-radius: 7px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	font-family: 'Abel', sans-serif;
	text-align: center;
	padding: 6px 0;
	letter-spacing: 2px;
	z-index: 1;
}

.step .head span {
	font-size: 3rem;
	font-weight: bold;
	margin-left: 6px;
}

.step dl {
	margin: 9px 0 30px 12px;
}

.step dt {
	color: #793300;
	font-size: 2.8rem;
	font-weight: bold;
}

.step dd {
	line-height: 1.6;
	margin-top: 8px;
}

.step:nth-last-of-type(n+3) .head {
	background-color: #d52a29;
}

.step:nth-last-of-type(n+3) dt {
	color: #d52a29;
}

.step:first-of-type a {
	color: #9a4100;
	font-size: 1.4rem;
}

.step:first-of-type .fa {
	color: #333;
	margin: 0 5px 0 10px;
}

.step:first-of-type dd span {
	font-family: 'Anton', sans-serif;
	letter-spacing: 1px;
}

.step:first-of-type dd span,
.step:first-of-type .fa {
	font-size: 2rem;
}

.step:not(:last-child)::before,
.step:not(:last-child)::after {
	content: "";
	position: absolute;
	display: block;
}

.step:not(:last-child)::before {
	background-color: #fddddd;
	width: 20px;
	height: 100%;
	left: 35px;
	top: 0;
}

.step:nth-last-of-type(2)::before {
	height: 85%;
}

.step:nth-last-of-type(2)::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 17px 0 17px;
	border-color: #fddddd transparent transparent transparent;
	left: 28px;
	bottom: 0;
}

.contact {
	background-color: #edecec;
	text-align: left;
	padding: 60px 0 100px;
}

table {
	font-size: 1.7rem;
	padding-top: 60px;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
	position: relative;
	width: 260px;
	vertical-align: top;
	padding-top: 8px;
	line-height: 1.3;
	text-align: left;
}

td {
	width: 530px;
	color: #797979;
	padding: 0 0 12px;
}

td p.err {
	color: #ff0000;
	margin-top: 3px;
}

td input {
	margin-right: 10px;
	padding: 3px 5px;
	font-size: 15px;
	height: 33px;
	box-sizing: border-box;
}

td input.size_s {
	width: 80px;
}

td input.size_m {
	width: 250px;
}

td input.size_l {
	width: 400px;
}

td input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

td input[type="radio"] {
	width: 16px;
	height: 16px;
}

td label {
	font-size: 15px;
}

td select {
	padding: 3px;
	font-size: 15px;
	height: 33px;
}

td textarea {
	width: 500px;
	padding: 3px 5px;
	font-size: 15px;
	resize: vertical;
}

td ul {
	width: 690px;
}

td li {
	float: left;
	margin-right: 40px;
	padding: 3px 0;
}

.address {
	font-size: 1.3rem;
}

.address input,
.address select {
	margin-bottom: 5px;
}

.regist-btns {
	text-align: center;
	padding-right: 100px;
	font-size: 1.3rem;
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.btns .text {
	margin-bottom: 10px;
}

.btns a {
	text-decoration: underline;
}

.btns a:hover {
	color: #6783fa;
}

.regist-btns .btn {
	display: block;
	width: 465px;
	height: 103px;
	border: none;
	text-align: left;
	overflow: visible;
	position: relative;
	background: #7d55aa;
	background: #e34545;
	/* Old browsers */
	background: -moz-linear-gradient(171deg, #e34545 0%, #e34545 50%, #c01b1a 50%, #c01b1a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(171deg, #e34545 0%, #e34545 50%, #c01b1a 50%, #c01b1a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(171deg, #e34545 0%, #e34545 50%, #c01b1a 50%, #c01b1a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e34545', endColorstr='#6a4297', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.regist-btns .btn>span {
	color: #fff;
	font-size: 3.6rem;
	font-weight: normal;
	display: block;
	position: relative;
	padding: 13px 0 13px 35px;
	box-sizing: border-box;
}

.regist-btns .btn img {
	left: -91px;
	top: -29px;
}

.regist-btns .btn::before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(../../../img/lp/red/arrow_right.png);
	background-size: 100%;
	top: 32px;
	right: 40px;
	width: 29px;
	height: 33px;
}

.required {
	background-color: #d61020;
	color: #fff;
	width: 51px;
	height: 24px;
	position: absolute;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	right: 20px;
	top: 5px;
	line-height: 1;
}

input[type="checkbox"],
input[type="radio"],
button {
	cursor: pointer;
}

input[type="checkbox"]+label,
input[type="radio"]+label,
button+label {
	cursor: pointer;
}

footer {
	background-color: #434343;
	font-size: 1rem;
	color: #fff;
}

footer .footer-bottom {
	background-color: #434343;
	text-align: center;
	position: relative;
	z-index: 0;
}

footer .footer-bottom>.bottom-content {
	width: 960px;
	padding: 20px 0;
	margin: auto;
	font-size: 12px;
}

footer .footer-bottom>.bottom-content>.content-head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 25px;
}

footer .footer-bottom>.bottom-content>.content-head>.ttl {
	color: #ffffff;
	font-size: 12px;
}

footer .footer-bottom>.bottom-content>.content-head>.ttl>img {
	vertical-align: -9px;
	display: inline-block;
	margin-right: 10px;
}

footer .footer-bottom>.bottom-content>small {
	color: #a0a0a0;
	display: block;
	text-align: right;
	line-height: 1;
}

footer .footer-bottom>.bottom-content .office {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	width: 100%;
	flex-wrap: wrap;
}

footer .footer-bottom>.bottom-content .office>section {
	border-right: solid 1px #ebebeb;
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding-left: 20px;
}

footer .footer-bottom>.bottom-content .office>section:first-child {
	padding-left: 0;
}

footer .footer-bottom>.bottom-content .office>section:last-child {
	border-right: 0;
}

footer .footer-bottom>.bottom-content .office>section>h2,
footer .footer-bottom>.bottom-content .office>section>p {
	text-align: left;
	color: #FFFFFF;
}

footer .footer-bottom>.bottom-content .office>section>h2 {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 8px;
}

footer .footer-bottom>.bottom-content .office>section>p {
	line-height: 1.6;
}
footer .footer-bottom>.bottom-content .office>section>p>a {
	color: inherit;
}

footer .footer-bottom>.bottom-content .office>section:first-child>h2,
footer .footer-bottom>.bottom-content .office>section:first-child>p {
	padding-left: 0;
}

footer .footer-bottom>.bottom-content .office>section:last-child>h2,
footer .footer-bottom>.bottom-content .office>section:last-child>p {
	padding-right: 0;
}

footer .free_dial {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	display: inline-flex;
}


footer .free_dial>i {
	content: "";
	background-image: url(../../../img/lp/red/icon016.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 26px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	vertical-align: -6px;
	margin-left: 20px;
	margin-right: 5px;
}

footer .c_name {
	display: block;
	font-size: 1.46rem;
	text-align: left;
	padding-left: 37px;
	margin-top: 10px;
}



footer .content-bottom {
  display: flex;
  margin-bottom: max(2vw, 20px);
  gap: 20px;
  & .p_mark {
    display: flex;
    & a {
      display: block;
      min-height: 85px;
      height: 85px;
      min-width: 85px;
      width: 85px;
      margin: 0px 10px;
    }
    & p {
      font-size: 1.1em;
      margin-top: 0;
      min-width: 220px;
      color: #fff;
    }
  }
}
@media screen and (max-width: 1000px) {
  footer .content-bottom {
    flex-direction: column;
    & .p_mark {
      width: 90%;
      & p {
        font-size: 12px;
      }
    }
  }
}


.p_mark {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: auto;
	text-align: left;
}

.p_mark p {
	font-size: 1rem;
	margin-top: 0;
	line-height: 1.5;
}

.p_mark a {
	display: block;
	padding: 5px;
	background-color: #fff;
	width: 85px;
	height: 85px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 20px;
}

.p_mark img {
	width: 100%;
}
/* Form */
form h2 {
	display: none;
}
td input[type=text] {
	width: 400px;
}
td .mini_radio label:first-of-type {
	margin-right: 30px;
}
table:last-of-type tr:nth-of-type(5) input {
	width: 250px;
}
table:last-of-type tr:nth-last-of-type(2) p {
	margin-bottom: 10px;
	display: inline-block;
}
table:last-of-type tr:nth-last-of-type(2) input[type="text"] {
	width: 100%;
}
.has-free-text .remarks {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	/*table:last-of-type tr:nth-last-of-type(2) input[type="text"] {
		width: 70%;
	}*/
	span.wpcf7-form-control-wrap.month_of_birth {
		display: inline-block;
		margin-top: 5px;
	}
}


table:last-of-type tr:nth-last-of-type(2) td,
table:last-of-type tr:nth-last-of-type(3) td {
	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;
}
table:last-of-type tr:nth-last-of-type(2) label,
table:last-of-type tr:nth-last-of-type(3) label {
	margin-right: 0;
	margin-bottom: 5px;
	padding: 3px 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}
table:last-of-type tr:nth-last-of-type(2) p,
table:last-of-type tr:nth-last-of-type(3) p {
	width: 100%;
}
td span.has-free-text {
	display: block;
}

form .text {
	margin-bottom: 10px;
	font-size: 1.3rem;
	text-align: center;
	padding-right: 100px;
	margin-top: 20px;
}
form .text a {
	text-decoration: underline;
}
span.wpcf7-not-valid-tip {
	display: block !important;
	margin-top: 5px !important;
	font-size: 1.3rem !important;
	color: #f00 !important;
	width: 100% !important;
}

.regist-btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}

.regist-btns .return-btn,
.regist-btns .regist-btn {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	width: 40%;
	display: block;
	box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	height: 50px;
	transition: .4s;
}
.regist-btns .return-btn:hover,
.regist-btns .regist-btn:hover {
	opacity: .8;
}
.regist-btns .regist-btn {
	background-color: #d61020;
	color: #FFFFFF;
	margin-left: 20px;
}
.regist-btns .return-btn {
	background-color: #fff;
	color: #d61020;
	border: 1px solid #d61020;
}


.regist_complete {
	text-align: center;
	margin: 3% 0 2%;
}
.regist_complete h3 {
	font-size: 2.6rem;
	margin-bottom: 2%;
}
.regist_complete p {
	line-height: 1.5;
}
.regist_complete .btn2 {
	height: 50px;
	width: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 30px auto 0;
	font-size: 1.8rem;
	background-color: #6a4297;
	color: #fff;
	transition: opacity .5s;
}
.btn2:hover {
	opacity: .8;
}
#form-resume_class_note {
	width: 140px;
	margin-left: 5px;
}
.frame_privacy {
    height: 123px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border: 1px solid #d4d4d4;
    background-color: #FFF;
}
.notice_privacy {
    height: 96px;
    width: calc(100% - 20px);
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/*------------------------------------------------
  Common Parts
  ------------------------------------------------*/
	.btn {
		width: 100%;
		margin: 5% auto 0;
	}
	.btn a {
		color: #fff;
		font-size: 4vw;
		font-weight: bold;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
		position: relative;
		height: 70px;
		line-height: 1.4;
		padding: 0px 0 0 20px;
		box-sizing: border-box;
	}
	.btn a::before {
		background-size: contain;
		top: 50%;
		right: 3%;
		width: 5%;
		height: 24%;
		background-repeat: no-repeat;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.btn a>span {
		margin-bottom: 5px;
	}
	.btn span span {
		font-size: 2.6vw;
		font-weight: normal;
	}
	.btn img {
		position: absolute;
		left: -8px;
		top: -7px;
		width: 21%;
	}

	.inner {
		width: 100%;
	}

	/*------------------------------------------------
  Header
  ------------------------------------------------*/
	html {
		font-size: 8px;
	}

	body {
		min-width: 100%;
	}

	h1 {
		justify-content: center;
	}

	header div {
		-moz-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.1);
		padding: 0 3%;
	}
	header ul {
		width: 100%;
		height: 60px;
	}
	header li:first-of-type {
		width: 45%;
	}
	header li:first-of-type img {
		width: 100%;
	}
	header li:last-of-type {
		width: 55%;
		min-width: auto;
		justify-content: flex-end;
	}
	header .tel {
		background-position: left bottom 1px;
		background-size: 23%;
		padding-left: 19%;
		font-size: 2.7rem;
	}
	header .tel img {
		width: 100%;
		top: 6px;
	}

	.main_img {
		height: 100%;
		background-image: url(../../../img/lp/red/main_bg.jpg);
		background-repeat: no-repeat;
		background-color: #f5f8f9;
		background-size: cover;
		background-position: center;
	}
	.main_img .inner {
		padding: 5% 3% 8%;
		background-position: bottom 13px right 3%;
		box-sizing: border-box;
		background-size: 50%;
	}
	.main_img .inner>img {
		width: 50%;
		position: static;
	}
	.main_img p:first-of-type {
		margin-bottom: 5%;
	}
	.main_img p:first-of-type img {
		width: 100%;
	}
	.main_img p:nth-of-type(2) {
		margin-bottom: 15px;
	}
	.main_img p:nth-of-type(2) img {
		width: 100%;
	}
	.main_img p:nth-of-type(3) {
		margin-bottom: 5%;
	}
	.main_img p:nth-of-type(3) img {
		margin-right: 0;
	}
	.main_img p:nth-of-type(3) img:first-of-type {
		width: 39%;
		margin-right: 1%;
	}
	.main_img p:nth-of-type(3) img:last-of-type {
		width: 60%;
	}
	.main_img p:nth-of-type(4) img,
	.main_img p:nth-of-type(5) img {
		width: 50%;
	}

	.cnt1 {
		height: 100%;
	}
	.cnt1 .inner {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.cnt1 h2,
	.cnt1 .promiseBox {
		width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.cnt1 h2 {
		text-align: center;
		margin-bottom: 8%;
	}
	.cnt1 h2 img {
		width: 100%;
	}
	.cnt1 .promiseBox {
		display: block;
	}
	.cnt1 dl {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	.cnt1 dt {
		padding-top: 130px;
		padding-bottom: 10px;
		font-size: 2.2rem;
		font-weight: bold;
		background-repeat: no-repeat;
		background-position: center 20px;
		text-align: center;
		border-bottom: 2px solid #d52a29;
		margin: 0 19px;
		letter-spacing: 4px;
	}
	.cnt1 dd {
		padding-bottom: 5%;
	}

	#Container {
		padding-top: 5%;
	}

	.guide ul {
		display: block;
	}
	.guide li:nth-of-type(n+2) {
		width: 100%;
		margin: 3% 0;
	}
	.guide li:first-of-type {
		font-size: 1.3rem;
		height: 39px;
		line-height: 1.2;
		justify-content: flex-start;
	}
	.guide li:first-of-type img {
		margin-right: 2%;
		margin-left: 2%;
	}
	.guide li:nth-of-type(2) {
		letter-spacing: 1px;
		border-bottom: 1px solid #6c6c6c;
		margin-bottom: 1.5%;
		padding-bottom: 1.5%;
	}
	.guide li:last-of-type {
		padding-left: 3%;
		font-size: 1.5rem;
		position: relative;
		z-index: 5;
		line-height: 1.4;
	}
	.guide li:last-of-type span {
		color: #fb5901;
	}
	.guide li:last-of-type::before {
		display: none;
	}
	.guide li:last-of-type::after {
		z-index: -1;
	}
	.guide .tel {
		font-size: 12.5vw;
		margin-left: 2%;
		padding-left: 20%;
		background-size: 20%;
		letter-spacing: 1px;
	}
	.guide .btn {
		margin-top: 20px;
	}

	.text1,
	.text2,
	.toform {
		font-size: 2.3rem;
		margin-top: 6%;
		height: 50px;
		background-size: contain;
		line-height: 1.2;
	}

	.guide-inner {
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
	}

	.toform {
		margin-top: 10%;
	}

	.cnt2 .guide-inner>a {
		margin-top: 5%;
	}

	.content-item {
		padding-bottom: 3%;
		margin: 20% 3% 10%;
	}
	.content-item h2 {
		font-size: 1.6rem;
		height: 53px;
		padding: 0 5% 0 22%;
		line-height: 1.5;
	}
	.content-item h2 img {
		position: absolute;
	}
	.content-item h2 img:first-of-type {
		left: 0;
		bottom: 0;
		width: 26%;
	}
	.content-item h2 img:last-of-type {
		right: 3%;
		bottom: -7px;
		width: 16%;
	}
	.content-item>div {
		margin: 0 3%;
	}
	.content-item .sections {
		padding: 0 3%;
	}
	.content-item .sections ul {
		flex-wrap: wrap;
	}
	.content-item .sections:not(:last-child) li {
		-moz-box-shadow: 1px 2px 3px rgba(97, 54, 144, 0.13);
		width: 48.5%;
		padding-left: 3%;
	}
	.content-item .sections:not(:last-child) li:nth-of-type(n+3) {
		margin-top: 3%;
	}
	.content-item .sections:first-of-type {
		width: 100%;
		padding-top: 5%;
	}
	.content-item .sections:nth-of-type(3) {
		padding-bottom: 20px;
	}
	.content-item .sections:last-of-type {
		margin-top: 20px;
		padding-top: 10px;
		background-image: url(../../../img/lp/red/sec_bg.jpg);
		background-size: cover;
		background-position: center;
	}
	.content-item .sections:last-of-type h3 {
		font-size: 1.7rem;
		height: 50px;
		padding: 0;
	}
	.content-item .sections:last-of-type h3::before,
	.content-item .sections:last-of-type h3::after {
		display: block;
	}
	.content-item .sections:last-of-type h3::before {
		background-image: url(../../../img/lp/red/icon009.png);
	}
	.content-item .sections:last-of-type h3::after {
		background-image: url(../../../img/lp/red/icon015.png);
	}
	.content-item .sections:last-of-type ul {
		justify-content: space-around;
		margin-bottom: 10%;
	}
	.content-item .sections:last-of-type li {
		font-size: 1.4rem;
		height: 126px;
		width: 126px;
	}
	.content-item .sections:last-of-type li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0;
	}
	.content-item .sections:last-of-type li::after {
		height: 63px;
		border-radius: 63px 63px 0 0;
		bottom: 13px;
		right: -26px;
	}
	.content-item .sections:last-of-type li::before {
		width: 100%;
		height: 100%;
		background-position: top 15% center;
	}
	.content-item .sections:last-of-type li:first-of-type::before,
	.content-item .sections:last-of-type li:nth-of-type(2)::before,
	.content-item .sections:last-of-type li:last-of-type::before {
		background-size: 30%;
	}
	.content-item dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.content-item dl:first-of-type {
		margin-bottom: 5px;
	}
	.content-item dt {
		width: 33%;
		margin-right: 3%;
		font-size: 1.3rem;
	}
	.content-item dd {
		font-size: 1.7rem;
		padding-top: 4px;
		line-height: 1.2;
	}
	.content-item dd span {
		font-size: 1rem;
	}
	.content-item dd.fz28 {
		font-size: 1.8rem;
	}

	.cnt3 {
		margin: 20% 3% 0;
		padding-bottom: 40px;
	}
	.cnt3 .inner {
		margin-top: 0;
		padding-bottom: 3%;
	}
	.cnt3 .inner::before,
	.cnt3 .inner::after {
		content: "";
		display: block;
		position: absolute;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.cnt3 .inner::before {
		width: 121px;
		height: 131px;
		background-image: url(../../../img/lp/red/icon010.png);
		left: calc(50% + 50px);
		bottom: 0;
		z-index: 1;
	}
	.cnt3 .inner::after {
		width: 174px;
		height: 129px;
		background-image: url(../../../img/lp/red/comment.png);
		left: calc(50% - 30px);
		bottom: 8px;
		background-size: 80%;
		background-repeat: no-repeat;
	}
	.cnt3 .inner ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.cnt3 .inner li {
		width: 48.5%;
		padding-left: 3%;
		margin-bottom: 10px;
		margin-left: 0;
		font-size: 1.8rem;
		display: block;
		padding-top: 14px;
	}
	.cnt3 .inner li i {
		font-size: 1.6rem;
		margin-right: 5px;
	}
	.cnt3 .inner li:nth-of-type(even) {
		margin-left: 3%;
	}
	.cnt3 .inner li:nth-of-type(8) {
		font-size: 1.6rem;
	}
	.cnt3 .inner li:nth-last-of-type(-n+4) {
		width: 100%;
		margin-left: 0;
	}
	.cnt3 .inner p {
		font-size: 1.4rem;
	}
	.cnt3 h2 {
		padding: 0px 5% 0 15%;
		line-height: 1.5;
		height: 53px;
		font-size: 1.6rem;
	}
	.cnt3 h2 img {
		position: absolute;
	}
	.cnt3 h2 img:first-of-type {
		width: 26%;
		left: 0;
		bottom: 0;
	}
	.cnt3 h2 img:last-of-type {
		width: 16%;
		bottom: -7px;
		right: 3%;
	}
	.cnt3 h3 {
		font-size: 1.4rem;
		padding-left: 37px;
	}
	.cnt3 .sections {
		margin: 0 3%;
		padding: 5% 3% 121px;
	}
	.cnt3 .guide-inner {
		padding: 0;
	}

	.cnt4 {
		padding: 10% 0;
	}
	.cnt4 .inner {
		padding: 5% 5% 0;
		margin: 0 3%;
		width: 94%;
	}
	.cnt4 h3 {
		font-size: 2.3rem;
		height: 50px;
		margin-bottom: 5%;
	}
	.cnt4 h3::before,
	.cnt4 h3::after {
		content: "";
		width: 100%;
		height: 1px;
		display: block;
		background-color: #b3a69f;
		position: absolute;
		left: 0;
	}
	.cnt4 h3::before {
		top: 2px;
	}
	.cnt4 h3::after {
		bottom: 2px;
	}

	.step .head {
		width: 78px;
		height: 35px;
		font-size: 1.6rem;
		padding: 6px 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.step .head span {
		font-size: 2.5rem;
		margin-left: 3%;
	}
	.step dl {
		margin: 9px 0 5% 3%;
		width: 70%;
	}
	.step dt {
		font-size: 1.9rem;
	}
	.step dd {
		font-size: 1.3rem;
	}
	.step:first-of-type a {
		font-size: 1.1rem;
	}
	.step:first-of-type .fa {
		color: #333;
		margin: 0 5px 0 10px;
	}
	.step:first-of-type dd span {
		font-family: 'Anton', sans-serif;
		letter-spacing: 1px;
	}
	.step:first-of-type dd span,
	.step:first-of-type .fa {
		font-size: 1.3rem;
	}
	.step:not(:last-child)::before,
	.step:not(:last-child)::after {
		content: "";
		position: absolute;
		display: block;
	}
	.step:not(:last-child)::before {
		background-color: #fddddd;
		width: 20px;
		height: 100%;
		left: 28px;
		top: 0;
	}
	.step:nth-last-of-type(2)::before {
		height: 85%;
	}
	.step:nth-last-of-type(2)::after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 17px 0 17px;
		border-color: #fddddd transparent transparent transparent;
		left: 21px;
		bottom: 0;
	}

	.contact {
		padding: 5% 0 15%;
	}

	table {
		font-size: 1.7rem;
		padding-top: 60px;
		margin: 0 3%;
	}

	th {
		width: 100%;
		font-size: 1.7rem;
		display: block;
		padding-top: 4px;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
		margin-top: 5%;
	}

	td {
		width: 100%;
		color: #797979;
		padding: 7px 0 12px;
		display: block;
	}
	td p.err {
		color: #ff0000;
		margin-top: 3px;
	}
	td input {
		margin-right: 0;
		padding: 7px 5px 3px;
		font-size: 16px;
		height: 40px;
		box-sizing: border-box;
		line-height: 1;
		width: 100%;
	}
	td input.size_s {
		width: 35%;
	}
	td input.size_m {
		width: 80%;
	}
	td input.size_l {
		width: 100%;
	}
	td input[type="checkbox"] {
		width: 16px;
		height: 16px;
	}
	td input[type="radio"] {
		width: 16px;
		height: 16px;
	}
	td label {
		font-size: 15px;
	}
	td select {
		padding: 3px;
		font-size: 15px;
		height: 33px;
	}
	td select:not(:last-of-type) {
		margin-right: 5px;
	}
	td li select:last-of-type {
		width: 44%;
	}
	td textarea {
		width: 100%;
		padding: 3px 5px;
		font-size: 16px;
		resize: vertical;
		box-sizing: border-box;
	}
	td ul {
		width: 100%;
	}
	td li {
		margin-right: 0;
		padding: 3px 0;
	}

	.address {
		font-size: 1.3rem;
	}
	.address input,
	.address select {
		margin-bottom: 5px;
		margin-right: 3%;
	}

	.regist-btns {
		margin: 0 3%;
		padding-right: 0;
	}
	.btns a {
		text-decoration: underline;
	}
	.regist-btns .btn {
		width: 100%;
		height: 70px;
	}
	.regist-btns .btn>span {
		font-size: 2.6rem;
		padding: 13px 0 13px;
		text-align: center;
	}
	.regist-btns .btn img {
		left: -15px;
		top: -10px;
	}
	.regist-btns .btn::before {
		top: 50%;
		right: 3%;
		width: 5%;
		height: 24%;
		background-size: contain;
		background-repeat: no-repeat;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}

	.required {
		right: initial;
		top: 0;
		left: 60px;
		position: static;
		margin-right: 10px;
	}

	footer .footer-bottom {
		padding: 0 20px 0 20px;
	}

	footer .footer-bottom>.bottom-content {
		width: 100%;
		flex-direction: column;
	}

	footer .footer-bottom>.bottom-content>.content-head {
		justify-content: center;
		align-items: center;
	}

	footer .footer-bottom>.bottom-content>.content-head {
		flex-direction: column;
	}

	footer .footer-bottom>.bottom-content>.content-head>.ttl {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin-bottom: 15px;
	}

	footer .footer-bottom>.bottom-content>.content-head>.ttl>img {
		display: block;
		margin: auto;
		vertical-align: -9px;
	}

	footer .footer-bottom>.bottom-content .link-area li {
		font-size: 14px;
		display: block;
	}

	footer .footer-bottom>.bottom-content .link-area li:first-child {
		border-right: 0;
		margin-bottom: 20px;
	}

	footer .footer-bottom>.bottom-content small {
		font-size: 12px;
		text-align: center;
	}

	footer .footer-bottom>.bottom-content .office {
		flex-direction: column;
	}

	footer .footer-bottom>.bottom-content .office>section {
		border-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	footer .footer-bottom>.bottom-content .office>section>h2,
	footer .footer-bottom>.bottom-content .office>section>p {
		padding: 0;
	}

	footer .footer-bottom>.bottom-content>.content-head>.ttl>img {
		display: block;
		margin: auto;
	}

	footer .footer-bottom>.bottom-content>.content-head>.ttl {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.fb-page {
		width: 100% !important;
	}

	footer .footer-bottom>.bottom-content>.content-head>small {
		width: 100%;
		text-align: center;
	}

	footer .footer-bottom>.bottom-content>.content-head {
		justify-content: center;
		align-items: center;
	}

	footer .footer-bottom>.bottom-content .office>section:nth-of-type(2) {
		border-right: 0;
		padding-left: 0;
	}

	footer .footer-bottom>.bottom-content .office>section:nth-of-type(3) {
		padding-left: 0;
		margin-top: 0;
	}

	footer .footer-bottom>.bottom-content .office>section:nth-of-type(4) {
		margin-top: 0;
		padding-left: 0;
		border-right: 0;
	}
	footer .c_name {
		text-align: center;
		padding-left: 0;
	}
	footer .free_dial>i {
		margin-left: 0;
	}
	.p_mark {
		margin-top: 25px;
		-webkit-justify-content: center;
		justify-content: center;
		margin-left: 0;
	}

	/* Form */
	table {
		width: 94%;
	}
	td input[type=text] {
		width: 100%;
	}
	td .mini_radio label:first-of-type {
		margin-right: 30px;
	}
	form table:first-of-type tr:nth-last-of-type(4) select:first-of-type {
		width: 130px;
	}
	table tr:nth-of-type(1) input,
	table tr:nth-of-type(2) input,
	table tr:nth-of-type(7) input {
		width: 250px;
	}
	table:last-of-type tr:nth-of-type(5) input {
		width: 100%;
	}
	.lg input {
		width: 100%;
	}
	input[type=password] {
		width: 100%;
	}
	table:last-of-type tr:nth-last-of-type(3) p,
	table:last-of-type tr:nth-last-of-type(4) p {
		width: 100%;
	}
	form .text {
		padding-right: 0;
	}
	span.wpcf7-not-valid-tip {
		font-size: 1.6rem;
	}
	.regist-btns .return-btn,
	.regist-btns .regist-btn {
		width: 40%;
	}
	.regist-btns .regist-btn {
		background-color: #6a4297;
		color: #FFFFFF;
		margin-left: 20px;
	}
	.regist-btns .return-btn {
		background-color: #fff;
		color: #6a4297;
		border: 1px solid #6a4297;
	}
	.regist_complete h3 {
		font-size: 1.8rem;
	}
	.regist_complete p {
		font-size: 1.3rem;
	}
	.regist_complete .btn2 {
		width: 90%;
	}

}




.footer_ad, 
.footer_ad a {
	width:285px;
}
.footer_ad {
    transition: 0.6s;
    -webkit-animation: anime-in 1s 1 ease-in-out;
    -moz-animation: anime-in 1s 1 ease-in-out;
    -ms-animation: anime-in 1s 1 ease-in-out;
    -o-animation: anime-in 1s 1 ease-in-out;
    animation: anime-in .8s 1 ease;
	position:fixed;
	bottom:-265px;
	right:50px;
	z-index:50;
}
.footer_ad.show {
	bottom:0px;
}
.footer_ad a {
	box-sizing:border-box;
	background-color:#ffffff;
	display:block;
	border:solid 1px #333333;
	overflow:hidden;
    color: #444444;
}
.footer_ad a div{
	border-top:solid 1px #333333;
    background-color: #333333;
	color:#FFFFFF;
    text-align: center;
    padding: 14px 0 15px 0;
	font-size:18px;
}
.footer_ad a img{
	display:block;
	max-width:100%;
    transition: 0.4s;
    -webkit-animation: anime-in 0s 1 ease-in-out;
    -moz-animation: anime-in 0s 1 ease-in-out;
    -ms-animation: anime-in 0s 1 ease-in-out;
    -o-animation: anime-in 0s 1 ease-in-out;
    animation: anime-in 0s 1 ease;
}
.footer_ad a img:hover {
	opacity:0.8;
}
@media screen and (max-width: 767px) {
	.footer_ad, 
	.footer_ad a {
		width:150px;
	}
	.footer_ad {
		position:fixed;
		right:3%;
		overflow:hidden;
	}
	.footer_ad a {
		box-sizing:border-box;
		background-color:#ffffff;
	}
	.footer_ad a img {
		max-width:100%;	
	}
	.footer_ad a img:hover {
		opacity:0.8;
	}
	.footer_ad a div{
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.p_mark {
		margin-top: 25px;
		-webkit-justify-content: center;
		justify-content: center;
		margin-left: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.p_mark a {
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.ssl {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}


.wpcf7-response-output {
	display: none !important;
}

footer .footer-bottom > .bottom-content .office > section > .img_wrap img{
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    footer .footer-bottom > .bottom-content .office > section > .img_wrap {
        display: flex;
    }
    footer .footer-bottom > .bottom-content .office > section > .img_wrap img {
        max-width: 245px;
        margin-left: -5px;
    }
}