@charset "UTF-8";

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

.stofff{
background: linear-gradient(transparent 70% , yellow 70%);
}


.bg_03 {
    background: #ffaa65;
}
.title_06{
    visibility: visible;
    animation-name: fadeInUp;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: dashed 1px #190a02;
}


.title_07:after {
    display: block;
    width: 2rem;
    height: 1px;
    content: "";
    margin: 1rem auto 0;
    background: #EA7C26;
}

.title_07 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3rem;
}

#student_mimg {
	text-align: center;
	margin-bottom: 3rem;
	padding: 1.5rem;
	background-color: #FBB03B;
	background-image: url('https://lakulaku-life.jp/assets/img/student/mimg_bg_01.png'), url('https://lakulaku-life.jp/assets/img/student/mimg_bg_02.png');
	background-repeat: no-repeat;
	background-position: left 5% center, right 3% center;
}
#student_mimg .ttl {
	font-size: 24px;
	color: #fff;
}
#student_mimg .ttl span {
	font-size: 45px;
	line-height: 1;
	margin: 0 1rem;
}
#student_mimg h1 {
	margin: .5rem 0 1rem;
}
#student_mimg ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
#student_mimg ul li {
	font-size: 18px;
	font-weight: 700;
}
#student_mimg ul li:nth-child(n+2) {
	margin-left: 3%;
}
#student_mimg ul li .point {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
	margin: 0 .5rem;
	padding: .6rem .6rem .6rem .5rem;
	background: #42210B;
	border-radius: 100%;
}
#student_mimg ul li .jost {
	display: inline-block;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
	color: #FFF000;
	vertical-align: middle;
}
#student_mimg .area {
	color: #fff;
}
.student_title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 3rem;
	padding: 1.5rem;
	border: 3px solid #FBB03B;
}
.student_title .title_05 {
	margin-bottom: 0;
	margin-right: 3%;
}
.student_title .title_05 span {
	color: #FBB03B;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
.title_07{
    font-size: 20px;
}

	#student_mimg {
		margin-bottom: 2rem;
		padding: 1rem .5rem;
		background-size: 23% auto, 20% auto;
		background-position: left 3% top 5%, right -5% top 5%;
	}
	#student_mimg .ttl {
		font-size: calc(100vw / 27);
		position: relative;
	}
	#student_mimg .ttl span {
		position: absolute;
		top: 0;
		font-size: calc(100vw / 10);
		margin: 0 .5rem;
	}
	#student_mimg .ttl span.prev {
		left: 13%;
	}
	#student_mimg .ttl span.next {
		right: 13%;
	}
	#student_mimg h1 {
		margin: .5rem 0;
	}
	#student_mimg h1 img {
		width: 85%;
	}
	#student_mimg ul {
		flex-wrap: wrap;
	}
	#student_mimg ul li {
		font-size: calc(100vw / 30);
	}
	#student_mimg ul li:nth-child(n+2) {
		margin-left: 0;
		margin-top: .5rem;
	}
	#student_mimg ul li .point {
		font-size: calc(100vw / 40);
		padding: .5rem .5rem .5rem .4rem;
	}
	#student_mimg ul li .jost {
		font-size: calc(100vw / 14);
	}
	#student_mimg .area {
		font-size: calc(100vw / 30);
	}
	.student_title {
		margin: 1.5rem 0 2rem;
		padding: 1rem .5rem;
	}
	.student_title .image {
		width: 22%;
	}
}

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

.relief_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.relief_list li {
	width: 30%;
}
.relief_list li .image {
	position: relative;
}
.relief_list li .image span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 26px;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.relief_list li h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 1rem 0;
}
.relief_list li p {
	font-size: 14px;
}
.relief_list li .btn_01 {
	margin-top: 1rem;
}
.merit_list  {
	margin-bottom: 3rem;
}
.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: 10%;
	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: 15%;
}
.merit_list li .inner {
	width: 71%;
}
.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;
	}
	.relief_list li {
		width: 100%;
	}
	.relief_list li:nth-child(n+2) {
		margin-top: 2rem;
	}
	.relief_list li .image span {
		font-size: calc(100vw / 18);
	}
	.relief_list li h3 {
		font-size: calc(100vw / 22);
	}
	.relief_list li p {
		font-size: calc(100vw / 27);
	}
	.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;
	}
}

/* SUPPORT -------------------------------------------------------------------------*/

