@charset "UTF-8";

/* MIMG -------------------------------------------------------------------------*/

#mimg .movie {
	position: relative;
}
#mimg .movie video {
	width: 100%;
	vertical-align: top;
}
#mimg .movie .sp {
	display: none;
}
#mimg .title {
	position: absolute;
	left: 0;
	top: 50%;
	width: 45%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#mimg .title h1 {
	font-size: 30px;
	font-weight: 700;
	color: #343434;
	text-align: center;
	letter-spacing: .3rem;
	background: url('../img/top/mimg_bg_01.png') no-repeat center 80%;
    text-shadow: #fff 1px 0 10px;
}
#mimg .title h1:before,
#mimg .title h1:after {
	display: block;
	width: 100%;
	content: "";
}
#mimg .title h1:before {
	height: 87px;
	background: url('../img/top/mimg_bg_02.png') no-repeat 56% center;
}
#mimg .title h1:after {
	height: 47px;
	background: url('../img/top/mimg_bg_03.png') no-repeat 59% center;
}
#mimg .title h1 .small {
	font-size: 25px;
}
#mimg .title h1 .large {
	font-size: 38px;
}
#mimg .title h1 .mrou {
	color: #f6c02c;
	font-weight: 500;
}
#mimg .title .image {
	width: 55%;
}
#mimg ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
}
#mimg ul li {
	display: flex;
	align-items: center;
}
#mimg ul li:nth-child(n+2) {
	margin-left: 5%;
}
#mimg ul li .icons {
	margin-right: .8rem;
}
#mimg ul li p {
	font-size: 16px;
	line-height: 1.2;
	color: #616161;
	letter-spacing: .1rem;
}
#mimg ul li .t-1 {
	font-size: 22px;
}
#mimg ul li .t-2 {
	font-size: 33px;
	line-height: 1;
	position: relative;
}
#mimg ul li .t-3 {
	font-size: 17px;
}
#mimg ul li .t-4 {
	font-size: 19px;
}
#mimg ul li .jost.b {
	font-weight: 500;
}
#mimg ul li:nth-child(1) .t-2:after {
	position: absolute;
	left: 100%;
	top: 20%;
	width: 40px;
	content: "(税抜)";
	font-size: 10px;
	font-weight: 400;
}
#mimg ul li:nth-child(2) .t-2:before {
	display: inline-block;
	content: "最短";
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	margin: -.4rem .3rem 0 0;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#mimg .area {
	color: #737373;
	text-align: center;
	padding: .2rem 0;
	background: #f1f1f0;
}
#mimg .area span {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin-right: .5rem;
	padding: 0 1rem;
	background: #3e446e;
	border-radius: 25px;
}
.kasen_span{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffaa65 0%) repeat scroll 0 0;
}

.sp_banner2_pc{
display: none;
}

/* BANNER -------------------------------------------------------------------------*/

.banner_list {
	display: flex;
	flex-wrap: wrap; /* ← これを必ず追加してください */
	justify-content: space-between;
}
.banner_list li {
	width: 48.5%;
}

/* 2行目以降の上に隙間を作る */
.banner_list li:nth-child(n+3) {
    margin-top: 20px; 
}
.top_58{
    padding: 20px 0px;
}




