@charset "UTF-8";

/* all display
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	width: 100%;
	height: auto;
	min-width: 1020px;
	min-height: 100%;
}
body {
	position: relative;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", " ヒラギノ角ゴ ProN W3", meiryo, " メイリオ", "ＭＳ Ｐゴシック", "MS PGothic";
	color: #000000;
}

img {
	max-width: 100%;
}
#content {
	overflow: hidden;
}
.wrap {
	width: 1020px;
	margin: 0 auto;
	padding: 10px 0;
}
#top {
	z-index: 10;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#top img {
	width: 100%;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}
a {
	-webkit-transition: all ease-in-out .3s;
			transition: all ease-in-out .3s;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}

/* clear
-------------------------------------------------- */
.clearfix {
/*	*zoom: 1; */
}
.clearfix:before {
	display: inline-table;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* keyframes
-------------------------------------------------- */
@-webkit-keyframes menu-close {
	30% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@keyframes menu-close {
	30% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes menu-open {
	30% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@keyframes menu-open {
	30% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes scroll-down {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes scroll-down {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* common-design
-------------------------------------------------- */
.btn-login {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #00b1c7;
	background-color: #ffffff;
}
.btn-login a {
	color: #00b1c7;
}
.btn-login:hover:before, .btn-login:focus:before, .btn-login:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-login:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00b1c7;
	color: #ffffff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-login span {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5rem 1rem;
	border: 1px solid #00b1c7;
	font-weight: bold;
}
.btn-login span:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
	content: url('../img/front/arrow-blue.png');
}
.btn-login span.active:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
	content: url('../img/front/arrow-white-02.png');
}
.btn-free span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 1rem 9rem;
	background-color: #e50012;
	font-weight: bold;
	color: #ffffff;
}
.btn-free span:before {
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0.5rem;
	margin: auto;
	content: '';
	width: 40px;
	height: 9px;
	background: url('../img/front/arrow-white.png');
}
.btn-free a:hover {
	opacity: 0.7;
}
.box-center {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.case {
	padding: 3rem 0;
}
.case-title {
	position: relative;
	padding-bottom: 1rem;
	text-align: center;
}
.case-title:after {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	content: '';
	width: 80px;
	height: 2px;
	background: url('../img/front/under_line-black.png') no-repeat;
}
.case-title-sub {
	display: inline-block;
	margin: 1rem auto 3rem;
	text-align: center;
}
.case-title-sub span {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 3rem;
}
.case-title-sub p {
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
}
.case-btn {
	padding: 5rem 0 2rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2;
}
.case-btn .normal {
	margin: 0.5rem 0 5rem 0;
	font-weight: 100;
	font-size: 1rem;
}
.case-btn .btn-free {
	margin: 2rem 0;
}
.stretch {
	display: inline-block;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

/* header
-------------------------------------------------- */
#header {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #e8e8e8;
	background-color: rgba(255, 255, 255, 0.9);
}
#header .wrap {
	position: relative;
	height: 100%;
}
#header .logo {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 100%;
	margin-right: 2rem;
}
#header .logo img {
	height: 100%;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 25px;
	-webkit-animation: menu-close .6s;
	animation: menu-close .6s;
}
.menu-trigger.active {
	-webkit-animation: menu-open .6s;
	animation: menu-open .6s;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#header .area-btn {
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 0;
	margin: auto 0;
}
#header .area-btn .btn-login {
	display: table-cell;
	vertical-align: middle;
}
#header .menu {
	display: table;
	width: auto;
	height: 100%;
	font-size: 0.9rem;
}
#header .menu ul {
	display: table-cell;
	vertical-align: middle;
}
#header .menu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1rem;
	list-style: none;
	font-weight: 700;
	text-align: center;
}
#header .menu li:last-child {
	border-bottom: 0;
}
#header .menu li span {
	display: block;
}
#header .menu li span.ja {
	position: relative;
	padding-top: 0.3rem;
	font-size: 0.6rem;
}
#header .menu li span.ja:before {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    content: '';
    width: 40px;
    height: 2px;
    background: url(../img/front/under_line-black.png) no-repeat;
}
#header .menu a {
	display: inline-block;
}
#header .menu a:hover {
	opacity: 0.5;
}