#support {
	margin-top: 4rem;
}
#support h2 {
	font-size: 31px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 3rem;
}
#support h2 span {
	display: inline-block;
	position: relative;
}
#support h2 span:before,
#support h2 span:after {
	display: block;
	position: absolute;
	top: 50%;
	content: "";
	width: 123px;
	height: 27px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#support h2 span:before {
	right: 104%;
	background: url('https://lakulaku-life.jp/assets/images/common/sub_mimg_bg_01.png') no-repeat center center;
}
#support h2 span:after {
	left: 104%;
	background: url('https://lakulaku-life.jp/assets/images/common/sub_mimg_bg_02.png') no-repeat center center;
}
.support_list {
	display: flex;
	justify-content: space-between;
}
.support_list li {
	width: 23%;
	background: #fff;
}
.support_list li .number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding: 1rem;
	background: #7f7f7f;
}
.support_list li .number span:nth-child(1) {
	margin-right: .7rem;
	padding-right: .8rem;
	border-right: 1px solid #fff;
}
.support_list li .number span:nth-child(2) {
	font-size: 20px;
}
.support_list li .inner {
	text-align: center;
	padding: 1.5rem;
}
.support_list li .inner .image {
	margin: 1rem 0;
}
.support_list li .inner .image:after {
	display: block;
	content: "↓";
	font-size: 20px;
	color: #CAAD72;
	margin-top: 1rem;
}
.support_list li .inner .image img {
	width: 80%;
}
.support_list li .inner .txt {
	font-size: 16px;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#support {
		margin-top: 3rem;
	}
	#support h2 {
		font-size: calc(100vw / 20);
		margin-bottom: 2rem;
	}
	#support h2 span:before,
	#support h2 span:after {
		width: 60px;
		height: 10px;
		background-size: 100% auto;
	}
	.support_list {
		flex-wrap: wrap;
	}
	.support_list li {
		width: 48%;
	}
	.support_list li:nth-child(n+3) {
		margin-top: 1rem;
	}
	.support_list li .number {
		font-size: calc(100vw / 27);
	}
	.support_list li .number span:nth-child(2) {
		font-size: calc(100vw / 20);
	}
	.support_list li .inner {
		padding: 1rem .5rem;
	}
	.support_list li .inner .image img {
		width: 100%;
	}
	.support_list li .inner p {
		font-size: calc(100vw / 30);
	}
	.support_list li .inner .txt {
		font-size: calc(100vw / 27);
	}
}

/* PLAN -------------------------------------------------------------------------*/

.plan_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1050px;
	color: #998675;
	margin: 0 auto 3rem;
	border: 2px solid #998675;
}
.plan_box h2 {
	width: 27%;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	padding: .5rem 1rem;
}
.plan_box h2 span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-top: .5rem;
}
.plan_box .inner {
	width: 73%;
	border-left: 2px solid #998675;
}
.plan_box .inner p:nth-child(1) {
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	padding: 1rem 2rem;
	border-bottom: 2px solid #998675;
}
.plan_box .inner p:nth-child(1) span:nth-child(1) {
	margin-right: 19%;
}
.plan_box .inner p:nth-child(1) span:nth-child(1):before {
	display: inline-block;
	width: 21px;
	height: 35px;
	content: "";
	vertical-align: middle;
	margin-right: 1rem;
	background: url('https://lakulaku-life.jp/assets/images/comparison/icon_01.svg') no-repeat center top;
}
.plan_box .inner p:nth-child(1) span:nth-child(2) {
	font-size: 36px;
}
.plan_box .inner p:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: 500;
	padding: 1.3rem 1rem;
}
.plan_box .inner p:nth-child(2) span:nth-child(2) {
	margin-top: -9%;
}
.plan_box .inner p:nth-child(2) span:nth-child(1):after,
.plan_box .inner p:nth-child(2) span:nth-child(3):before {
	display: inline-block;
	width: 63px;
	height: 14px;
	content: "";
	vertical-align: middle;
	margin: 0 1rem;
	background: url('https://lakulaku-life.jp/assets/images/comparison/arrow_01.svg') no-repeat center center;
}
.plan_box .inner p:nth-child(2) span:nth-child(3):before {
	transform: scale(-1, 1);
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.plan_box {
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.plan_box h2 {
		width: 100%;
		font-size: calc(100vw / 14);
	}
	.plan_box h2 br {
		display: none;
	}
	.plan_box h2 span {
		font-size: calc(100vw / 27);
	}
	.plan_box .inner {
		width: 100%;
		padding: 1.5rem 1rem;
		border-top: 2px solid #998675;
		border-left: none;
	}
	.plan_box .inner p:nth-child(1) {
		justify-content: space-around;
		font-size: calc(100vw / 22);
		margin-bottom: 1rem;
		padding: 0;
		border-bottom: none;
	}
	.plan_box .inner p:nth-child(1) span:nth-child(1) {
		margin-right: 0;
	}
	.plan_box .inner p:nth-child(1) span:nth-child(1):before {
		width: 16px;
		height: 25px;
		margin-right: .5rem;
		background-size: 100% auto;
	}
	.plan_box .inner p:nth-child(1) span:nth-child(2) {
		font-size: calc(100vw / 16);
	}
	.plan_box .inner p:nth-child(2) {
		font-size: calc(100vw / 22);
		padding: 0;
	}
	.plan_box .inner p:nth-child(2) span:nth-child(2) {
		width: 32%;
		margin-top: 0;
	}
	.plan_box .inner p:nth-child(2) span:nth-child(1):after,
	.plan_box .inner p:nth-child(2) span:nth-child(3):before {
		width: 32px;
		margin: 0 .5rem;
		background-size: 100% auto;
	}
}

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

.promise_list {
	display: flex;
	justify-content: space-between;
}
.promise_list li {
	width: 31%;
	padding: 2rem;
	background: #fff;
}
.promise_list li .ttl {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: .7rem 1rem;
	background: #807f7f;
}
.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 / 25);
		margin-bottom: 1rem;
	}
	.promise_list li .btn_01 {
		margin-top: 1rem;
	}

}

