@charset "UTF-8";
/*------------------------------- 
　common
-------------------------------*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}
body {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
	width: 100%;
	min-width: 1040px;
	min-height: 100vh;
	position: relative;
}
a {
	text-decoration: none;
	transition: 300ms;
	color: #333;
	/*font-weight: bold;*/
}
a:hover{
	opacity: .7;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
.pc-show {
	display: inline-block;
}
.sp-show {
	display: none;
}
.txt-bold{
	font-weight: bold;
}
.txt-red{
	color: #da2128;
	margin-bottom:1em;
}
.inner{
	width: 1100px;
	margin: 0 auto;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.nolink {
	pointer-events: none;
}
.mt1em{
	margin-top:1em;
}
.mb1em{
	margin-bottom:1em;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
		min-width: 100%;
		min-height: 100vh;
	}
	img{
		width: 100%;
	}
	.pc-show {
		display: none;
	}
	.sp-show {
		display: inline-block;
	}
	.inner{
		width: 94%;
	}
}


/*------------------------------- 
　main
-------------------------------*/
.pankuzu{
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0 6px;
}
.pankuzu ul{
	display: flex;
	font-size: 1.4rem;
}
.pankuzu ul li a{
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
.pankuzu ul li a::after{
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -5px;
}

@media only screen and (max-width: 768px) {
	.pankuzu ul{
		font-size: 1.2rem;
	}
}

.pg-ttl{
	background: #fee4f5;
	background: -moz-linear-gradient(55deg, #fee4f5 0%, #fee4f5 60%, #ffedf9 60%, #ffedf9 72%, #fdf6fe 72%, #fdf6fe 100%);
	background: -webkit-linear-gradient(55deg, #fee4f5 0%,#fee4f5 60%,#ffedf9 60%,#ffedf9 72%,#fdf6fe 72%,#fdf6fe 100%);
	background: linear-gradient(55deg, #fee4f5 0%,#fee4f5 60%,#ffedf9 60%,#ffedf9 72%,#fdf6fe 72%,#fdf6fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee4f5', endColorstr='#fdf6fe',GradientType=1 );
	padding: 60px 0;
	border-bottom: 3px solid #b60081;
	text-align: center;
}
.pg-ttl .left_box {
	float: left;
	width: 48%;
}
.pg-ttl .left_box h2 {
	text-align: center;
	font-size: 5.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #b60081;
}
.pg-ttl .left_box h2 span {
	font-size: 3.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pg-ttl .left_box h2 span:before,
.pg-ttl .left_box h2 span:after {
	content: "";
	display: block;
	width: 3px;
	height: 25px;
	background: #b60081;
	margin: 0 15px;
	transform: rotate(-30deg);
}
.pg-ttl .left_box h2 span:after {
	transform: rotate(30deg);
}
.pg-ttl .left_box p {
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 10px 0 5px;
}
.pg-ttl .left_box p.note {
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 0;
}
.pg-ttl .right_box {
	float: right;
}
.pg-ttl .right_box .btn_big {
	position: relative;
	padding-top: 55px;
}
.pg-ttl .right_box .btn_big p.fukidashi {
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 5;
}
.pg-ttl .right_box .btn_big .konsarusan {
	position: absolute;
	top: -48px;
    right: -20px;
	z-index: 5;
}
.pg-ttl .right_box .btn_big a{
    position: relative;
	display: inline-block;	
    background: transparent;
	border-radius: 15px;
    transition: all 0.2s ease;
}
.pg-ttl .right_box .btn_big a:hover{
	border-color:transparent;
    opacity: 1;
}
.pg-ttl .right_box .btn_big a div {
	position: relative;
	z-index: 2;
	display: block;
	border-radius: 15px;
    transition: all 0.3s ease;
    width: 480px;
	background: #f07f35;
	color: #fff;    
	font-weight: bold;
	padding: 40px 0 60px;
    letter-spacing: 2px;
}
.pushdown:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 15px;
    background-color: #c06123;
}
.pushdown:hover div {
	transform: translate(0, 6px);
}
.pg-ttl .right_box .btn_big a div:after {
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%, 0) rotate(-45deg);
	width: 35px;
	height: 35px;
	content: "";
	border-left: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
    z-index: 10;
    transition: all 0.2s ease;
}

.pg-ttl .right_box .btn_big a span {
	font-size: 1.2em;
}

section {
	position: relative;
	padding: /*50px*/ 0;
}
section h3 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}
section h3 span {
	font-size: 2.8rem;
	color: #b60081;
	display: flex;
	justify-content: center;
	align-items: center;
}
section h3 span:before,
section h3 span:after {
	content: "";
	display: block;
	width: 3px;
	height: 30px;
	background: #cdcdcd;
	margin: 0 15px;
	transform: rotate(-30deg);
}
section h3 span:after {
	transform: rotate(30deg);
}

section#feature ul {
	display: flex;
	text-align: center;
	justify-content: space-around;
	margin: 40px 0;
}
section#feature ul li {
	width: 30%;
	border: 2px solid #cdcdcd;
	border-radius: 10px;
	padding: 25px;
}
section#feature ul li h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #b60081;
}
section#feature ul li img {
	margin: 20px auto 10px;
}
section#feature ul li p.note {
	font-size: 0.8em;
	margin-top: 10px;
}
section#feature p.lead {
	position: relative;
	z-index: 2;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	margin: 50px 0 10px;
}
section#feature p.lead span {
	display: inline-block;
	font-weight: bold;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 65%, #f9cfb4 65%, #f9cfb4 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 65%,#f9cfb4 65%,#f9cfb4 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 65%,#f9cfb4 65%,#f9cfb4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9cfb4',GradientType=0 );
}
section#feature .arrow {
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border-left: 5px solid #b60081;
	border-bottom: 5px solid #b60081;
	position: absolute;
	left: 50%;
	bottom: -20px;
	z-index: 1;
	transform: translate(-50%, 0) rotate(-45deg);
}