/* footer
-------------------------------------------------- */
#footer {
	text-align: center;
}
#footer .logo img {
	width: 250px;
}
.footer-01 {
	padding: 3rem 0 0;
}
#footer .menu  {
	margin: 2rem 0;
}
#footer .menu ul {
	font-size: 0;
}
#footer .menu li {
	display: inline-block;
	margin: 0 1rem;
	font-size: 1rem;
	font-weight: 700;
	list-style: none;
}
#footer .menu a:hover {
	opacity: 0.7;
}
.footer-02 {
	padding: 1rem 0;
	font-size: 0.8rem;
}
.footer-02 p span {
	margin: 0 0.5rem;
}
.footer-02 .footer-copy {
	font-size: 0.7rem;
}
.footer-02 a:hover {
	opacity: 0.5;
}

/* case-01
-------------------------------------------------- */
#case-01 {
	position: relative;
	padding: 0;
}
#case-01 #main-img {
	position: relative;
	width: 100%;
	height: auto;
}
#case-01 #main-img img {
	display: inherit;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
#case-01 .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
#case-01 .box-center {
	display: table;
}
#case-01 .box-center .icon,
#case-01 .box-center .text {
	display: inline-block;
	vertical-align: top;
}
#case-01 .box-center .icon {
	width: 420px;
	margin-right: 3rem;
}
#case-01 .box-center .text {
	position: relative;
	top: -1rem;
	white-space: pre-line;
}
#case-01 .box-center .text p {
	display: inline-block;
	padding: 0 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 2.25rem;
	color: #ffffff;
	background-color: #000000;
}
#case-01 .box-center .text p:nth-child(3) {
	font-size: 1.25rem;
}
#case-01 .box-center .btn-free {
	display: inline-block;
	font-size: 1.125rem;
}
#case-01 .box-center .btn-free span {
	padding: 1.2rem 7rem;
}
.scroll_mouse {
	padding-top: 60px;
	-webkit-transition: all ease-in-out .0s;
	transition: all ease-in-out .0s;
}
.scroll_mouse div {
	position: absolute;
	z-index: 5;
	bottom: 1rem;
	left: 50%;
	margin-left: -26px;
	width: 55px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
}
.scroll_mouse span {
	position: absolute;
	z-index: 5;
	bottom: 2.5rem;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #000000;
	border-radius: 50px;
	box-sizing: border-box;
}
.scroll_mouse span::before {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #000000;
	border-radius: 100%;
	-webkit-animation: scroll-down 2s infinite;
	animation: scroll-down 2s infinite;
	box-sizing: border-box;
}

/* case-02
-------------------------------------------------- */
#case-02 {
	text-align: center;
}
#case-02 .case-area {
	position: relative;
	display: inline-block;
	margin: 0 0 2rem;
	padding-bottom: 3rem;
}
#case-02 .case-area .case-text,
#case-02 .case-area .case-picture {
	display: table-cell;
	vertical-align: top;
}
#case-02 .case-area .case-text {
	float: right;
	width: 45%;
	padding: 0 2.5%;
	line-height: 2;
}
#case-02 .case-area .case-text .text-title {
	margin: 1rem 0;
	font-size: 1.5rem;
	font-weight: 700;
}
#case-02 .case-area .case-text .text-content {
	text-align: justify;
	text-justify: inter-ideograph;
}
#case-02 .case-area .case-picture {
	float: left;
	width: 55%;
	padding: 5rem 2rem 0;
}
#case-02 .case-area .case-picture img {
	display: inherit;
}
#case-02 .case-area:nth-child(3) .case-picture,
#case-02 .case-area:nth-child(5) .case-picture {
	float: right;
}
#case-02 .case-area:nth-child(3) .case-text,
#case-02 .case-area:nth-child(5) .case-text {
	float: left;
}
#case-02 .case-area:nth-child(3) .case-picture {
	background-color: #00b1c7;
}
#case-02 .case-area:nth-child(4) .case-picture {
	background-color: #ff7f2a;
}
#case-02 .case-area:nth-child(5) .case-picture {
	background-color: #7543ba;
}