/* POINT -------------------------------------------------------------------------*/

#point h2 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 2rem;
}
#point h2 span {
	font-size: 21px;
	margin-left: 1.5rem;
}
#point h2 span:before,
#point h2 span:after {
	font-size: 35px;
	font-weight: 400;
}
#point h2 span:before {
	content: "[";
	margin-right: 1rem;
}
#point h2 span:after {
	content: "]";
	margin-left: 1rem;
}
.point_list li:nth-child(n+2) {
	margin-top: 3rem;
}
.point_list li .number {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.point_list li .number span:nth-child(1) {
	margin-right: .7rem;
	padding-right: .8rem;
	border-right: 1px solid #B3B3B3;
}
.point_list li .number span:nth-child(2) {
	font-size: 20px;
	color: #EA7C26;
}
.point_list li h3 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .5rem;
}
.point_list li .point_box {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.point_list li .point_box .image {
	width: 48%;
	position: relative;
}
.point_list li .point_box .image p {
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
	font-size: 21px;
	line-height: 1.8;
	text-align: left;
}
.point_list li .point_box .image p span {
    padding: 0 0.5rem;
    background: #ffaa65;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.point_list li .point_box .box {
	width: 48%;
}
.point_list li .point_box .box .list .ttl {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #000;
}
.point_list li:nth-child(1) .point_box .box .list .inner {
	display: flex;
	justify-content: space-between;
	background: #F2F2F2;
}
.point_list li:nth-child(1) .point_box .box .list .inner .txt {
	width: 50%;
	padding: 1rem 2rem;
}
.point_list li:nth-child(1) .point_box .box .list .inner .txt:nth-child(1) {
	border-right: 1px solid #fff;
}
.point_list li:nth-child(1) .point_box .box .list .inner .txt span {
	display: block;
	font-weight: 700;
	margin-bottom: .3rem;
}
.point_list li:nth-child(1) .point_box .box .list:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F2F2F2;
}
.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p {
	width: 50%;
	font-size: 19px;
	padding: 1rem 2rem;
	position: relative;
}
.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p:nth-child(1):after {
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 25px);
	content: "";
	width: 1px;
	height: 50px;
	background: #999;
}
.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p:nth-child(1) span {
	display: block;
	font-size: 20px;
}
.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p .small {
	display: block;
	font-size: 15px;
}
.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p .mid {
	display: block;
	font-size: 22px;
	line-height: 1.4;
}
.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p .large {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	margin: 0 .3rem;
}
.point_list li:nth-child(2) .point_box .box .list .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1rem 2rem;
	background: #F2F2F2;
}
.point_list li:nth-child(2) .point_box .box .list .inner ul {
	width: 47%;
}
.point_list li:nth-child(2) .point_box .box .list .inner ul li,
.point_list li:nth-child(3) .point_box .box .list .inner ul li {
	line-height: 1.5;
	padding-left: 1rem;
	position: relative;
}
.point_list li:nth-child(2) .point_box .box .list .inner ul li:nth-child(n+2),
.point_list li:nth-child(3) .point_box .box .list .inner ul li:nth-child(n+2) {
	margin-top: .2rem;
}
.point_list li:nth-child(2) .point_box .box .list .inner ul li:before,
.point_list li:nth-child(3) .point_box .box .list .inner ul li:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: "◆";
	font-size: 11px;
}
.point_list li:nth-child(3) .point_box .box {
	width: 31.5%;
}
.point_list li:nth-child(3) .point_box .box .image {
	width: 100%;
	margin-bottom: 1.5rem;
}
.point_list li:nth-child(3) .point_box .box .image p {
	left: 1rem;
	top: 1rem;
}
.point_list li:nth-child(3) .point_box .box .list .inner {
	min-height: 7rem;
	padding: 1rem 2rem;
	background: #F2F2F2;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#point h2 {
		font-size: calc(100vw / 20);
		margin-bottom: 2rem;
	}
	#point h2 span {
		font-size: calc(100vw / 27);
		margin-left: 1rem;
	}
	#point h2 span:before,
	#point h2 span:after {
		font-size: calc(100vw / 20);
	}
	#point h2 span:before {
		margin-right: .5rem;
	}
	#point h2 span:after {
		margin-left: .5rem;
	}
	.point_list li .number {
		font-size: calc(100vw / 27);
		margin-bottom: 1rem;
	}
	.point_list li .number span:nth-child(2) {
		font-size: calc(100vw / 20);
	}
	.point_list li h3 {
		font-size: calc(100vw / 22);
	}
	.point_list li .point_box {
		flex-wrap: wrap;
		margin-top: 1.5rem;
	}
	.point_list li .point_box .image {
		width: 100%;
		margin-bottom: 1rem;
	}
	.point_list li .point_box .image p {
		left: 1rem;
		top: 1rem;
		font-size: calc(100vw / 24);
	}
	.point_list li .point_box .box {
		width: 100%;
	}
	.point_list li .point_box .box .list .ttl {
		font-size: calc(100vw / 24);
	}
	.point_list li:nth-child(1) .point_box .box .list .inner {
		flex-wrap: wrap;
	}
	.point_list li:nth-child(1) .point_box .box .list .inner .txt {
		width: 100%;
		padding: 1rem;
	}
	.point_list li:nth-child(1) .point_box .box .list .inner .txt:nth-child(1) {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.point_list li:nth-child(1) .point_box .box .list:nth-child(2) {
		flex-wrap: wrap;
		text-align: center;
	}
	.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p {
		width: 100%;
		font-size: calc(100vw / 26);
		padding: 1rem;
	}
	.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p:nth-child(1):after {
		display: block;
		right: calc(50% - 25px);
		top: 100%;
		width: 50px;
		height: 1px;
	}
	.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p:nth-child(1) span {
		font-size: calc(100vw / 24);
	}
	.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p .small {
		font-size: calc(100vw / 27);
	}
	.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p .mid {
		font-size: calc(100vw / 22);
	}
	.point_list li:nth-child(1) .point_box .box .list:nth-child(2) p .large {
		font-size: calc(100vw / 12);
	}
	.point_list li:nth-child(2) .point_box .box .list .inner {
		padding: 1rem;
	}
	.point_list li:nth-child(2) .point_box .box .list .inner ul li:before,
	.point_list li:nth-child(3) .point_box .box .list .inner ul li:before {
		top: .2rem;
		font-size: calc(100vw / 40);
	}
	.point_list li:nth-child(3) .point_box .box {
		width: 100%;
	}
	.point_list li:nth-child(3) .point_box .box:nth-child(n+2) {
		margin-top: 2rem;
	}
	.point_list li:nth-child(3) .point_box .box .list .inner {
		min-height: auto;
		padding: 1rem;
	}
}