section#compare {
	background: #e7f9ff;
	padding: 20px 0;
}
section#compare .box {
	width: 950px;
	background: #ffffff;
	border: 1px solid #b60081;
	border-radius: 10px;
	margin: 25px auto 20px;
}
section#compare .box h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	background: #b60081;
	text-align: center;
	padding: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
section#compare .box .form {
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
section#compare .box .form .group {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
section#compare .box .form .group .select-txt {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	padding: 3px 10px 0 0;
}
section#compare .box .form .group .select-wrap {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	border: 1px solid #b60081;
	border-radius: 6px;
	box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.3);
}
section#compare .box .form .group .select-wrap select {
	width: 120px;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 0 0 10px;
	height: 46px;
	background-color: #fff;
}
section#compare .box .form .group .select-wrap::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	padding: 0;
	content: "";
	background: #b60081;
	pointer-events: none;
}
section#compare .box .form .group .select-wrap:after {
	position: absolute;
	top: 13px;
	right: 15px;
	content: "";
	width: 14px;
	height: 14px;
	border: 0;
	border-bottom: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	pointer-events: none;
}
section#compare .box .form .group .select-wrap .selectbox{
	font-size: 1.7rem;
	font-weight: bold;
	color: #333;
}
section#compare .box .form .group .select-wrap #sel-type.selectbox{
	width: 300px;
}
section#compare button.btn {
	position: relative;
	display: block;
	width: 950px;
	background: #d75c96;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
    border: 2px solid #b60081;
	padding: 15px 0 10px;
	border-radius: 50px;
	box-shadow: 0 6px 0 #b60081;
	margin: 20px auto;
}
section#compare button.btn:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
	border: 13px solid transparent;
	border-left: 16px solid #b60081;
	transform: translateY(-50%);
}
section#compare button.btn:disabled {
	background: #ccc;
	box-shadow: 0 6px 0 #999;
    border: 2px solid #999;
	cursor: not-allowed;
}
section#compare button.btn:disabled:after {
	border-left: 16px solid #999;
}