/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {

.pc_topbanner2_pc{
display: none;
}
.sp_banner2_pc{
display: block;
        margin: 30px 0px;
}


#mimg .area span{
    width: 100%;
    display: inline-block;
}

	#mimg .movie .pc {
		display: none;
	}
	#mimg .movie .sp {
		display: block;
		width: 100%;
		padding-top: 77%;
		position: relative;
		overflow: hidden;
	}
	#mimg .movie .sp video {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#mimg .title {
		position: static;
		width: 100%;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	#mimg .title h1 {
		font-size: calc(100vw / 16);
		margin: 3rem 0;
		background-size: 50% auto;
		background-position: 43% 80%;
	}
	#mimg .title h1:before,
	#mimg .title h1:after {
		height: auto;
		background-size: auto 100%;
	}
	#mimg .title h1:before {
		padding-top: 20%;
	}
	#mimg .title h1:after {
		padding-top: 10.8%;
		background-position: 65% center;
	}
	#mimg .title h1 .small {
		font-size: calc(100vw / 20);
	}
	#mimg .title h1 .large {
		font-size: calc(100vw / 12);
	}
	#mimg .title .image {
		width: 100%;
	}
	#mimg ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 90%;
		margin: 1.5rem auto;
	}
	#mimg ul li {
		width: 100%;
	}
	#mimg ul li:nth-child(n+2) {
		margin-top: 1rem;
		margin-left: 0;
	}
	#mimg ul li p {
		font-size: calc(90vw / 27);
	}
	#mimg ul li .t-1 {
		font-size: calc(100vw / 18);
	}
	#mimg ul li .t-2 {
		font-size: calc(100vw / 12);
	}
	#mimg ul li .t-3 {
		font-size: calc(100vw / 24);
	}
	#mimg ul li .t-4 {
		font-size: calc(100vw / 22);
	}
	#mimg ul li:nth-child(1) .t-2:after {
		font-size: calc(100vw / 40);
	}
	#mimg ul li:nth-child(2) .t-2:before {
		font-size: calc(100vw / 32);
	}
	#mimg .area {
		font-size: calc(100vw / 30);
		padding: .5rem 0;
	}
}

/* RENTAL -------------------------------------------------------------------------*/

.rental_list.slick-initialized {
	display: block;
	position: relative;
}
.rental_list.slick-initialized .slick-list {
	margin: 0 -10px;
}
.rental_list.slick-initialized .slick-track {
	display: flex !important;
	align-items: stretch;
}
.rental_list.slick-initialized .slick-slide {
	width: auto;
	padding: 0 10px;
	display: flex !important;
	height: auto;
	float: none;
}
.rental_list.slick-initialized li {
	width: 100%;
	margin-right: 0;
	display: flex;
}
.rental_list li a {
	color: #000;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.rental_list li .image {
    padding: 20px 10px;
	margin-bottom: 20px;
    border: 1px solid #ddd;
}
.rental_list li .name {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	flex: 1;
}
.rental_list li .price {
	font-size: 14px;
	text-align: right;
	margin-top: auto;
}
.rental_arrow {
	background: #534741;
	color: #fff;
	border: none;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}
.rental_arrow.prev { left: -20px; }
.rental_arrow.next { right: -20px; }
.rental_arrow.slick-disabled { opacity: .4; cursor: default; }
.rental_arrow {
	background: #534741;
	color: #fff;
	border: none;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
    z-index: 999;
}
.rental_arrow.slick-disabled {
	opacity: .4;
	cursor: default;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.rental_list {
		margin: 0 10px;
	}
}

/* PROMISE -------------------------------------------------------------------------*/

.promise_list {
	display: flex;
	justify-content: space-between;
}
.promise_list li {
	width: 31%;
	padding: 2rem;
	box-shadow: 0 0 8px #ddd;
}
.promise_list li .ttl {
	font-size: 22px;
	font-weight: 700;
	color: #FFAA65;
	text-align: center;
	padding: .3rem 1rem;
	border: 2px solid #FFAA65;
	border-radius: 40px;
}
.promise_list li .image {
	margin: 1.5rem 0;
}
.promise_list li h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1rem;
}
.promise_list li .btn_01 {
	margin-top: 1rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.promise_list {
		flex-wrap: wrap;
	}
	.promise_list li {
		width: 100%;
	}
	.promise_list li:nth-child(n+2) {
		margin-top: 1.5rem;
	}
	.promise_list li .ttl {
		font-size: calc(100vw / 20);
		padding: .3rem 1rem;
	}
	.promise_list li .image {
		margin: 1.5rem 0;
	}
	.promise_list li h3 {
		font-size: calc(100vw / 22);
		margin-bottom: 1rem;
	}
	.promise_list li .btn_01 {
		margin-top: 1rem;
	}
}

/* NEWS -------------------------------------------------------------------------*/