/* COMPARISON -------------------------------------------------------------------------*/

#comparison {
	background: url('https://lakulaku-life.jp/assets/img/student/comparison_bg.jpg') no-repeat center center;
	background-size: cover;
}
#comparison h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
}
#comparison h2 span {
	display: inline-block;
	border-bottom: 3px solid #FCEE21;
}
#comparison h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
}
#comparison h3 span {
	display: block;
	font-size: 35px;
}
.comparison_list {
	display: flex;
	justify-content: space-between;
	max-width: 780px;
	margin: 0 auto;
}
.comparison_list .box {
	width: 47.5%;
	background: #fff;
}
.comparison_list .box .ttl {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #000;
}

.comparison_list .box .ttl01 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #ffaa65;
}

.ttl01 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #ffaa65;
}

.price01{
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #ffaa65;
}

.comparison_list .box ul {
	padding: 1.5rem 2rem;
}
.comparison_list .box ul li:before {
	content: "◆";
	font-size: 11px;
	margin-right: .3rem;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#comparison h2 {
		font-size: calc(100vw / 20);
		line-height: 1.4;
		margin-bottom: 1.5rem;
	}
	#comparison h3 {
		font-size: calc(100vw / 27);
		margin-bottom: 1.5rem;
	}
	#comparison h3 span {
		font-size: calc(100vw / 18);
	}
	.comparison_list {
		flex-wrap: wrap;
	}
	.comparison_list .box {
		width: 100%;
	}
	.comparison_list .box:nth-child(n+2) {
		margin-top: 1rem;
	}
	.comparison_list .box .ttl {
		font-size: calc(100vw / 24);
		padding: .7rem 1rem;
	}
	.comparison_list .box ul {
		padding: 1rem;
	}
	.comparison_list .box ul li:before {
		font-size: calc(100vw / 40);
	}
}