section#inquiry ul {
	display: flex;
	text-align: center;
	justify-content: space-around;
	margin: 40px auto;
}
section#inquiry ul li {
	width: 32%;
	border: 2px solid #cdcdcd;
	border-radius: 10px;
}
section#inquiry ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
}
section#inquiry ul li h4 span {
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	color: #b60081;
	padding-left: 30px;
}
section#inquiry ul li h4 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 25px;
	height: 25px;
	background: #b60081;
	border-radius: 20px;
	transform: translateY(-15px);
}
section#inquiry ul li h4 span:after {
	position: absolute;
	top: 10px;
	left: 5px;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	transform: rotate(-45deg);
}
section#inquiry ul li img {
	margin: 10px auto 15px;
}
section#inquiry .inquiry_tel_area {
	pointer-events:none;
}
section#inquiry .inquiry_tel_area h4 span {
	padding:0;
}
section#inquiry .inquiry_tel_area h4 span:before,
section#inquiry .inquiry_tel_area h4 span:after {
	display:none;
}
section#inquiry .inquiry_tel_area .tel_text {
	font-size: 2.0em;
	font-weight:bold;
	color: #b50081;
	display:flex;
}
section#inquiry .inquiry_tel_area .tel_text img {
	display:inline-block;
	width: 30px;
	height: 26px;
}