#news .container {
	display: flex;
}
#news .title_02 {
	width: 23%;
}
.news_box {
	width: 77%;
	height: 250px;
	padding-right: 2rem;
	overflow-x: hidden;
	overflow-y: scroll;
}
.news_box::-webkit-scrollbar {
	width: 5px;
	background: #e2e2e2;
}
.news_box::-webkit-scrollbar-thumb {
	background: #b2b2b2;
}
.news_list li {
	border-bottom: 2px dotted #ccc;
}
.news_list li:first-child {
	border-top: 2px dotted #ccc;
}
.news_list li {
	display: flex;
	padding: .8rem 0;
}
.news_list li .date {
	width: 13%;
}
.news_list li h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #FFAA65;
	margin-bottom: .3rem;
}
.news_list li h3 a:hover {
	text-decoration: underline;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#news .container {
		flex-wrap: wrap;
	}
	#news .title_02 {
		width: 100%;
	}
	.news_box {
		width: 100%;
		height: 300px;
		padding-right: 1rem;
	}
	.news_list li {
		flex-wrap: wrap;
	}
	.news_list li .date {
		width: 100%;
		margin-bottom: .3rem;
	}
	.news_list li h3 {
		width: 100%;
		font-size: calc(100vw / 26);
	}
}

/* BANNER -------------------------------------------------------------------------*/

.banner_list {
	display: flex;
	justify-content: space-between;
}
.banner_list li {
	width: 48.5%;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.banner_list {
		flex-wrap: wrap;
	}
	.banner_list li {
		width: 100%;
	}
	.banner_list li:nth-child(n+2) {
		margin-top: 1rem;
	}
}

/* CATEGORY -------------------------------------------------------------------------*/

.category_list {
	display: flex;
	flex-wrap: wrap;
}
.category_list li {
	width: 32%;
	margin-right: 2%;
}
.category_list li:nth-child(3n) {
	margin-right: 0;
}
.category_list li:nth-child(n+4) {
	margin-top: 1.5rem;
}
.category_list li a {
	display: flex;
	align-items: center;
	height: 80px;
	color: #000;
	padding: .5rem 1rem;
	background: #fff;
	position: relative;
}
.category_list li:last-child a {
	padding: .2rem 1rem;
}
.category_list li a:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.category_list li img {
	width: auto;
	height: 80%;
}
.category_list li:last-child img {
	margin: 0 auto;
}
.category_list li span {
	margin-left: 1rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.category_list li {
		width: 48%;
	}
	.category_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.category_list li:nth-child(even) {
		margin-right: 0;
	}
	.category_list li:nth-child(n+3) {
		margin-top: .5rem;
	}
	.category_list li a {
		height: 70px;
		font-size: calc(100vw / 30);
		line-height: 1.4;
		padding: .5rem 1.3rem .5rem .5rem;
	}
	.category_list li:last-child a {
		padding: .6rem .5rem;
	}
	.category_list li a:after {
		right: .5rem;
	}
	.category_list li img {
		height: 70%;
	}
	.category_list li:last-child img {
		margin: 0;
	}
	.category_list li span {
		margin-left: .5rem;
	}
	
	.category_list.pickup li {
		margin-bottom: .5rem;
		width: 98%;
	}
	.category_list.pickup li a {
		height: 140px;
	}
	.category_list.pickup li img {
		height: 50%;
	}
}

/* RELIEF & MERIT -------------------------------------------------------------------------*/

