@charset "UTF-8";


.mt0, .mv0, .ma0 { margin-top:    0 !important; }
.mr0, .mh0, .ma0 { margin-right:  0 !important; }
.mb0, .mv0, .ma0 { margin-bottom: 0 !important; }
.ml0, .mh0, .ma0 { margin-left:   0 !important; }
.pt0, .pv0, .pa0 { padding-top:   0 !important; }
.pr0, .ph0, .pa0 { padding-right: 0 !important; }
.pb0, .pv0, .pa0 { padding-bottom:0 !important; }
.pl0, .ph0, .pa0 { padding-left:  0 !important; }
.mt10, .mv10, .ma10 { margin-top:    10px !important; }
.mr10, .mh10, .ma10 { margin-right:  10px !important; }
.mb10, .mv10, .ma10 { margin-bottom: 10px !important; }
.ml10, .mh10, .ma10 { margin-left:   10px !important; }
.pt10, .pv10, .pa10 { padding-top:   10px !important; }
.pr10, .ph10, .pa10 { padding-right: 10px !important; }
.pb10, .pv10, .pa10 { padding-bottom:10px !important; }
.pl10, .ph10, .pa10 { padding-left:  10px !important; }
.mt20, .mv20, .ma20 { margin-top:    20px !important; }
.mr20, .mh20, .ma20 { margin-right:  20px !important; }
.mb20, .mv20, .ma20 { margin-bottom: 20px !important; }
.ml20, .mh20, .ma20 { margin-left:   20px !important; }
.pt20, .pv20, .pa20 { padding-top:   20px !important; }
.pr20, .ph20, .pa20 { padding-right: 20px !important; }
.pb20, .pv20, .pa20 { padding-bottom:20px !important; }
.pl20, .ph20, .pa20 { padding-left:  20px !important; }
.mt30, .mv30, .ma30 { margin-top:    30px !important; }
.mr30, .mh30, .ma30 { margin-right:  30px !important; }
.mb30, .mv30, .ma30 { margin-bottom: 30px !important; }
.ml30, .mh30, .ma30 { margin-left:   30px !important; }
.pt30, .pv30, .pa30 { padding-top:   30px !important; }
.pr30, .ph30, .pa30 { padding-right: 30px !important; }
.pb30, .pv30, .pa30 { padding-bottom:30px !important; }
.pl30, .ph30, .pa30 { padding-left:  30px !important; }
.mt40, .mv40, .ma40 { margin-top:    40px !important; }
.mr40, .mh40, .ma40 { margin-right:  40px !important; }
.mb40, .mv40, .ma40 { margin-bottom: 40px !important; }
.ml40, .mh40, .ma40 { margin-left:   40px !important; }
.pt40, .pv40, .pa40 { padding-top:   40px !important; }
.pr40, .ph40, .pa40 { padding-right: 40px !important; }
.pb40, .pv40, .pa40 { padding-bottom:40px !important; }
.pl40, .ph40, .pa40 { padding-left:  40px !important; }
.strong, .bold { font-weight:bold; }
.italic { font-style:italic; }
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f14 { font-size:14px; }
.f15 { font-size:15px; }
.f16 { font-size:16px; }
.f17 { font-size:17px; }
.f18 { font-size:18px; }
.f19 { font-size:19px; }
.f20 { font-size:20px; }
.f21 { font-size:21px; }
.f22 { font-size:22px; }
.f23 { font-size:23px; }
.f24 { font-size:24px; }
.f25 { font-size:25px; }
.f26 { font-size:26px; }
.center { text-align:center !important; }
.left { text-align:left !important; }
.right { text-align:right !important; }
.d-inline-block { display: inline-block; }
/****************** end common ********************/

/*==================================================================
	Common setting
===================================================================*/

.inner {
	margin: auto;
	max-width: 1050px;
	width: 92%;
}
.inner-660 {
	margin: 0 auto;
	max-width: 660px;
}
.full { width: 100%; }