@media only screen and (max-width: 768px) {
	.pg-ttl{
		background: #fee4f5;
		background: -moz-linear-gradient(75deg, #fee4f5 0%, #fee4f5 60%, #ffedf9 60%, #ffedf9 75%, #fdf6fe 75%, #fdf6fe 100%);
		background: -webkit-linear-gradient(75deg, #fee4f5 0%,#fee4f5 60%,#ffedf9 60%,#ffedf9 75%,#fdf6fe 75%,#fdf6fe 100%);
		background: linear-gradient(75deg, #fee4f5 0%,#fee4f5 60%,#ffedf9 60%,#ffedf9 75%,#fdf6fe 75%,#fdf6fe 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee4f5', endColorstr='#fdf6fe',GradientType=1 );
		padding: 30px 0 40px;
	}
	.pg-ttl .left_box {
		float: none;
		width: 100%;
	}
	.pg-ttl .left_box h2 {
		font-size: 3.6rem;
	}
	.pg-ttl .left_box h2 span {
		font-size: 2.3rem;
	}
	.pg-ttl .left_box h2 span:before,
	.pg-ttl .left_box h2 span:after {
		height: 15px;
		margin: 0 12px;
	}
	.pg-ttl .left_box p {
		font-size: 1.5rem;
		margin: 15px 0 5px;
	}
	.pg-ttl .left_box p.note {
		font-size: 1.2rem;
	}
	.pg-ttl .right_box {
		float: none;
	}
	.pg-ttl .right_box .btn_big {
		padding-top: 35px;
		margin-top: 20px;
	}
	.pg-ttl .right_box .btn_big a {
		width: 100%;
	}
    .pg-ttl .right_box .btn_big .konsarusan {
        top: -20px;
        right: 0;
        width: 32%;
    }
	.pg-ttl .right_box .btn_big p.fukidashi {
		top: 0;
		left: 5%;
		width: 40%;
	}
    .pg-ttl .right_box .btn_big a div{
		width: 100%;
        padding: 22px 0 46px;
		margin: 0 auto;
    }
    .pushdown:before {
        top: 0;
        width: 100%;
        height: 106%;
    }
    .pushdown:hover div {
        transform: translate(0, 0);
    }

    .pg-ttl .right_box .btn_big a span {
		font-size: 1.4em;
	}
	.pg-ttl .right_box .btn_big a:after {
		bottom: 15%;
		width: 25px;
    height: 25px;
	}

	section {
		padding:0 /*50px 0 30px*/;
	}
	section h3 {
		font-size: 2.0rem;
	}
	section h3 span {
		font-size: 2rem;
	}
	section h3 span:before,
	section h3 span:after {
		height: 40px;
		margin: 0 20px;
	}

	section#feature ul {
		display: block;
		margin: 20px 0;
	}
	section#feature ul li {
		width: 90%;
		border: 1px solid #cdcdcd;
		padding: 20px;
		margin: 10px auto 15px;
	}
	section#feature ul li h4 {
		font-size: 1.4em;
	}
	section#feature ul li img {
    width: 80%;
		margin: 10px auto;
	}
	section#feature p.lead {
		font-size: 1.3em;
		line-height: 1.2;
		margin: 30px 0 10px;
	}
	section#feature p.lead span {
		margin-bottom: 5px;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f9cfb4 50%, #f9cfb4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f9cfb4 50%,#f9cfb4 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#f9cfb4 50%,#f9cfb4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9cfb4',GradientType=0 );
	}
	section#feature .arrow {
		width: 60px;
    height: 60px;
		border-left: 6px solid #b60081;
    border-bottom: 6px solid #b60081;
		bottom: -15px;
	}

	section#compare .box {
		width: 100%;
		margin-top:10px;
	}
	section#compare .box h4 {
		font-size: 1.2em;
		padding: 10px;
		line-height: 1.3;
	}
	section#compare .box .form{
		flex-wrap: wrap;
		padding: 20px;
	}
	section#compare .box .form .group{
		margin: 0;
		margin-right: 6%;
		flex-direction: column;
		align-items: flex-start;
	}
	section#compare .box .form .group:nth-of-type(1){
		width: 98%;
		margin-right:0;
		margin-bottom:15px;
	}
	section#compare .box .form .group:nth-of-type(2), 
	section#compare .box .form .group:nth-of-type(3){
		width: 46%;
	}
	section#compare .box .form .group:nth-of-type(3){
		margin-right: 0;
	}
	section#compare .box .form .group .select-txt {
		padding: 0 0 8px;
		font-size: 1.6rem;
	}
	section#compare .box .form .group .select-wrap {
		width: 100%;
	}
	section#compare .box .form .group .select-wrap::before {
		width: 40px;
		height: 40px;
	}
	section#compare .box .form .group .select-wrap:after {
		top: 12px;
		right: 15px;
		width: 10px;
		height: 10px;
		border-bottom: solid 3px #fff;
		border-right: solid 3px #fff;
	}
	section#compare .box .form .group .select-wrap .selectbox {
		font-size: 1.8rem;
		height: 40px;
		padding: 0 0 0 10px;
		width: 100% !important;
	}
	section#compare p.btn a {
		width: 100%;
		font-size: 1.3em;
		padding: 12px 0;
	}
	section#compare p.btn a:after {
		right: 10px;
		border: 11px solid transparent;
		border-left: 14px solid #b60081;
	}
	section#compare button.btn {
		width: 100%;
	}

	section#inquiry h3 {
		font-size: 2.2rem;
		line-height: 1.3;
	}
	section#inquiry h3 span {
		margin-bottom: 10px;
	}
	section#inquiry h3 span:before,
	section#inquiry h3 span:after {
		height: 25px;
		transform: translateY(5px) rotate(-30deg);
	}
	section#inquiry h3 span:after {
		transform: translateY(5px) rotate(30deg);
	}
	section#inquiry ul {
		width: 90%;
		display: block;
		margin: 20px auto;
	}
	section#inquiry ul li {
		width: 100%;
		border: 1px solid #cdcdcd;
		margin-bottom: 15px;
	}
	section#inquiry ul li a {
		padding: 20px 10px;
	}
	section#inquiry ul li h4 span {
		font-size: 1.4em;
	}
	section#inquiry ul li h4 span:after {
		top: 7px;
		left: 6px;
	}
	section#inquiry .inquiry_tel_area .tel_text img {
		margin:0
	}
	section#inquiry .inquiry_tel_area .tel_text {
		align-items: center;
		justify-content: center;
	}
	section#inquiry .inquiry_tel_area h4 span {
		padding-left:30px;
	}
	section#inquiry .inquiry_tel_area h4 span:before,
	section#inquiry .inquiry_tel_area h4 span:after {
		display:block;
	}
	section#inquiry .inquiry_tel_area {
		pointer-events: auto;
	}
}