/* case-03
-------------------------------------------------- */
#case-03 {
	background-color: #00a07d;
	text-align: center;
}
#case-03 .case-title {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 3px;
}
#case-03 .case-title:after {
	background: url('../img/front/under_line-white.png') no-repeat;
}
#case-03 .case-picture {
	position: relative;
	display: inline-block;
	margin-top: 3rem;
}
#case-03 .case-picture .design-circle {
	display: table;
	position: absolute;
	top: 1.5rem;
	right: 0.5rem;
	width: 100px;
	height: 100px;
	border: 1px solid #fff000;
	border-radius: 50px;
	color: #fff000;
	font-weight: 700;
}
#case-03 .case-picture .design-circle p {
	display: table-cell;
	vertical-align: middle;
}
#case-03 .btn-sample {
	display: inline-block;
	margin: 2rem auto;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 700;
}
#case-03 .btn-sample a {
	color: #ffffff;
}
#case-03 .btn-sample span {
	position: relative;
	display: inline-block;
	padding: 1rem 6rem;
}
#case-03 .btn-sample span:before {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	margin: auto 0;
	content: '';
	width: 40px;
	height: 9px;
	background: url('../img/front/arrow-white-03.png') no-repeat;
}
#case-03 .btn-sample span.active:before {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	margin: auto 0;
	content: '';
	width: 40px;
	height: 9px;
	background: url('../img/front/arrow-green.png') no-repeat;
}
#case-03 .btn-sample {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #00a07d;
	color: #ffffff;
}
#case-03 .btn-sample:hover:before, #case-03 .btn-sample:focus:before, #case-03 .btn-sample:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#case-03 .btn-sample:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	color: #00a07d;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/* case-05
-------------------------------------------------- */
#case-05 {
	background-color: #f9f9f9;
	text-align: center;
}
#case-05 .case-title-sub {
	position: relative;
	width: 100%;
}
#case-05 .case-title-sub span {
	width: 100%;
}
#case-05 .case-title-sub:before,
#case-05 .case-title-sub:after {
	display: inline-block;
	position: absolute;
	top: -1.5rem;
	margin: auto;
	content: '';
	width: 330px;
	height: 10px;
	background: #fff000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#case-05 .case-title-sub:before {
	left: 0;
}
#case-05 .case-title-sub:after {
	right: 0;
}
#case-05 .case-content {
	display: inline-block;
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#case-05 .case-area {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 335px;
	height: 350px;
	padding: 1rem 1.5rem 0 0.75rem;
	margin: 0 0 1rem 0;
	overflow: hidden;
	text-align: center;
}
#case-05 .case-area:after {
	position: absolute;
	top: 0;
	right: 0;
	content: url('../img/front/use/line-right.png');
}
#case-05 .case-area:nth-child(3):after,
#case-05 .case-area:nth-child(6):after {
	content: '';
}
#case-05 .case-area:nth-child(4),
#case-05 .case-area:nth-child(5),
#case-05 .case-area:nth-child(6) {
	overflow: visible;
}
#case-05 .case-area:nth-child(4):before,
#case-05 .case-area:nth-child(5):before,
#case-05 .case-area:nth-child(6):before {
	position: absolute;
	top: -1.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: url('../img/front/use/line-top.png');
}
#case-05 .case-area .area-title {
	margin: 1rem 0;
	font-size: 1.125rem;
	font-weight: 700;
}
#case-05 .case-area .area-content {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* case-06
-------------------------------------------------- */
#case-06 {
	text-align: center;
	background-color: #fff000;
}
#case-06 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
}
#case-06 table .select_style {
	position: relative;
	display: inline-block;
}
#case-06 table .select_style span {
	position: absolute;
	top: 0;
	right: -1rem;
	width: auto;
	color: #22a07d;
	font-weight: bold; 
}
#case-06 table th,
#case-06 table td {
	padding: 1rem;
	border: 1px solid #ffffff;
}
#case-06 table td div {
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
#case-06 table td span {
	display: inline-block;
	width: 100%;
	font-size: 0.7rem;
}
#case-06 table tr:first-child,
#case-06 table tr:last-child {
	background-color: #848383 !important;
	color: #ffffff;
}
#case-06 table tr:nth-child(odd) {
	background-color: #ededed;
}
#case-06 table tr td:first-child {
	font-weight: 700;
}
#case-06 .table-description {
	width: 100%;
	max-width: 933px;
	margin: 3rem auto 0;
	text-align: justify;
	text-justify: inter-ideograph; 
}
#case-06 .table-description .case-desc {
	padding: 0.5rem 0;
	margin: 0.5rem 0;
	font-size: 0.9rem;
	font-weight: bold;
	color: #22a07d;
}
.accordionbox {
	width: 100%;
	text-align: center;
}
.accordionbox dl {
	padding: 1rem;
	margin: 1.5rem 0;
	background: #ffffff;
	box-shadow: 2px 2px 4px grey;
}
.accordionlist dt {
	display: block;
	padding: 1rem;
	border-bottom: 1px dashed #000000;
}
.accordionlist dt .title {
	font-size: 1.5rem;
	font-weight: 700;
}
.accordionlist .area-sub {
	padding: 1rem 0;
}
.accordionlist .area-sub .area-price {
	font-weight: 700;
}
.accordionlist .area-sub .area-price span {
	position: relative;
	margin-left: 2rem;
	font-size: 2.25rem;
}
.accordionlist .area-sub .area-price span:before {
	position: absolute;
	left: -3rem;
	bottom: 0.65rem;
	display: inline-block;
	content: '\6708\984D';
	font-size: 1.125rem;
	font-weight: 700;
	white-space: nowrap;
}
.accordionlist:last-child .area-sub .area-price span {
	margin-left: 0;
}
.accordionlist:last-child .area-sub .area-price span:before {
	content: '';
}
.accordionlist .btn-detail {
	position: relative;
	display: inline-block;
	padding: 0.5rem 2rem 0.5rem 3rem;
	margin: 0.5rem 0;
	border: 1px solid #000000;
	border-radius: 3rem;
	font-weight: 700;
}
.accordionlist .btn-detail:hover {
	opacity: 0.5;
	cursor: pointer;
}
.accordionlist dd {
	display:none;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #000000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	top: 17px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 17px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 17px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/* case-08
-------------------------------------------------- */
#case-08 {
	text-align: center;
	background-color: #f9f9f9;
}
#case-08 .case-title-sub {
	margin-bottom: 0;
}
#case-08 p {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	font-weight: 700;
}
#case-08 .btn-contact {
	display: inline-block;
	margin: 2rem 0;
	font-size: 1.5rem;
}
#case-08 .btn-contact span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 1.5rem 7.5rem;
	background-color: #00a07d;
	font-weight: bold;
	color: #ffffff;
}
#case-08 .btn-contact span:before {
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0.5rem;
	margin: auto;
	content: '';
	width: 40px;
	height: 9px;
	background: url('../img/front/arrow-white.png');
}
#case-08 .btn-contact a:hover {
	opacity: 0.7;
}
/* terms
-------------------------------------------------- */
#terms #header {
	position: absolute;
}
#terms #content {
	padding-top: 70px;
}
#terms .case {
	background-color: #e5e5e5;
}
#terms .case-box {
	padding: 4rem 2rem;
	background-color: #ffffff;
	box-shadow: 2px 2px 4px grey;
}
#terms .case-title {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
}
#terms  .case-title:after {
	background: none;
}
#terms .case-list {
	line-height: 2;
}
#terms .case-list .list-title {
	display: inline-block;
	width: 100%;
	padding-top: 2rem;
	margin: 2rem 0 0.5rem;
	border-top: 1px dashed #e8e8e8;
	font-weight: 700;
}
#terms .case-list .list-title:first-child {
	padding-top: 0;
	border-top: 0;
}
#terms .case-list .list-data {
	padding-left: 2rem;
	font-size: 0.8rem;
}
#terms .case-list span:last-child {
	margin-top: 1rem;
	float: right;
}
#terms .case-btn {
	padding: 0;
}
#terms .btn-top {
	display: inline-block;
	margin: 2rem 0;
	font-size: 1.2rem;
}
#terms .btn-top span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 1rem 7.5rem;
	background-color: #E26000;
	font-weight: bold;
	color: #ffffff;
}
#terms .btn-top span:before {
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0.5rem;
	margin: auto;
	content: '';
	width: 40px;
	height: 9px;
	background: url(../img/front/arrow-white.png);
}
#terms .btn-top a:hover {
	opacity: 0.7;
}
#terms .changelog {
	text-align: right;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	html, body {
		min-width: 320px;
		font-size: 14px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.wrap {
		width: 100%;
	}
	#content {
		padding-top: 50px;
	}
	.case-title-sub {
		padding: 0 10px;
	}
	.case-title-sub p {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.case-btn  {
		padding: 3rem 10px;
	}
	.case-btn p {
		display: inline-block;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#header {
		min-width: 320px;
		height: 50px;
		padding: 0 1rem;
		background-color: #ffffff;
	}
	#header .area-btn {
		right: 3rem;
		font-size: 0.7rem;
	}
	.menu-trigger {
		display: inline-block;
	}
	#header .menu {
		display: none;
		position: absolute;
		z-index: 1;
		top: 50px;
		right: -1rem;
		height: auto;
		background-color: #ffffff;
	}
	#header .menu ul {
		display: block;
		border: 2px solid #f1f1f1;
		box-shadow: 0 0 2px 0 #e6e6e6;
		border-top: 0;
		border-right: 0;
	}
	#header .menu li {
		display: block;
		padding: 0;
		border-bottom: 1px solid #f1f1f1;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#header .menu li:last-child {
		border-bottom: 0;
	}
	#header .menu li span {
		display: inline-block;
		font-size: 1.1rem;
	}
	#header .menu li span.ja {
		margin-left: 1rem;
		font-size: 0.85rem;
		font-weight: 100;
	}
	#header .menu li span.ja:before {
		background: none;
	}
	#header .menu li a {
		padding: 0.5rem 2rem;
	}
	.scroll_mouse {
		display: none;
	}
	#case-01 .box-center {
		text-align: center;
	}
	#case-01 .box-center .text {
		top: 0;
		padding: 0 10px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#case-01 .box-center .icon {
		margin-right: 0;
		width: 70%;
	}
	#case-01 .box-center .icon img {
		width: 100%;
		max-width: 350px;
	}
	#case-01 .box-center .btn-free {
		margin-top: 2rem;
	}
	#case-02 .case-title-sub span:first-child {
		margin-bottom: 2rem;
	}
	#case-02 .case-area {
		padding-bottom: 0;
		margin-bottom: 5rem;
	}
	#case-02 .case-area:nth-child(3) .case-picture,
	#case-02 .case-area:nth-child(4) .case-picture,
	#case-02 .case-area:nth-child(5) .case-picture {
		float: none;
	}
	#case-02 .case-area:nth-child(3) .case-text,
	#case-02 .case-area:nth-child(4) .case-text,
	#case-02 .case-area:nth-child(5) .case-text {
		float: none;
	}
	#case-02 .case-area .case-text,
	#case-02 .case-area .case-picture {
		display: inline-block;
		width: 100%;
	}
	#case-02 .case-area .case-text {
		max-width: 500px;
		padding: 0 10px;
		margin-top: 2rem;
	}
	#case-02 .case-area .case-picture {
		padding: 3rem 2rem 0;
	}
	#case-02 .case-area .case-picture img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#case-03 .case-picture {
		padding: 0 10px;
	}
	#case-03 .case-picture .design-circle {
		top: unset;
		right: unset;
		bottom: 30%;
		left: 10%;
		transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-moz-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
	}
	#case-05 {
		padding-bottom: 0;
	}
	#case-05 .case-title-sub {
		margin-bottom: 0;
	}
	#case-05 .case-title-sub span {
		margin-bottom: 1rem;
	}
	#case-05 .case-title-sub:before,
	#case-05 .case-title-sub:after {
		width: 25%;
	}
	#case-05 .case-area {
		width: 100%;
		height: auto;
		padding: 2rem 10px;
	}
	#case-05 .case-area:after {
		content: '';
	}
	#case-05 .case-area .area-content {
		display: inline-block;
		max-width: 500px;
	}
	#case-05 .case-area:nth-child(2):before,
	#case-05 .case-area:nth-child(3):before,
	#case-05 .case-area:nth-child(4):before,
	#case-05 .case-area:nth-child(5):before,
	#case-05 .case-area:nth-child(6):before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		background: url('../img/front/use/line-top.png') repeat-x;
		background-size: auto 100%;
		width: 100%;
		height: 1px;
	}
	#case-06 {
		padding: 3rem 10px;
	}
	#case-06 .case-title-sub,
	.case-title-sub span {
		margin-bottom: 0;
	}
	#case-06 table th,
	#case-06 table td {
		padding: 1rem 0.5rem;
		border: 0;
	}
	#case-06 table tr:first-child {
		background-color: #f9f9f9 !important;
		color: #000000;
	}
	#case-06 table tr:last-child {
		background-color: #f9f9f9 !important;
		color: #000000;
	}
	#case-06 table tr:nth-child(odd) {
		background-color: #f9f9f9;
	}
	#case-06 table tr td:first-child {
		border-right: 1px solid #dddddd;
	}
	#case-08 p {
		margin: 2rem 0 0;
	}
	#footer .menu ul {
		display: table;
		width: 100%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#footer .menu li {
		width: 50%;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #999999;
	}
	#footer .menu li:nth-child(1),
	#footer .menu li:nth-child(2) {
		border-top: 1px solid #999999;
	}
	#footer .menu li:nth-child(odd) {
		border-right: 1px solid #999999;
	}
	#footer .menu li:last-child {
		width: 100%;
		border-right: 0;
	}
	#footer .menu li span {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		padding: 1.5rem 0;
	}
	#terms #content {
		padding-top: 50px;
	}
	#terms .case-box {
		width: 95%;
		margin: 0 auto;
	}
	#terms .case-title {
		margin-bottom: 0;
	}
	#terms .case-title p {
		display: inline-block;
		text-align: justify;
	}
	#terms .case-list .list-data {
		padding-left: 1rem;
	}
}
@media screen and (max-width: 500px) {
	.btn-free span:before {
		left: 0.5rem;
	}
	#case-01 .box-center .text p {
		font-size: 1.5rem;
	}
	#case-01 .box-center .text p:nth-child(3) {
		font-size: 0.9rem;
	}
	#case-01 .box-center .btn-free {
		margin-top: 1rem;
	}
	#case-01 .box-center .btn-free span {
		padding: 1rem 4rem;
	}
	.case-btn .btn-free {
		margin: 1rem 0;
	}
	.case-btn .normal {
		margin: 0.5rem 0 3rem;
	}
	.btn-free span {
		padding: 1rem 4rem;
	}
	#case-03 .case-picture .design-circle {
		width: 80px;
		height: 80px;
		font-size: 0.9rem;
	}
	#case-03 .btn-sample span {
		padding: 1rem 4rem;
	}
	#case-05 .case-title-sub:before,
	#case-05 .case-title-sub:after {
		width: 15%;
	}
	.accordionlist .area-sub .area-price span {
		font-size: 1.7rem;
	}
	.accordionlist .area-sub .area-price span:before {
		bottom: 0.3rem;
	}
	#case-08 .btn-contact span {
		padding: 1.5rem 4rem;
		font-size: 1.2rem;
	}
	#footer {
		padding: 0 3%;
	}

}
@media screen and (max-width: 380px) {
	.case-title-sub {
		padding: 0 5px;
	}
	.case-btn {
		padding: 3rem 5px;
		line-height: 1.7;
	}
	#header {
		padding: 0 5px;
	}
	#header .area-btn {
		right: 2.5rem;
	}
	.btn-login span {
		padding: 0.5rem;
	}
	#header .menu li a {
		padding: 0.5rem 1.5rem;
	}
	#case-02 .case-area .case-text {
		padding: 0 5px;
	}
	#case-02 .case-area .case-text .text-title {
		font-size: 1.3rem;
	}
	#case-03 .case-picture {
		padding: 0 5px;
	}
	#case-03 .case-picture .design-circle {
		left: 5%;
	}
	#case-06 table {
		font-size: 0.8rem;
	}
	.accordionlist .area-sub .area-price span  {
		font-size: 1.5rem;
	}
	.accordionlist .area-sub .area-price span:before {
		bottom: 0.2rem;
	}
	#footer {
		padding: 0 5px;
	}
	#footer .menu li span {
		width: 95%;
	}
	#terms .case-box {
		padding: 2rem 1rem 4rem;
	}
}