/* LINE UP -------------------------------------------------------------------------*/

.lineup_ttl {
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3rem;
}
.lineup_list li {
	display: flex;
	justify-content: space-between;
}
.lineup_list li:nth-child(1) {
	align-items: flex-end;
}
.lineup_list li:nth-child(n+2) {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #ccc;
}
.lineup_list li .inner {
	display: flex;
	flex-direction: column;
	width: 66%;
}
.lineup_list li .inner p {
	margin-bottom: 1.5rem;
}
.lineup_list li .inner table {
	margin-top: auto;
}
.lineup_list li .inner table tr:nth-child(n+3) {
	border-top: 2px solid #F5F7F8;
}
.lineup_list li .inner table th:nth-child(n+2),
.lineup_list li .inner table td:nth-child(n+2) {
	border-left: 2px solid #F5F7F8;
}
.lineup_list li .inner table th,
.lineup_list li .inner table td {
	text-align: center;
	padding: .7rem 1rem;
}
.lineup_list li .inner table th {
	font-weight: 400;
	color: #fff;
	background: #4D4D4D;
	position: relative;
}
.lineup_list li .inner table th:nth-child(n+2):before,
.lineup_list li .inner table th:nth-child(n+2):after {
	display: inline-block;
	position: absolute;
}
/*
.lineup_list li .inner table th:nth-child(n+2):before {
	left: .5rem;
	bottom: 120%;
	content: "30%OFF!!";
	font-family: 'Jost', sans-serif;
	font-size: 21px;
	font-style: italic;
	color: #fff;
	padding: 0 1rem;
	background: #ffaa65;
	border-radius: 3px;
}
.lineup_list li .inner table th:nth-child(n+3):before {
	content: "40%OFF!!";
}
.lineup_list li .inner table th:nth-child(n+2):after {
	left: 1rem;
	bottom: 80%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #ffaa65 transparent transparent transparent;
}



*/
.lineup_list li .inner table td {
	background: #fff;
}
.lineup_list li .inner table td .gld {
	font-size: 20px;
	color: #B78E28;
	margin-right: .2rem;
}
.lineup_list li .inner table td .jost {
	font-size: 30px;
	line-height: 1;
	margin-right: .3rem;
}
.lineup_list li .image {
	width: 30%;
}
.lineup_box .slick-prev,
.lineup_box .slick-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #ffaa65 url(https://lakulaku-life.jp/assets/img/student/arrow_01.svg) no-repeat center center;
	border-radius: 100%;
}
.lineup_box .slick-next {
	transform: scale(-1, 1);
}
.lineup_box .slick-prev:before,
.lineup_box .slick-next:before {
	display: none;
}
.lineup_box ul li {
	margin: 0 .5rem;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.lineup_ttl {
		font-size: calc(100vw / 24);
		margin-bottom: 2rem;
	}
	.lineup_list li {
		flex-wrap: wrap;
	}
	.lineup_list li:nth-child(n+2) {
		margin-top: 2rem;
		padding-top: 2rem;
	}
	.lineup_list li .inner {
		width: 100%;
	}
	.lineup_list li .inner table th,
	.lineup_list li .inner table td {
		padding: .5rem;
	}
	.lineup_list li .inner table th {
		font-size: calc(100vw / 34);
	}
	.lineup_list li .inner table th:nth-child(n+2):before {
		font-size: calc(100vw / 30);
		padding: 0 .5rem;
	}
	.lineup_list li .inner table th:nth-child(n+2):after {
		border-width: 15px 15px 0 0;
	}
	.lineup_list li .inner table td {
		font-size: calc(100vw / 30);
	}
	.lineup_list li .inner table td .gld {
		font-size: calc(100vw / 27);
		margin-right: 0;
	}
	.lineup_list li .inner table td .jost {
		font-size: calc(100vw / 20);
		margin-right: 0;
	}
	.lineup_list li .image {
		width: 100%;
		margin-top: 1rem;
	}
	.lineup_box {
		width: 95%;
		margin: 0 auto;
	}
	.lineup_box .slick-prev,
	.lineup_box .slick-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: auto 45%;
	}
	.lineup_box ul li {
		margin: 0 .2rem;
	}
}

/* UNIVERSHITY -------------------------------------------------------------------------*/

.university_box {
	display: flex;
	justify-content: space-between;
}
.university_list {
	width: 47.5%;
}
.university_list li:nth-child(n+2) {
	margin-top: 1.5rem;
}
.university_list li .ttl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: .5rem;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.university_box {
		flex-wrap: wrap;
	}
	.university_list {
		width: 100%;
	}
	.university_list:nth-child(n+2) {
		margin-top: 1.5rem;
	}
	.university_list li .ttl {
		font-size: calc(100vw / 25);
	}
}

/* DELIVERY -------------------------------------------------------------------------*/