/*------- main下部 -------*/
.outline-area{
	font-size: 1.4rem;
	border-top: solid 1px #d2d2d2;
	padding: 30px 0;
	margin: 0;
}
.bnr-area{
	padding: 0 0 40px;
}
.bnr-area .inner{
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	padding: 60px 0;
}
.bnr-area .inner a{
	margin: 0 20px;
}
@media only screen and (max-width: 768px) {
	.outline-area{
		padding: 30px 0 20px;
		margin: 0;
	}
	.bnr-area{
		background: #f5f5f5;
		padding: 0;
		margin: 0 0 30px;
	}
	.bnr-area .inner {
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.bnr-area .inner a {
		margin: 10px 4%;
	}
}

/*------------------------------- 
　footer
-------------------------------*/
footer{
	border-top: 1px solid #b60081;
	font-size: 1.4rem;
}
footer .ft-top{
	padding: 30px 0 24px;    
}
footer .ft-top ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
footer .ft-top ul li{
	padding: 0 30px;
	border-right: 1px solid #d2d2d2;
}
footer .ft-top ul li:last-child{
	padding-right: 0;
	border-right: none;
}
footer .ft-btm{
	background: #740655;
	padding: 60px 0 0;
}
footer .ft-btm-sp{
	display: none;
}
footer .ft-btm .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .ft-btm ul{
	width: 58%;
}
footer .ft-btm ul li{
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 30px 3px 0;
}
footer .ft-btm ul li a{
	color: #fdecf8;
}
footer .ft-btm .copy{
	border-top: 1px solid #8d2e72;
	text-align: center;
	font-size: 1.1rem;
	padding: 14px;
	margin: 50px 0 0;
	color: #fdecf8;
}
@media only screen and (max-width: 768px) {
	footer .ft-top {
		padding: 20px 0;
	}
	footer .ft-top ul {
		flex-wrap: wrap;
		margin: 0;
		padding: 0 4%;
	}
	footer .ft-top ul li {
		padding: 6px 0 6px 14px;
		border-right: none;
		width: 50%;
		font-size: 1.2rem;
		position: relative;
	}
	footer .ft-top ul li::before{
		content: "";
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #b60081;
		border-right: solid 1px #b60081;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -3px;
	}
	footer .ft-btm-sp{
		display: block;
	}
	footer .ft-btm-sp .accordion-container .accordion-title {
		position: relative;
		margin: 0;
		padding: 10px 4%;
		cursor: pointer;
		color: #b60081;
		font-weight: bold;
		font-size: 1.6rem;
		border-top: 2px solid #b60081;
	}
	footer .ft-btm-sp .accordion-container .accordion-title:hover,
	footer .ft-btm-sp .accordion-container .accordion-title:active,
	footer .ft-btm-sp .accordion-title.open { 
		background-color: #fff;
	}
	footer .ft-btm-sp .accordion-container .accordion-title::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 15px;
		height: 3px;
		transform: rotate(90deg);
		background: #b60081;
		transition: all .3s ease-in-out;
		margin-top: -2px;
	}
	footer .ft-btm-sp .accordion-container .accordion-title::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 15px;
		height: 3px;
		background: #b60081;
		transition: all .2s ease-in-out;
		margin-top: -2px;
	}
	footer .ft-btm-sp .accordion-container .accordion-title.open::before {
		transform: rotate(180deg);
	}
	footer .ft-btm-sp .accordion-container .accordion-title.open::after {
		opacity: 0;
	}
	footer .ft-btm-sp .accordion-content {
		display: none;
	}
	footer .ft-btm-sp .accordion-content li a{
		display: block;
		width: 100%;
		padding: 10px 8%;
		border-top: 1px dotted #e9c7df;
		font-size: 1.2rem;
		position: relative;
	}
	footer .ft-btm-sp .accordion-content li a::before{
		content: "";
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 1px #b60081;
		border-right: solid 1px #b60081;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 15px;
		margin-top: -3px;
	}
	footer .ft-btm-sp .page-top{
	}
	footer .ft-btm-sp .page-top a{
		display: block;
		background: #545454;
		padding: 12px;
		text-align: center;
		font-weight: bold;
		color: #fff;
	}
	footer .ft-btm-sp .page-top a span{
		position: relative;
		padding-left: 24px;
	}
	footer .ft-btm-sp .page-top a span::before{
		content: "";
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		transform: rotate(-45deg);
	}
	footer .ft-btm{
		padding: 30px 0 0;
	}
	footer .ft-btm .ft-logo{
		width: 40%;
	}
	footer .ft-btm .ft-bnr{
		width: 30%;
	}
	footer .ft-btm .copy {
		font-size: 1rem;
		padding: 10px;
		margin: 20px 0 0;
	}
}


/* 幅375px表示のまま縮小 ---------*/
@media only screen and (max-width: 375px) {
	body {
		width: 375px;
	}
}