.relief_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.relief_list li {
	width: 31%;
	padding: 2rem 1.2rem;
	box-shadow: 0 0 8px #ddd;
}
.relief_list li .ttl {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1.5rem;
}
.relief_list li .ttl:after {
	display: block;
	width: 30px;
	height: 3px;
	content: "";
	margin: .5rem auto 0;
	background: #FFAA65;
}
.relief_list li .inner {
	padding: 0 1rem;
}
.relief_list li .inner h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 1rem 0;
}
.relief_list li .btn_01 {
	margin-top: 1rem;
}
.merit_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
	box-shadow: 0 0 8px #ddd;
}
.merit_list li:nth-child(n+2) {
	margin-top: 1.5rem;
}
.merit_list li .number {
	display: block;
	width: 8%;
	border: 1px solid #FFAA65;
	border-radius: 100%;
	position: relative;
}
.merit_list li .number:before {
	display: block;
	content: "";
	padding-top: 100%;
}
.merit_list li .number p {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.merit_list li .number p span {
	display: block;
	font-size: 20px;
	color: #FFAA65;
}
.merit_list li .image {
	width: 13%;
}
.merit_list li .inner {
	width: 75%;
}
.merit_list li .inner h3 {
	margin-bottom: .5rem;
}
.merit_list li .inner .btn_01 {
	margin-top: 1rem;
}
.merit_list li .inner .attn {
	margin-top: 1rem;
}
#merit .btn_02 {
	margin-top: 3rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.relief_list {
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.relief_list li {
		width: 100%;
		padding: 1.5rem;
	}
	.relief_list li:nth-child(n+2) {
		margin-top: 1.5rem;
	}
	.relief_list li .ttl {
		font-size: calc(100vw / 18);
		margin-bottom: 1rem;
	}
	.relief_list li .ttl:after {
		width: 25px;
	}
	.relief_list li .inner {
		padding: 0 .5rem;
	}
	.relief_list li .inner h3 {
		font-size: calc(100vw / 22);
	}
	.merit_list li {
		flex-wrap: wrap;
		justify-content: center;
		padding: 1.5rem;
	}
	.merit_list li .number {
		width: 30%;
		max-width: 100px;
	}
	.merit_list li .number p {
		font-size: calc(100vw / 22);
	}
	.merit_list li .number p span {
		font-size: calc(100vw / 18);
	}
	.merit_list li .image {
		width: 30%;
		max-width: 130px;
		margin-left: 5%;
	}
	.merit_list li .inner {
		width: 100%;
		margin-top: 1rem;
	}
	.merit_list li .inner h3 {
		font-size: calc(100vw / 24);
	}
	#merit .btn_02 {
		margin-top: 2rem;
	}
}

/* FLOW -------------------------------------------------------------------------*/

.flow_list {
	display: flex;
	justify-content: space-between;
}
.flow_list li {
	width: 18.5%;
	padding: 1rem;
	background: #FCF4E2;
}
.flow_list li .number {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.flow_list li .number span {
	display: inline-block;
	font-size: 26px;
	color: #FFAA65;
	vertical-align: middle;
	margin-left: .5rem;
}
.flow_list li .image {
	margin: 1rem 0;
}
.flow_list li h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1rem;
}
#flow .btn_01 {
	text-align: center;
	margin-top: 3rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.flow_list {
		width: 90%;
		max-width: 250px;
		margin: 0 auto;
	}
	.flow_list li {
		margin: 0 .5rem;
	}
	.flow_list li .number {
		font-size: calc(100vw / 27);
	}
	.flow_list li .number span {
		font-size: calc(100vw / 18);
	}
	.flow_list li .image img {
		margin: 0 auto;
	}
	.flow_list li h3 {
		font-size: calc(100vw / 22);
	}
	#flow .btn_01 {
		margin-top: 2rem;
	}
}

/* RENTAL LIFE -------------------------------------------------------------------------*/

.life_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.life_list li {
	width: 22.5%;
}
.life_list li .image {
	margin-bottom: 1rem;
}
.life_list li .date {
	color: #000000;
	margin-bottom: .3rem;
}
.life_list li h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.life_list li p {
	color: #000000;
}
.info_box {
	display: flex;
	justify-content: space-between;
	padding: 2rem 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.info_box .title_02 {
	margin-bottom: 1.5rem;
}
#area {
	width: 50%;
	padding: 1rem 3% 1rem 0;
}
.area_box {
	display: flex;
	justify-content: space-between;
}
.area_box .image {
	width: 38%;
}
.area_box .inner {
	width: 60%;
}
.area_box .inner .price {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
	padding: .7rem 1rem;
	border: 1px solid #000;
}
.area_box .inner .btn_01 {
	margin-top: 1rem;
}
#payment {
	width: 50%;
	padding: 1rem 0 1rem 3%;
	border-left: 1px solid #ccc;
}
#payment p {
	font-size: 14px;
	margin-bottom: 1rem;
}
#payment .image {
	text-align: left;
}
#prostyle {
	padding-top: 3rem;
}
.prostyle_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3rem;
}
.prostyle_box .txt {
	width: 70%;
}
.prostyle_box .inner {
	display: flex;
	align-items: center;
}
.prostyle_box .inner .btn_01 {
	margin: 0 0 .3rem .7rem;
}
.prostyle_list {
	display: flex;
	flex-wrap: wrap;
}
.prostyle_list li {
	width: 31.4%;
	margin-right: 2.9%;
}
.prostyle_list li:nth-child(3n) {
	margin-right: 0;
}
.prostyle_list li:nth-child(n+4) {
	margin-top: 2rem;
}