#delivery {
	color: #fff;
	background: url('https://lakulaku-life.jp/assets/img/student/delivery_bg.jpg') no-repeat center center;
	background-size: cover;
}
#delivery .title_07:after {
	background: #FCEB41;
}
.delivery_box {
	max-width: 630px;
	margin: 0 auto;
	padding: 1.5rem 7%;
	border: 3px solid #fff;
}
.delivery_box h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.delivery_box p {
	font-size: 16px;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.delivery_box {
		padding: 1rem;
	}
	.delivery_box h3 {
		font-size: calc(100vw / 22);
		margin-bottom: .5rem;
	}
	.delivery_box p {
		font-size: calc(100vw / 27);
	}
}

/* PAY -------------------------------------------------------------------------*/

.pay_txt {
	text-align: center;
}
.pay_list {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
}
.pay_list .box {
	width: 48%;
	background: #fff;
}
.pay_list .box .ttl {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: .8rem 1rem;
	background: #000;
}
.pay_list .box .inner {
	padding: 1.5rem;
}
.pay_list .box .inner p {
	font-size: 14px;
}
.pay_list .box .inner .image {
	margin-bottom: 1.5rem;
}
.pay_list .box .inner .bank {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin: 1rem 0;
	padding: .7rem;
	background: #F2F2F2;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.pay_txt {
		text-align: left;
	}
	.pay_list {
		flex-wrap: wrap;
	}
	.pay_list .box {
		width: 100%;
	}
	.pay_list .box:nth-child(n+2) {
		margin-top: 1rem;
	}
	.pay_list .box .ttl {
		font-size: calc(100vw / 24);
	}
	.pay_list .box .inner {
		padding: 1rem;
	}
	.pay_list .box .inner p {
		font-size: calc(100vw / 28);
	}
	.pay_list .box .inner .image {
		margin-bottom: 1rem;
	}
	.pay_list .box .inner .bank {
		font-size: calc(100vw / 25);
		margin: 1rem 0;
		padding: .7rem;
	}
}

/* HOW TO -------------------------------------------------------------------------*/

.howto_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.howto_list li {
	width: 46%;
}
.howto_list li:nth-child(n+3) {
	margin-top: 4rem;
}
.howto_list li .number {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.howto_list li .number span:nth-child(1) {
	margin-right: .7rem;
	padding-right: .8rem;
	border-right: 1px solid #B3B3B3;
}
.howto_list li .number span:nth-child(2) {
	font-size: 20px;
	color: #EA7C26;
}
.howto_list li h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: .5rem 0 1.5rem;
}
.howto_list li p {
	font-size: 13px;
	margin-bottom: 1.5rem;
}
.howto_list li .image img {
	border: 1px solid #999;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.howto_list li {
		width: 100%;
	}
	.howto_list li:nth-child(n+2) {
		margin-top: 2rem;
	}
	.howto_list li .number {
		font-size: calc(100vw / 27);
		margin-bottom: 1rem;
	}
	.howto_list li .number span:nth-child(2) {
		font-size: calc(100vw / 20);
	}
	.howto_list li h3 {
		font-size: calc(100vw / 22);
		margin: .5rem 0 1rem;
	}
	.howto_list li p {
		font-size: calc(100vw / 34);
		margin-bottom: 1rem;
	}
}

/* FAQ -------------------------------------------------------------------------*/

#faq .title_03 {
	font-size: 28px;
}
#faq .title_07 {
	font-size: 40px;
	margin-bottom: 1rem;
}
.faq_ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 3rem;
}
.faq_list dt {
	font-size: 17px;
	font-weight: 700;
	margin-top: 1rem;
	padding: 1rem 4rem;
	background: #FCEB41;
	position: relative;
	cursor: pointer;
}
.faq_list dt:after {
	position: absolute;
	right: 1rem;
	top: .8rem;
	content: "＋";
	font-size: 22px;
}
.faq_list dt.active:after {
	content: "ー";
}
.faq_list dt span,
.faq_list dd span {
	position: absolute;
	top: 1rem;
	font-weight: 500;
}
.faq_list dt span {
	left: 1rem;
	width: 32px;
	color: #ccc;
	text-align: center;
	padding: .1rem 0;
	background: #303030;
	border-radius: 100%;
}
.faq_list dd {
	display: none;
	padding: 1rem 1rem 1rem 5rem;
	background: #F5F7F8;
	position: relative;
}
.faq_list dd span {
	left: 3.5rem;
	font-size: 17px;
	color: #4D4D4D;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	#faq .title_03 {
		font-size: calc(100vw / 20);
	}
	#faq .title_07 {
		font-size: calc(100vw / 16);
		margin-bottom: 1rem;
	}
	.faq_ttl {
		font-size: calc(100vw / 24);
		margin-bottom: 2rem;
	}
	.faq_list dt {
		font-size: calc(100vw / 24);
		line-height: 1.4;
		margin-top: .5rem;
		padding: .7rem 2.8rem;
	}
	.faq_list dt:after {
		right: .7rem;
		top: .6rem;
		font-size: calc(100vw / 22);
	}
	.faq_list dt span,
	.faq_list dd span {
		top: .7rem;
	}
	.faq_list dt span {
		left: .7rem;
		width: 27px;
	}
	.faq_list dd {
		padding: .7rem .7rem .7rem 3rem;
	}
	.faq_list dd span {
		left: 1.5rem;
		font-size: calc(100vw / 24);
	}
}

