@media screen and (min-width: 768px){
	.sp {
		display: none!important;
	}
}
@media screen and (max-width: 767px){
	body {
		font-size: 1.4rem;
		padding-top: 45px;
	}
	.pc {
		display: none!important;
	}	
}
@media screen and (min-width: 1025px){
	a[href^="tel:"] {
	    pointer-events: none;
	}
}
@media screen and (max-width: 1024px){
	a[href^="tel:"] {
	    pointer-events: auto !important;
	}
}
/*==================================================================
	Header setting
===================================================================*/
#header {
	background-color: #aa0000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 60px;
	z-index: 99;
}
#logo a {
	opacity: 1;
}
#logo img {
	width: 170px;
}
.login img {
	width: 106px;
}
@media screen and (max-width: 767px) {
	#header {
		padding: 0 4%;
		min-height: 45px;
	}
	#logo img {
		width: 85px;
	}
	.login img {
		width: 70px;
	}
}
.list-notes {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.7;
	font-weight: 500;
	text-indent: -14px;
	padding-left: 14px;
}
.list-notes02 {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	font-weight: 500;
	text-indent: -18px;
	padding-left: 18px;
}
.list-notes02 li + li {
	margin-top: 5px;
}
.btn-com {
	font-size: 2.2rem;
	letter-spacing: 0.15em;
	line-height: 1.7;
	border-radius: 0;
	background-color: #fff;
	color: #323232;
	max-width: 360px;
    display: block;
	transition: all 0.3s ease-in;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 5px;
	font-weight: bold;
}
.btn-com::after{
	content: "";
    width: 0;
    margin: 20px auto 15px;
    border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
    border-left: 12px solid #aa0000;
    display: block;
	display: inline-block;
	margin: 0 0 0 10px;
}
.btn-com:hover {
	color: #323232;
}
.btn-com.white {
	background-color: #fff;
	color: #323232;
}
.btn-com.red {
	background-color: #aa0000;
	color: #fff;
}
.btn-com.red::after {
	border-left: 12px solid #fff;
}
.c-red {
	color: #aa0000;
}
@media screen and (max-width: 767px) {
	.list-notes {
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	.list-notes02 {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.btn-com {
		font-size: 1.4rem;
		padding: 7px 5px;
		border-radius: 10px;
	}
	.btn-com::after {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 8px solid #aa0000;
	}
	.btn-com.red::after {
		border-left: 8px solid #fff;
	}
}
/*==================================================================
	Contents setting
===================================================================*/
.sec-pickup {
	padding: 0 0 50px 0;
}
.pickup-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
}
.pickup-ttl {
	font-size: 5rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 0 0 75px;
    text-align: center;
}
.pickup-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.pickup-list .item {
	width: 50%;
	padding: 0 25px;
}
.pickup-list .item .img {
	position: relative;
}
.pickup-list .item .img .icon {
	position: absolute;
	width: 94px;
	top: -45px;
    left: -42px;
}
.pickup-list .item:nth-child(2) .img .icon {
	left: auto;
	right: -42px;
}
.pickup-list .item .topic {
	text-align: center;
	margin-bottom: 25px;
}
.pickup-list .item .topic .ttl {
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.pickup-list .item .topic .txt {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.pickup-list .item .title .ttl {
	color: #7cd200;
	border-bottom: 4px solid #7cd200;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	width: 100%;
    padding: 0 0 10px;
	text-align: center;
}
.pickup-list .item .title .txt {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.7;
	border-bottom: 4px solid #7cd200;
	text-align: center;
	padding: 20px 0;
}
@media screen and (max-width: 767px) {
	.pickup-ttl {
		font-size: 2.4rem;
        margin: 0 0 35px;
	}
	.pickup-list {
		margin: 0;
	}
	.pickup-list .item {
		width: 100%;
		padding: 0;
	}
	.pickup-list .item + .item {
		margin-top: 13%;
	}
	.pickup-list .item:nth-child(2) .img .icon,
	.pickup-list .item .img .icon {
		right: 0;
        left: auto;
        width: 17.5%;
        top: -7%;
	}
	.pickup-list .item .topic {
		margin-bottom: 15px;
	}
	.pickup-list .item .topic .ttl {
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.pickup-list .item .topic .txt {
		font-size: 1.4rem;
	}
	.pickup-list .item .title {
		padding: 0;
	}
	.pickup-list .item .title .ttl {
		font-size: 1.8rem;
		border-bottom: 2px solid #7cd200;
	}
	.pickup-list .item .title .txt {
		font-size: 1.4rem;
		line-height: 1.7;
		width: 100%;
		border-bottom: 2px solid #7cd200;
		padding: 5px 0;
	}
}

.area-bnrs {
	margin: 0 auto;
	max-width: 1050px;
	text-align: center;
}
.area-bnrs .bnr01 p {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 30px;
}
.area-bnrs .bnr02 {
	padding: 100px 0;
}
.area-bnrs .bnr02 img {
	width: 660px;
}
@media screen and (max-width: 767px) {
	.area-bnrs .bnr01 {
		padding: 0 4%;
	}
	.area-bnrs .bnr02 {
		padding: 50px 4%;
	}
	.area-bnrs .bnr01 p {
		font-size: 1.4rem;
	}
}
.sec-shop {
	background-color: #e6e1d1;
	padding: 60px 0;
	position: relative;
}
.sec-shop:before {
	background: url(../imgs/pattern01_top.png) repeat-x left top;
	content: "";
	display: block;
	height: 14px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -14px;
}
.sec-shop:after {
	background: url(../imgs/pattern01_btm.png) repeat-x left bottom;
	content: "";
	display: block;
	height: 14px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -14px;
}
.sec-shop-inner {
	margin: 0 auto;
	max-width: 1680px;
    width: 92%;
}
.shop-ttl {
	color: #aa0000;
	font-size: 3.6rem;
	letter-spacing: 0.3em;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.shop-txt {
	color: #323232;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}
.shop-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
	margin: 10px 0 0;
}
.shop-list .item {
	margin-top: 30px;
	width: calc((100% / 6) - 25px);
}
.shop-list img {
	width: 100%;
}
.shop-list .name {
	color: #323232;
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.shop-list .name {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.sec-shop {
		padding: 30px 0 30px;
	}
	.sec-shop:before {
		background-size: 25px 7px;
		height: 7px;
		top: -7px;
	}
	.sec-shop:after {
		background-size: 25px 7px;
		height: 7px;
		bottom: -7px;
	}
	.shop-ttl {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.shop-txt {
		font-size: 1.3rem;
	}
	.shop-scroll {
		overflow: auto;
	}
	.shop-list {
		margin: 20px 0 0;
		width: 286vw;
	}
	.shop-list .item {
		margin-top: 0;
		width: calc((100% / 6) - 4vw);
		padding-bottom: 15px;
	}
	.shop-list .name {
		font-size: 1rem;
		letter-spacing: 0;
	}
}
/* sec-service */
.sec-service {
	padding-top: 140px;
}
.sec-service .area-bnrs .bnr01 {
	padding: 60px 0 100px;
}
.service-box {
	background-color: #fff;
}
.service-box02 {
	padding-bottom: 85px;
}
.sec-service .service-ttl ~ .purpose-list {
	padding-bottom: 30px;
}
.service-ttl {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	color: #fff;
	font-weight: bold;
	background-color: #aa0000;
	margin-bottom: 35px;
	text-align: center;
	padding: 6px;
}
.facilities-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 130px;
}
.facilities-list .item {
	border: 2px solid #e6e1d1;
	width: calc(50% - 15px);
	padding: 40px 20px;
	text-align: center;
}
.facilities-list .ttl {
	font-size: 2.4rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
	color: #aa0000;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 5px 7px;
	border-radius: 10px;
}
.facilities-list .txt {
	color: #323232;
	font-size: 2rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
	font-weight: bold;
}
.facilities-list .txt + .txt {
	margin-top: 20px;
}
.purpose-list .item + .item {
	margin-top: 55px;
}
.purpose-list .ttl {
	margin-bottom: 25px;
	text-align: center;
}
.purpose-list .ttl img {
	height: 38px;
	width: auto;
}
.tbl-service {
	color: #323232;
	width: 100%;
	font-size: 2rem;
	letter-spacing: 0.03em;
	font-weight: 500;
	border-top: 4px solid #323232;
}
.tbl-service.tbl-bdr {
	border-top: 2px solid #323232;
	border-bottom: 4px solid #323232;
}
.tbl-service thead tr {
    border-bottom: 2px solid #323232;
}
.tbl-service thead tr th {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.13;
	padding: 22px 5px;
}
.tbl-service thead tr th:nth-child(1) {
	width: 49.5%;
}
.tbl-service thead tr th:nth-child(2) {
	width: 25%;	
}
.tbl-service thead tr th:nth-child(3) {
	width: auto;
}
.tbl-service thead tr th:nth-child(2) span,
.tbl-service thead tr th:nth-child(3) span {
	text-align: center;
	display: inline-block;
}
.tbl-service tbody tr:nth-child(odd) {
	background-color: rgba(230, 225, 209, .5);
}
.tbl-service tbody tr:nth-child(even) {
	background-color: #ffffff;
}
.tbl-service tbody tr:last-child {
	background: #ffff96;
}
.tbl-service tbody tr td {
	padding: 11px 23px;
}
.tbl-service tbody tr td:nth-child(1) {
	letter-spacing: -0.03em;
	padding-right: 5px;
	padding-left: 55px;
}

.tbl-service tbody tr td:nth-child(2) {
	text-align: right;
	font-size: 2.2rem;
	font-weight: 400;
	position: relative;
	padding-right: 75px;
}
.tbl-service tbody tr td:nth-child(3) {
	color: #aa0000;
	font-size: 2.4rem;
	text-align: right;
	font-weight: bold;
	padding-right: 65px;
}
.tbl-service th:not(:last-child),
.tbl-service td:not(:last-child) {
	border-right: 2px solid #323232;
}
.bnr-price {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.72;
	text-align: center;
	margin-top: 0;
	border-top: 2px solid #323232;
	border-bottom: 4px solid #323232;
}
.bnr-price .number {
	color: #aa0000;
	text-align: center;
	margin: 0 10px;
	font-weight: bold;
	font-size: 136%;
}
.bnr-price .medium{
	font-size: 133%;
}
.bnr-price.bnr-bdr {
	border-top: 4px solid #323232;
	border-bottom: 0 solid #323232;
}
@media screen and (max-width: 767px) {
	.sec-service {
		padding: 35px 0 0;
		background-color: #fff;
	}
	.sec-service .service-ttl ~ .purpose-list {
		padding-bottom: 0;
	}
	.sec-service .area-bnrs .bnr01 {
		padding: 0 4%;
	}
	.service-box {
		padding: 15px 0 40px;
	}
	.service-box02 {
		padding: 50px 0 50px;
	}
	.facilities-list {
	    margin: 0 0 50px;
	}
	.facilities-list .item {
		border-width: 1px;
		padding: 20px 10px;
		width: 100%;
	}
	.facilities-list .ttl {
		font-size: 1.6rem;
		border-radius: 7px;
		margin-bottom: 20px;
	}
	.facilities-list .txt {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.service-ttl {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-left: 0;
		width: 100%;
		margin-bottom: 20px;
		padding: 5px;
	}
	.purpose-list .ttl {
		font-size: 2.2rem;
		line-height: 1;
		letter-spacing: 0;
		margin-left: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 10px;
	}
	.purpose-list .ttl img {
		height: 20px;
	}
	.purpose-list .item + .item {
		margin-top: 40px;
	}
	.tbl-service {
		font-size: 1.1rem;
		border-top: 2px solid #323232;
	}
	.tbl-service.tbl-bdr {
		border-top: 1px solid #323232;
		border-bottom: 2px solid #323232;
	}
	.tbl-service tbody tr td {
		padding: 10px 10px;
	}
	.tbl-service thead tr th {
		font-size: 1.2rem;
		letter-spacing: 0;
		padding: 5px;
	}
	.tbl-service tbody tr td:nth-child(1) {
		padding-right: 0px;
		letter-spacing: -0.07em;
		padding-left: 5px;
	}
	.tbl-service tbody tr td:nth-child(2) {
		font-size: 1.2rem;
		padding-right: 15px;
		padding-left: 5px;
	}
	.tbl-service thead tr th:nth-child(1) {
		width: 41%;
	}
	.tbl-service thead tr th:nth-child(2) {
		padding-right: 5px;
	}
	.tbl-service tbody tr td:nth-child(3) {
		font-size: 1.3rem;
		padding-right: 10px;
	}
	.tbl-service thead tr th:nth-child(3) {
		letter-spacing: -0.05em;
	}
	.tbl-service th:not(:last-child), .tbl-service td:not(:last-child) {
		border-right: 1px solid #323232;
	}
	.tbl-service thead tr {
		border-bottom: 1px solid #323232;
	}
	
	.bnr-price {
		font-size: 1.6rem;
		border-top: 1px solid #323232;
   		border-bottom: 2px solid #323232;
	}
	.bnr-price.bnr-bdr {
		border-top: 2px solid #323232;
		border-bottom: 0 solid #323232;
	}
	.bnr-price .number {
		margin: 0 5px;
	}
}
/* sec-register */
.sec-register {
	background-color: #e6e1d1;
	padding: 75px 0;
	font-weight: bold;
	position: relative;
}
.sec-register:before {
	background: url(../imgs/pattern01_top.png) repeat-x left top;
	content: "";
	display: block;
	height: 14px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -14px;
}
.register-ttl {
	border-bottom: 2px solid #aa0000;
	font-size: 2.4rem;
	letter-spacing: 0.4em;
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.register-ttl .bigger {
	font-size: 230%;
	letter-spacing: 0;
}
.sec-register .area-bnrs .bnr02 {
    padding: 85px 15px 65px;
}
.register-txt {
	border-bottom: 2px solid #aa0000;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	line-height: 1.45;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.register-list {
	display: flex;
	justify-content: center;
	margin: -10px -10px 20px;
}
.register-list .item {
	width: 41%;
	max-width: 418px;
	padding: 10px;
}
.register-list .item .icon {
	text-align: center;
}
.register-list .item:nth-child(1) .icon img {
	width: 110px;
}
.register-list .item:nth-child(2) .icon img {
	width: 83px;
}
.register-list .ttl {
	font-size: 2.5rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.register-notes {
	display: flex;
	justify-content: center;
}
.register-box {
	margin-bottom: 35px;
}
.register-box .ttl {
	font-size: 3rem;
	letter-spacing: 0.08em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.register-box .ttl .number {
	font-size: 140%;
	margin: 0 5px;
}
.register-box .notes {
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: center;
}
.register-box .list-check {
	display: flex;
	justify-content: center;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 15px;
}
.register-box .list-check li{
	display: flex;
	align-items: center;
}
.register-box .list-check li + li {
	margin-left: 30px;
}
.register-box .list-check li::before {
	content: "";
	background: url(../imgs/icon_check.png) no-repeat center center / contain;
	width: 21px;
	height: 21px;
	margin-right: 10px;
}
.list-step {
	display: flex;
	justify-content: space-between;
}
.list-step .item {
	width: calc(100%/3 - 15px);
}
.list-step .item .cont {
	background-color: #fff;
	position: relative;
	padding: 0 18px 15px;
	height: 100%;
}
.list-step .number {
	display: block;
	text-align: center;
	position: relative;
	padding: 0 0 10px;
}
.list-step .number img {
	width: 45px;
}
.list-step .ttl {
	border-bottom: 2px solid #aa0000;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
	padding-bottom: 10px;
}
.list-step .img {
	margin: 25px auto 17px;
	width: 98%;
}
.list-step .txt-approved {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.list-step .txt-approved::before {
    content: "";
	width: 0;
	margin: 20px auto 15px;
    border-top: 20px solid #aa0000;
    border-left: 20px solid transparent;
	border-right: 20px solid transparent;
    display: block;
}
.list-step .box-yellow {
	background-color: #fffe97;
	text-align: center;
	padding: 15px 5px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	line-height: 1.33;
	font-weight: bold;
}
.list-step .txt {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 500;
	margin: 0 -10px 18px 0;
}
.list-step .btn-step {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	background-color: #aa0000;
	display: block;
	text-align: center;
	transition: all 0.3s ease-in;
	padding: 6.7% 5px;
}
.list-step .btn-step:hover {
	opacity: .7;
}
.list-step .list-notes02.icon-mail {
	position: relative;
	padding-right: 95px;
}
.list-step .list-notes02.icon-mail::after {
	content: "";
	background: url(../imgs/icon_mail.png) no-repeat center center/ contain;
	width: 83px;
    height: 74px;
    position: absolute;
    display: block;
    right: 0;
    top: -4px;
}
.list-step .bnr-step {
	width: 100%;
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
	.sec-register {
		padding: 30px 0 45px;
	}
	.sec-register:before {
		background-size: 25px 7px;
		height: 7px;
		top: -7px;
	}
	.sec-register .area-bnrs .bnr02 {
		padding: 40px 15px 40px;
	}
	.register-txt {
		border-width: 1px;
		font-size: 2.2rem;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.register-list {
	    margin: -10px -10px 0;
	}
	.register-list .ttl {
		font-size: 1.6rem;
	}
	.register-list .item {
		width: 47%;
		max-width: 170px;
	}
	.register-list .item:nth-child(1) .icon img {
		width: 70px;
	}
	.register-list .item:nth-child(2) .icon img {
		width: 50px;
	}
	.register-ttl {
		border-width: 1px;
		flex-direction: row;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.register-ttl .bigger {
		font-size: 200%;
	}
	.register-box {
		margin-bottom: 30px;
	}
	.register-box .ttl {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.register-box .list-check {
		font-size: 1.4rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.register-box .list-check li + li {
		margin-left: 20px;
	}
	.register-box .list-check li::before {
		width: 18px;
	}
	.register-box .notes {
		font-size: 1rem;
	}
	.register-box .ttl .number {
		margin: 0 5px 0 0;
	}
	
	.list-step {
		display: block;
	}
	.list-step .item {
		width: 100%;
	}
	.list-step .item + .item {
		margin-top: 30px;
	}
	.list-step .ttl {
		font-size: 1.8rem;
	}
	.list-step .img {
		width: 100%;
		margin: 10px auto 20px;
	}
	.list-step .txt-approved {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.list-step .txt-approved::before {
		margin: 15px auto 15px;
		border-top: 20px solid #aa0000;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		display: block;
	}
	.list-step .list-notes02.icon-mail::after {
		width: 60px;
        right: auto;
        left: 185px;
        top: -15px;
	}
	.list-step .item .cont {
		padding: 0 4% 20px;
	}
	.list-step .box-yellow {
		font-size: 1.8rem;
		padding: 10px 5px;
	}
	.list-step .txt {
		font-size: 1.4rem;
		margin: 0 0 10px;
	}
	.list-step .btn-step {
		font-size: 1.6rem;
	}
	.list-step .number img {
		width: 40px;
	}
}

/*==================================================================
	Footer setting
===================================================================*/
#footer {
	background-color: #aa0000;
	padding: 50px 0 130px;
	position: relative;
}
#footer:before {
	background: url(../imgs/pattern02_top.png) repeat-x left bottom;
	content: "";
	display: block;
	height: 14px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -14px;
}
#footer .logo {
    margin-bottom: 60px;
}
#footer .logo a {
	opacity: 1;
}
#footer .logo img {
	width: 320px;
}
#footer .footer-nav {
	margin: 0 auto 30px;
}
#footer .footer-nav .list-link {
	display: flex;
    justify-content: center;
}
#footer .footer-nav .list-link li {
	width: auto!important;
	border-left: 2px solid #fff;
	flex : 1;
}
#footer .footer-nav .list-link li:last-child {
	border-right: 2px solid #fff;
}
#footer .footer-nav .list-link a {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 2px;
}
#footer .list-btn {
	background: #aa0000;
	display: flex;
	justify-content: center;
	padding: 40px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer .btn-com {
	width: 36%;
}
#footer .btn-com + .btn-com {
	margin-left: 27px;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 25px 0 65px;
	}
	#footer:before {
		background-size: 25px 7px;
		height: 7px;
		top: -7px;
	}
	#footer .logo {
		margin-bottom: 30px;
		text-align: center;
	}
	#footer .logo img {
		width: 160px;
	}
	#footer .footer-nav {
		margin: 0 auto;
	}
	#footer .footer-nav .list-link {
		margin: 0 -4%;
		flex-wrap:wrap;
	}
	#footer .footer-nav .list-link li + li {
		margin-left: 0;
	}
	#footer .footer-nav .list-link li {
		border-left: none;
	}
	#footer .footer-nav .list-link li:last-child {
		border-right: none;
	}
	#footer .footer-nav .list-link  li:nth-child(-n+2) {
		border-top: 1px solid #fff;
	}
	#footer .footer-nav .list-link  li {
		border-bottom: 1px solid #fff;
		width: 50%!important;
		flex: auto;
	}
	#footer .footer-nav .list-link a {
		font-size: 1.3rem;
		display: block;
		padding: 10px 5px;
		text-align: center;
	}
	#footer .footer-nav .list-link li:nth-child(2n) {
		border-left: 1px solid #fff;
	}
	#footer .list-btn {
		justify-content: space-between;
		margin: 0;
		padding: 15px 15px 0;
	}
	#footer .btn-com {
		border-radius: 10px 10px 0 0;
		letter-spacing: 0.05em;
		margin: 0!important;
		padding: 14px 5px 12px!important;
		width: calc(50% - 7.5px);
	}
}

.header .header-menu a {
    font-size : 100%!important;
}