#top_title_h2{
    margin: 0;
}

#title_h2_p{
    margin-bottom: 3rem;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.life_list {
		width: 90%;
		margin: 0 auto 2rem;
	}
	.life_list li h3 {
		font-size: calc(100vw / 24);
	}
	.info_box {
		flex-wrap: wrap;
		padding: 0;
	}
	#area {
		width: 100%;
		padding: 2rem 0;
		border-bottom: 1px solid #ccc;
	}
	.area_box {
		flex-wrap: wrap;
		justify-content: center;
	}
	.area_box .image {
		width: 70%;
		max-width: 250px;
		margin-bottom: 1rem;
	}
	.area_box .inner {
		width: 100%;
	}
	.area_box .inner .price {
		font-size: calc(100vw / 22);
	}
	#payment {
		width: 100%;
		padding: 2rem 0;
		border-left: none;
	}
	#payment p {
		font-size: calc(100vw / 27);
	}
	.prostyle_box {
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.prostyle_box .txt {
		width: 100%;
		margin-bottom: 1rem;
	}
	.prostyle_list {
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
	}
	.prostyle_list li {
		margin-right: 0;
	}
	.prostyle_list li:nth-child(n+4) {
		margin-top: 0;
	}
}



.voice_post .tag {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	margin-left: 1rem;
	padding: .2rem 1rem;
	background: #998675;
	border-radius: 30px;
}

.products {
	display: flex;
	margin-bottom: 3rem;
}

.products li {
	box-sizing: border-box;
	padding: 0px 5px;
	width: 20%;
}

.products li a {
	color: #000000;
}

.life_list li {
	width: 19.5%;
}

.slick-slide img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.products {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}

	.products li {
		box-sizing: border-box;
		margin-bottom: 2rem;
		padding: 0px 5px;
		width: 50%;
	}
}




#top_service {
	color: #333333;
	padding: 50px 0;
}

#top_plan {
	margin-bottom: 50px;
}