/* RECOMMEND -------------------------------------------------------------------------*/

.recommend_list {
	display: flex;
	justify-content: center;
}
.recommend_list li {
	width: 150px;
	height: 150px;
	text-align: center;
	margin-top: 1.5rem;
	background: #fff;
	border-radius: 100%;
	position: relative;
}
.recommend_list li:nth-child(n+2) {
	margin-left: 2.5%;
}
.recommend_list li .txt {
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	text-align: center;
}
.recommend_list li .image {
	margin-top: 1.5rem;
}
.recommend_list li h3 {
	position: absolute;
	left: 50%;
	bottom: 1.5rem;
	font-size: 17px;
	font-weight: 400;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

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

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

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

.rental_ttl {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: -2rem 0 2rem;
}
.rental_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.rental_list li {
	display: flex;
	flex-direction: column;
	width: 32%;
	margin-right: 2%;
	padding: 1.5rem;
	border: 1px solid #ccc;
	border-radius: 7px;
}
.rental_list li:nth-child(3n) {
	margin-right: 0;
}
.rental_list li:nth-child(n+4) {
	margin-top: 1.5rem;
}
.rental_list li .txt {
	font-size: 13px;
	color: #8BC4D4;
}
.rental_list li h3 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.4;
}
.rental_list li .box {
	display: flex;
	align-items: center;
	margin: .5rem 0 1rem;
}
.rental_list li .box .term {
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #B3B3B3;
}
.rental_list li .box .price {
	font-size: 17px;
	font-weight: 700;
	color: #808080;
}
.rental_list li .box .price span {
	font-size: 33px;
	font-weight: 500;
	line-height: 1;
}


.rental_list li .box .price01 {
	font-size: 17px;
	font-weight: 700;
	color: #ffaa65;
}
.rental_list li .box .price01 span {
	font-size: 33px;
	font-weight: 500;
	line-height: 1;
}



.rental_list li .image {
	margin-top: auto;
}
.btn_box {
	display: flex;
	justify-content: space-between;
}
.btn_box .btn_05 {
	margin: 0;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.rental_ttl {
		font-size: calc(100vw / 20);
	}
	.rental_list {
		margin-bottom: 2rem;
	}
	.rental_list li {
		width: 100%;
		margin-right: 0;
	}
	.rental_list li:nth-child(n+2) {
		margin-top: 1rem;
	}
	.rental_list li .txt {
		font-size: calc(100vw / 30);
	}
	.rental_list li h3 {
		font-size: calc(100vw / 20);
	}
	.rental_list li .box .term {
		font-size: calc(100vw / 22);
		margin-right: .5rem;
		padding-right: .5rem;
	}
	.rental_list li .box .price {
		font-size: calc(100vw / 24);
	}
	.rental_list li .box .price span {
		font-size: calc(100vw / 14);
	}
	.btn_box {
		flex-wrap: wrap;
	}
	.btn_box .btn_05:nth-child(n+2) {
		margin-top: 1rem;
	}
}

/* STEP -------------------------------------------------------------------------*/

#step {
	background: url('https://lakulaku-life.jp/assets/images/short-plan/step_bg.jpg') no-repeat center center;
	background-size: cover;
}
.step_list {
	display: flex;
	justify-content: space-between;
}
.step_list li {
	width: 18.5%;
	padding: 1.5rem 1rem;
	background: #fff;
	border-radius: 7px;
}
.step_list li .number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.step_list li .number span:nth-child(1) {
	margin-right: .7rem;
	padding-right: .7rem;
	border-right: 1px solid #B3B3B3;
}
.step_list li .number span:nth-child(2) {
	font-size: 22px;
	color: #67969C;
}
.step_list li .image {
	margin: 1rem 0;
}
.step_list li h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1rem;
}
.step_list li p {
	font-size: 14px;
}

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

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

/* RELIEF -------------------------------------------------------------------------*/


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

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

/* POSTAGE -------------------------------------------------------------------------*/

.postage_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
	padding: 2rem;
	background: #fff;
	border-radius: 10px;
}
.postage_box .inner {
	width: 82%;
}
.postage_box .image {
	width: 15%;
}
.postage_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.postage_list li {
	width: 48.5%;
	padding: 2rem;
	background: #fff;
	border-radius: 10px;
}
.postage_list li:nth-child(n+3) {
	margin-top: 2rem;
}
.postage_list li .ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: .5rem;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.postage_box {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 2rem;
		padding: 1.5rem;
	}
	.postage_box .inner {
		width: 100%;
	}
	.postage_box .image {
		width: 70%;
		max-width: 250px;
		margin-top: 1rem;
	}
	.postage_list li {
		width: 100%;
		padding: 1.5rem;
	}
	.postage_list li:nth-child(n+2) {
		margin-top: 1rem;
	}
	.postage_list li .ttl {
		font-size: calc(100vw / 24);
	}
}

/* FORM -------------------------------------------------------------------------*/

#form {
	background: url('https://lakulaku-life.jp/assets/images/short-plan/form_bg.jpg') no-repeat center center;
}
.form_txt {
	text-align: center;
	margin-bottom: 2rem;
}
.form_box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 8%;
	background: #fff;
	border-radius: 10px;
}
.form_box .submit {
	margin-top: 2rem;
	margin-left: 30%;
}
.form_box .submit button {
	display: block;
	width: 80%;
	max-width: 300px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 1.3rem 1rem;
	background: #8BC4D4;
	border: none;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
.form_box .submit button:hover {
	opacity: 0.7;
}
.form_box .submit button:after {
	position: absolute;
	right: 5%;
	top: 50%;
	content: "→";
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.form_tbl th,
.form_tbl td {
	padding: .5rem 0;
}
.form_tbl th {
	width: 30%;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 1.3rem 0;
}
.form_tbl th span {
	display: inline-block;
	font-size: 8px;
	color: #fff;
	vertical-align: middle;
	margin-left: 1rem;
	padding: .2rem .7rem;
	background: #8BC4D4;
	border-radius: 30px;
}
.form_tbl td p {
	margin: 1rem 0;
}
.form_tbl td input[type="text"],
.form_tbl td textarea {
	width: 75%;
	font-size: 16px;
	padding: .7rem;
	background: #F5F7F8;
	border: none;
	border-radius: 3px;
}
.form_tbl td.max input[type="text"],
.form_tbl td.max textarea {
	width: 100%;
}
.form_tbl td textarea {
	height: 300px;
}
.form_tbl td input[type="checkbox"] {
  display: none;
}
.form_tbl td label {
	display: block;
	position: relative;
	padding-left: 35px;
}
.form_tbl td label:nth-child(n+2) {
	margin-top: 1rem;
}
.form_tbl td input[type="checkbox"] + span::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 23px;
	height: 23px;
	background: #fff;
	border: 1px solid #808080;
	transition: .5s;
}
.form_tbl td input[type="checkbox"]:checked + span::before {
	background: #8BC4D4;
	border-color: #8BC4D4;
}
.form_tbl td input[type="checkbox"] + span::after {
	display: block;
	position: absolute;
	left: 7px;
	top: 0;
	content: "";
	width: 7px;
	height: 15px;
	transform: rotate(45deg);
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	opacity: 0;
	transition: .5s;
}
.form_tbl td input[type="checkbox"]:checked + span::after {
	opacity: 1;
}

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

/* ***** スマホ **** */
@media only screen and (max-width: 767px) {
	.form_txt {
		margin-bottom: 1.5rem;
	}
	.form_box {
		padding: 1.5rem 1rem;
	}
	.form_box .submit {
		margin-top: 1rem;
		margin-left: 0;
	}
	.form_box .submit button {
		font-size: calc(100vw / 24);
		margin: 0 auto;
		padding: 1rem;
	}
	.form_tbl th,
	.form_tbl td {
		display: block;
		width: 100%;
		padding: 0 0 1rem;
	}
	.form_tbl th {
		width: 100%;
		font-size: calc(100vw / 27);
		padding: 0 0 .5rem;
	}
	.form_tbl th span {
		font-size: calc(100vw / 44);
	}
	.form_tbl td p {
		margin: .5rem 0;
	}
	.form_tbl td input[type="text"],
	.form_tbl td textarea {
		width: 100%;
		font-size: calc(100vw / 27);
	}
	.form_tbl td textarea {
		height: 200px;
	}
	.form_tbl td label {
		padding-left: 30px;
	}
	.form_tbl td label:nth-child(n+2) {
		margin-top: .5rem;
	}
	.form_tbl td input[type="checkbox"] + span::before {
		top: 3px;
		width: 18px;
		height: 18px;
	}
	.form_tbl td input[type="checkbox"] + span::after {
		left: 6px;
		top: 4px;
		width: 5px;
		height: 12px;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
}



/* 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%;
	}
}