.top_ttl_list {
	display: flex;
	justify-content: center;
}
.top_ttl_list li {
	width: 135px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	margin: 0 6px;
	background: #f3b40c;
}
.top_service_ttl {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.top_service_ttl:before,
.top_service_ttl:after {
	display: inline-block;
	content: "";
	width: 25px;
	height: 64px;
	vertical-align: middle;
}
.top_service_ttl:before {
	margin-right: 15px;
	background: url("../img/top/b-slash_01.png") no-repeat center center;
}
.top_service_ttl:after {
	margin-left: 15px;
	background: url("../img/top/slash_01.png") no-repeat center center;
}
.top_service {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.top_service li {
	width: 31.8%;
	margin-right: 2.3%;
	border-radius: 0.8rem;
}
.top_service li:nth-child(3n) {
	margin-right: 0;
}
.top_service li:nth-child(n+4) {
	margin-top: 2rem;
}
.top_service li .box {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.top_service li .box .s-1 {
	font-size: 10px;
}
.top_service li .box .s-2 {
	font-size: 12px;
}
.top_service li .box .m-1 {
	font-size: 14px;
}
.top_service li .box .m-2 {
	font-size: 16px;
}
.top_service li .box .m-3 {
	font-size: 26px;
	line-height: 1.3;
}
.top_service li .box .m-4 {
	font-size: 19px;
	line-height: 1.3;
}
.top_service li .box .m-5 {
	font-size: 28px;
	line-height: 1.3;
}
.top_service li .box .m-6 {
	font-size: 30px;
	line-height: 1.3;
}
.top_service li .box .m-7 {
	font-size: 23px;
	line-height: 1.3;
}
.top_service li .box .l-1 {
	font-size: 65px;
	line-height: 1;
}
.top_service li .box .l-2 {
	font-size: 41px;
	line-height: 1;
}
.top_service li .box .wht {
	color: #fff;
}
.top_service li .box .slash:before,
.top_service li .box .slash:after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 18px;
	vertical-align: middle;
}
.top_service li .box .slash:before {
	margin-right: 5px;
	background: url("../img/top/b-slash_02.png") no-repeat center center;
}
.top_service li .box .slash:after {
	margin-left: 5px;
	background: url("../img/top/slash_02.png") no-repeat center center;
}
.top_service li:nth-child(1) {
	text-align: center;
	padding: 1.2rem 1rem;
	background: #f3b40c;
}
.top_service li:nth-child(1) h3 {
	font-size: 18px;
	font-weight: bold;
}
.top_service li:nth-child(1) .box p:nth-child(2) {
	margin: 0 8px;
}
.top_service li:nth-child(1) .box .hypen:before,
.top_service li:nth-child(1) .box .hypen:after {
	content: "~";
	color: #fff;
}
.top_service li:nth-child(1) .box .hypen:before {
	margin-right: 5px;
}
.top_service li:nth-child(1) .box .hypen:after {
	margin-left: 5px;
}
.top_service li:nth-child(n+2) {
	padding: 1.85rem 1rem;
	border: 1px solid #c6c6c6;
	position: relative;
}
.top_service li:nth-child(n+2) .number {
	display: inline-block;
	position: absolute;
	top: -15%;
	left: 7%;
	font-size: 12px;
	padding: 0 10px;
	background: #fff;
}
.top_service li:nth-child(n+2) .number span {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
	margin-left: 8px;
}
.top_service li:nth-child(2) .box .mark,
.top_service li:nth-child(4) .box .mark {
	display: block;
	width: 40px;
	text-align: center;
	padding: 10px 5px;
	margin: 0 10px;
	background: #4d4d4d;
	border-radius: 100%;
}
.top_service li:nth-child(3) .box p:nth-child(1),
.top_service li:nth-child(6) .box p:nth-child(1) {
	margin-right: 15px;
}
.top_service li:nth-child(5) .box p:nth-child(1) {
	padding-top: 10px;
}
.top_service li:nth-child(5) .box .mark {
	display: block;
	width: 58px;
	height: 44px;
	text-align: center;
	padding: 10px 0;
	margin-top: -10px;
	background: url("../img/top/balloon_01.png") no-repeat center center;
}





/* ***** ipad **** */
@media only screen and (max-width: 1250px) {
	.top_service_ttl {
		font-size: 29px;
	}
	.top_service_ttl:before {
		margin-right: 5px;
	}
	.top_service_ttl:after {
		margin-left: 5px;
	}
	.top_service li {
		width: 48.5%;
		margin-right: 3%;
	}
	.top_service li:nth-child(even) {
		margin-right: 0;
	}
	.top_service li:nth-child(3) {
		margin-right: 3%;
	}
	.top_service li:nth-child(n+3) {
		margin-top: 2rem;
	}
	.top_service li .box .m-6 {
		font-size: 28px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.top_ttl_list li {
		width: auto;
		font-size: 14px;
		padding: 10px 7px;
		margin: 0 3px;
	}
	.top_service_ttl {
		display: inline-block;
		font-size: 24px;
		line-height: 1.3;
		margin: 0 auto 30px auto;
		padding: 0 30px;
		background-image: url("../img/top/b-slash_01.png"), url("../img/top/slash_01.png");
		background-repeat: no-repeat;
		background-position: left center, right center;
	}
	.top_service_ttl:before,
	.top_service_ttl:after {
		display: none;
	}
	.top_service li {
		width: 100%;
		margin-right: 0;
	}
	.top_service li:nth-child(n+2) {
		margin-top: 2rem;
	}
	.top_service li .box {
		flex-wrap: wrap;
	}
	.top_service li .box .m-3 {
		font-size: 24px;
	}
	.top_service li .box .m-4 {
		font-size: 18px;
	}
	.top_service li .box .m-5 {
		font-size: 26px;
	}
	.top_service li .box .m-6 {
		font-size: 28px;
	}
	.top_service li .box .m-7 {
		font-size: 20px;
	}
	.top_service li .box .l-1 {
		font-size: 60px;
	}
	.top_service li .box .l-2 {
		font-size: 37px;
	}
	.top_service li:nth-child(5) .box p:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}



.top_plan {
	width: 100%;
	color: #333333;
	padding: 50px 0;
	background: url("../img/top/bg_01.jpg") no-repeat left center;
	background-size: 100% auto;
}
.top_plan h2 {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	padding: 7px 40px;
	background: #fff;
	border-radius: 40px;
	position: relative;
}
.top_plan h2 span {
	display: block;
	font-size: 26px;
	line-height: 1.3;
	color: #00a99d;
}
.top_plan h2:after {
	display: block;
	position: absolute;
	left: 10%;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 15px solid #fff;
	border-bottom: 0;
}
.top_plan .inner {
	width: 50%;
	margin-left: 50%;
}
.top_plan .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px 0;
}
.top_plan .list li {
	display: flex;
	width: 50%;
}
.top_plan .list li:nth-child(n+3) {
	margin-top: 15px;
}
.top_plan .list li .plan {
	width: 40%;
	font-size: 20px;
}
.top_plan .list li:nth-child(even) .plan {
	width: 35%;
}
.top_plan .list li .price .jost {
	font-size: 28px;
	line-height: 1;
}
.top_plan .list li .price .yen {
	display: inline-block;
	width: 35px;
	font-size: 19px;
	position: relative;
}
.top_plan .list li .price .yen:before {
	position: absolute;
	left: 0;
	bottom: 75%;
	content: "(税抜)";
	font-size: 11px;
}
.top_plan .attn {
	font-size: 14px;
}

/* ***** ipad **** */
@media only screen and (max-width: 1250px) {
	.top_plan {
		padding: 60% 0 30px 0;
		background-color: #ebe5da;
		background-position: left top;
		background-size: 200% auto;
		border-radius: 15px;
	}
	.top_plan .inner {
		width: 100%;
		margin-left: 0;
		padding: 0 5%;
	}
	.top_plan h2 {
		padding: 10px 50px;
	}
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.top_plan {
		padding: 60% 0 30px 0;
		background-color: #ebe5da;
		background-position: left top;
		background-size: 200% auto;
	}
	.top_plan h2 {
		width: 100%;
		padding: 7px 0;
		border-radius: 80px;
	}
	.top_plan h2 span {
		font-size: 23px;
	}
	.top_plan h2:after {
		left: 20%;
	}
	.top_plan .inner {
		width: 100%;
		margin-left: 0;
		padding: 0 5%;
	}
	.top_plan .list {
	margin: 20px 0;
	}
	.top_plan .list li {
		width: 100%;
	}
	.top_plan .list li:nth-child(n+2) {
		margin-top: 15px;
	}
	.top_plan .list li:nth-child(even) .plan {
		width: 40%;
	}
}


/* FAQ -------------------------------------------------------------------------*/
.faq_list {
	margin-bottom: 3rem;
}
.faq_list li {
	margin-bottom: 1.5rem;
}
.faq_list li .q {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .5rem;
	padding-left: 40px;
	position: relative;
}
.faq_list li .q .jost,
.faq_list li .a .jost {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
	text-align: center;
}
.faq_list li .q .jost {
	width: 30px;
	line-height: 1.7;
	color: #ccc;
	background: #333;
	border-radius: 100%;
}
.faq_list li .a {
	line-height: 1.5;
	margin-left: 40px;
	padding-left: 20px;
	position: relative;
}
.faq_list li .a .jost {
	top: .1rem;
	color: #4D4D4D;
}

/* ***** タブレット **** */
@media only screen and (max-width: 1250px) {
}

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.faq_list li .q {
		font-size: calc(100vw / 26);
		padding-left: 35px;
	}
	.faq_list li .q .jost {
		width: 25px;
		font-size: calc(100vw / 27);
	}
	.faq_list li .a {
		margin-left: 35px;
		padding-left: 17px;
	}
}
