@charset "utf-8";
section#kv {
	width: auto;
	height: 877px;
	margin: 0 auto;
	padding: 230px 0 0;
	text-align: center;
	position: relative;
	background: url(../images/kv.jpg) bottom right no-repeat;
	background-size: cover;
}
section.register {
	background-color: #EEEEEE;
}

section#kv .content_box {
	max-width: 1100px;
	text-align: left;
}

section#kv .content_box h2 {
	margin: 0 0 2rem 0;
	font-size: 3.6rem;
	line-height: 1.5;
}

section#kv .content_box h2 span.grn,
section#kv .content_box h2 span.org,
section#kv .content_box h2 span.bk {
	font-size: 5.8rem;
	font-weight: 900;
}

section#kv .content_box h2 span.bk {
	font-weight: 300;
}

section#kv .content_box h2 span.grn {
	color: #00b900
}

section#kv .content_box h2 span.org {
	color: #ff7039
}

section#kv .content_box h3 {
	margin: 0 0 3rem 0;
}

section#kv .content_box p {
	margin: 0;
}

section#kv .content_box ul.pc {
	display: flex;
	align-items: center;
}

section#kv .content_box ul.sp {
	display: none;
}

section#kv .content_box ul li {
	width: 215px;
	height: 215px;
	margin: 0 30px 0 0;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 4px #2a2a37;
	border-radius: 215px;
	background: #ffffff;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.25);
}

section#problem {
	height: 667px;
	background: url(../images/pblm_bg.jpg) no-repeat;
	background-size: cover;
}

section#problem .content_box {
	margin-top: 20px;
	text-align: justify;
}

section#problem .content_box h2 {
	margin: 0 0 35px 0;
	font-size: 3rem;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #d9f5d9 60%);
	display: inline-block;
}

section#problem .content_box h2 span {
	color: #00b900;
}

section#problem .content_box h3 {
	margin: 0 0 25px 0;
	font-size: 4rem;
	font-weight: 700;
}

section#problem .content_box h3 span {
	background: linear-gradient(transparent 60%, #faee00 60%);
}

section#problem .content_box p {
	font-weight: 500;
}

section#problem .content_box p span {
	background: linear-gradient(transparent 60%, #faee00 60%);
}

section#problem .content_box ul {
	width: 719px;
	margin: 0 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section#problem .content_box ul li {
	width: 230px;
	height: 218px;
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: url(../images/pblm_balloon.png) no-repeat;
	background-size: cover;
}

section#problem .content_box ul li p {
	width: 100%;
	margin: -40px 0 0 0;
	position: relative;
}

section#problem .content_box ul p:before {
	/* content: 'WORRY'; */
	margin: 0 0 30px 0;
	font-size: 1.4rem;
	font-weight: 300;
	display: block;
}

section#problem .content_box ul p:after {
/* 	content: '―'; */
	margin: auto;
	font-size: 1.4rem;
	font-weight: 300;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}

section#kokosugo {
	padding: 0;
}

section#kokosugo > .kokosugo_ttl {
	padding: 100px 0;
	background: url(../images/kksg_bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

section#kokosugo > .kokosugo_ttl:before {
	content: '';
	margin-left: -108px;
	display: block;
	border-style: solid;
	border-color: #f7f8f8 transparent;
	border-width: 64px 108px 0 108px;
	position: absolute;
	bottom: -64px;
	left: 50%;
	z-index: 1;
}

section#kokosugo > .kokosugo_ttl:after {
	content: '';
	width: 71px;
	height: 84px;
	display: inline-block;
	background: url(../images/common/logo_v.png) no-repeat;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

section#kokosugo > .kokosugo_ttl .content_box .num {
	margin: 0 0 35px 0;
	padding: 0 145px 0 25px;
	height: 57px;
	color: #ffffff;
	font-weight: 500;
	line-height: 57px;
	letter-spacing: 0.1em;
	display: inline-block;
	background: #2a2a37;
	border-radius: 100px;
	position: relative;
}

section#kokosugo > .kokosugo_ttl .content_box .num span {
	margin: 0 0 0 5px;
	font-size: 80px;
	color: #ff7039;
	font-weight: 600;
	letter-spacing: -0.025em;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	position: absolute;
	bottom: 10px;
}

section#kokosugo > .kokosugo_ttl .content_box h2 {
	margin: 0 0 35px 0;
	font-size: 4.8rem;
	font-weight: 900;
	color: #ff7039;
}

section#kokosugo > .kokosugo_anser {
	padding: 100px 0;
	background: url(../images/kksg_answer_bg.jpg) no-repeat;
	background-size: cover;
}

section#kokosugo > .kokosugo_anser .content_box h2 {
	margin: 0 0 65px 0;
	padding: 55px 0 35px;
	font-size: 3.8rem;
	color: #ffffff;
	letter-spacing: 0;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.2);
	border: solid 3px #ffffff;
	border-radius: 10px;
}

section#kokosugo > .kokosugo_anser .content_box h2 span {
	font-size: 4.6rem;
	color: #fff100;
}

section#kokosugo > .kokosugo_anser .content_box h3 {
	margin: 35px 0 0 0;
	font-size: 3rem;
	color: #ffffff;
}

section#kokosugo > .kokosugo_anser .content_box p {
	margin: 0 0 65px 0;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 2;
}

section#function {
	padding-top: 80px;
	height: 296px;
	background: url(../images/fnctn_bg.jpg) no-repeat;
	background-size: cover;
}

section#function .content_box p {
	margin: 0 0 15px 0;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 2;
	letter-spacing: 0.1em;
}

section#function .content_box .btn {
	padding: 1em 5em;
	color: #2a2a37;
	font-weight: 600;
	background: #ffffff;
}

section#function .content_box .btn:after {
	background: url(../images/common/icn_arrow_bk.png) no-repeat;
	right: 0;
}

section#case {
	background: url(../images/case_bg.gif) center repeat-x;
}

section#case .content_box h2 {
	font-size: 3.2rem;
	font-weight: 700;
}

section#case .content_box h2:after {
	content: '―';
	margin: 0 0 15px 0;
	color: #409fbd;
	display: block;
}

section#case .content_box .sldr .sldr-cont > div {
	margin: 0 0 45px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
}

section#case .content_box .sldr .sldr-cont > div figure {
	position: relative;
}

section#case .content_box .sldr .sldr-cont > div figcaption {
	width: 100%;
	padding: 20px;
	text-align: justify;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}

section#case .content_box .sldr .sldr-cont > div figcaption h3 {
	font-weight: 500;
}

section#case .content_box .sldr .sldr-cont > div figcaption p {
	font-size: 1.4rem;
}

section#case .content_box .sldr .sldr-cont > div > div {
	width: 500px;
	padding: 0 75px 0 40px;
	text-align: justify;
}

section#case .content_box .sldr .sldr-cont > div > div div h3 {
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
	font-size: 2.2rem;
	font-weight: 500;
	border-bottom: solid 1px #409fbd;
}

section#case .content_box .sldr .sldr-cont > div > div div p {
	padding: 0 1em 0 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}

.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.prev-arrow {
	left: 40px;
	cursor: pointer;
	z-index: 10;
	display: none !important;
}
.next-arrow {
	right: 40px;
	cursor: pointer;
}

section#case .content_box .btn {
	padding: 1em 6em;
	font-size: 1.6rem;
	font-weight: 400;
}

section#price {
	background: #f7f8f8;
}

section#price .content_box h2 {
	font-size: 3.2rem;
	font-weight: 700;
}

section#price .content_box h2:after {
	content: '―';
	margin: 0 0 15px 0;
	color: #409fbd;
	display: block;
}

section#price .content_box > h3 {
	margin: 0 0 15px 0;
	font-size: 1.8rem;
	font-weight: 700;
}

section#price .content_box > h3 span {
	font-size: 3.2rem;
}

section#price .content_box > p:not(.note) {
	margin: 0 0 35px 0;
	font-size: 1.8rem;
	font-weight: 300;
}

section#price .content_box > ul {
	margin: 0 0 25px 0;
	display: flex;
	justify-content: center;
}

section#price .content_box > ul li {
	width: calc(100% / 2 - 20px);
	padding: 35px 20px 20px;
	border-top: solid 6px #8fc31f;
	background: #ffffff;
	position: relative;
}

section#price .content_box > ul li:nth-child(2) {
	border-top: solid 6px #ff7039;
}

section#price .content_box > ul li:nth-child(3) {
	border-top: solid 6px #409fbd;
}

section#price .content_box > ul li h3 {
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	font-weight: 700;
}

section#price .content_box > ul li h3:after {
	content: '―';
	margin: 0 0 15px 0;
	color: #8fc31f;
	display: block;
}

section#price .content_box > ul li:nth-child(2) h3:after {
	color: #ff7039;
}

section#price .content_box > ul li:nth-child(3) h3:after {
	color: #409fbd;
}

section#price .content_box > ul li h4 {
	margin: 0 0 20px 0;
	padding: 0.5em 0;
	font-size: 1.8rem;
	color: #8fc31f;
	font-weight: 700;
	border: solid 1px #8fc31f;
	border-radius: 10px;
	background: #ffffff;
}

section#price .content_box > ul li:nth-child(2) h4 {
	color: #ff7039;
	border: solid 1px #ff7039;
}

section#price .content_box > ul li:nth-child(3) h4 {
	color: #409fbd;
	border: solid 1px #409fbd;
}

section#price .content_box > ul li h4 span {
	font-size: 3.2rem;
}

section#price .content_box > ul li h5 {
	margin: 0 0 20px 0;
	font-size: 2.8rem;
	color: #8fc31f;
	font-weight: 700;
}

section#price .content_box > ul li:nth-child(2) h5 {
	color: #ff7039;
}

section#price .content_box > ul li:nth-child(3) h5 {
	color: #409fbd;
}

section#price .content_box .rcmnd {
	position: absolute;
	top: -20px;
	left: 5px;
}

section#price .content_box > ul li div {
	margin: 0 0 40px 0;
	height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#price .content_box > ul li div p {
	font-size: 1.4rem;
	font-weight: 300;
}

section#price .content_box > ul li dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

section#price .content_box > ul li dl dt {
	width: 78%;
	margin: 0 0 20px 0;
	padding: 0 0 19px 0;
	font-size: 1.4rem;
	text-align: justify;
	font-weight: 500;
	border-bottom: solid 1px #f2f2f2;
}

section#price .content_box > ul li dl dd {
	width: 22%;
	margin: 0 0 20px 0;
	padding: 0 0 19px 0;
	font-size: 1.4rem;
	font-weight: 300;
	border-bottom: solid 1px #f2f2f2;
}

section#price .content_box > ul li .btn {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	background: #8fc31f;
}

section#price .content_box > ul li:nth-child(2) .btn {
	background: #ff7039;
}

section#price .content_box > ul li:nth-child(3) .btn {
	background: #409fbd;
}

section#price .content_box > ul li .btn_detail {
	display: none;
}

section#price .content_box > ul li .btn_detail {
	display: none;
}


section#qa {
}

section#qa .content_box h2 {
	font-size: 3.2rem;
	font-weight: 700;
}

section#qa .content_box h2:after {
	content: '―';
	margin: 0 0 15px 0;
	color: #409fbd;
	display: block;
}

section#qa .content_box dl {
	max-width: 794px;
	margin: 0 auto;
	text-align: justify;
}

section#qa .content_box dl dt {
	margin: 0 0 25px 0;
	padding: 0 0 0 46px;
	font-size: 2rem;
	text-indent: -46px;
	font-weight: 500;
}

section#qa .content_box dl dt:before {
	content: '';
	width: 28px;
	height: 26px;
	margin: 0 18px 0 0;
	background: url(../images/icn_q.png) no-repeat;
	background-size: cover;
	display: inline-block;
}

section#qa .content_box dl dd {
	margin: 0 0 50px 0;
	padding: 0 0 49px 46px;
	font-size: 1.6rem;
	font-weight: 300;
	text-indent: -46px;
	border-bottom: solid 1px #f2f2f2;
}

section#qa .content_box dl dd:before {
	content: '';
	width: 28px;
	height: 26px;
	margin: 0 18px 0 0;
	background: url(../images/icn_a.png) no-repeat;
	background-size: cover;
	display: inline-block;
}

section#download {
	background: #f7f8f8;
}

section#download .content_box {
	width: 865px;
}

section#download .content_box h2 {
	font-size: 3.2rem;
	font-weight: 700;
}

section#download .content_box h2 > span {
	width: 44px;
	height: 44px;
	margin: 0 10px 0 0;
	line-height: 32px;
	vertical-align: top;
	border-radius: 44px;
	display: inline-block;
	background: #2a2a37;
}

section#download .content_box h2 > span img {
	vertical-align: middle;
	display: inline-block;
}

section#download .content_box h2:after {
	content: '―';
	margin: 0 0 15px 0;
	color: #409fbd;
	display: block;
}

section#download .content_box h3 {
	margin: 0 0 20px 0;
	font-size: 2.2rem;
	font-weight: 700;
}

section#download .content_box .form {
	margin: 25px 0 0 0;
	padding: 35px 40px 45px;
	background: #ffffff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.025);
}

section#download .content_box .form dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

section#download .content_box .form dl dt {
	width: 28.5%;
	height: 65px;
	margin: 0 0 21px 0;
	padding: 0 0 22px 0;
	font-size: 1.8rem;
	text-align: justify;
	font-weight: 500;
	border-bottom: solid 1px #f8f8f8;
	display: flex;
	align-items: center;
}

section#download .content_box .form dl dt:after {

	margin: 0 0 0 0.5em;
	padding: 0.25em 0.5em;
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1;
	background: #ff7039;
	border-radius: 5px;
	display: inline-block;
}

.requird:after{
	content: '必須';
	margin: 0 0 0 0.5em;
	padding: 0.25em 0.5em;
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1;
	background: #ff7039;
	border-radius: 5px;
	display: inline-block;
}

section#download .content_box .form dl dd {
	width: 71.5%;
	height: 65px;
	margin: 0 0 21px 0;
	padding: 0 0 22px 0;
	font-size: 1.8rem;
	text-align: justify;
	border-bottom: solid 1px #f8f8f8;
	display: flex;
	align-items: center;
}

section#download .content_box .form dl dd input[type="text"] {
	width: 100%;
	padding: 1em 0.5em;
	border: none;
	background: #efefef;
}
section#download .content_box .form dl dd textarea {
	width: 100%;
	padding: 1em 0.5em;
	border: none;
	background: #efefef;
}

section#download .content_box .form .note {
	font-weight: 400;
}

section#download .content_box .form .note a {
	text-decoration: underline;
}

section#download .content_box .form p:not(.note) {
	margin: 0 0 35px 0;
	text-align: justify;
	font-weight: 500;
}

section#download .content_box .form .btn {
	padding: 1em 5.4em;
	font-size: 1.8rem;
	font-weight: 400;
	border: none;
	background: #ff7039;
	box-shadow: 4px 4px 0 #e3e3e3;
}

.mw_wp_form .error {
	margin: 0 0 0 10px;
	font-size: 1.2rem !important;
}

section#download .content_box .dl_inquiry {
	margin-top: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section#download .content_box.dl_inquiry .btn {
	width: 48%;
	padding: 2em;
	font-size: 1.6rem;
	text-align: justify;
	font-weight: 500;
	border-radius: 5px;
}

section#dl_inquiry {
}

section#dl_inquiry .content_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section#dl_inquiry .content_box .btn {
	width: 48%;
	padding: 2em;
	font-size: 1.6rem;
	text-align: justify;
	font-weight: 500;
	border-radius: 5px;
}

section#contents_nav {
	background: #f7f8f8;
}

section#contents_nav .content_box {
	width: 735px;
	display: flex;
	justify-content: space-between;
}

section#contents_nav .content_box .logo {
	width: calc(100% / 3);
}

section#contents_nav .content_box nav {
	width: calc(100% / 3 * 2 - 30px);
	display: flex;
	justify-content: space-between;
}

section#contents_nav .content_box nav dl {
	width: calc(100% / 2 - 20px);
	font-size: 1.4rem;
	text-align: justify;
}

section#contents_nav .content_box nav dl dt {
	margin: 0 0 1em 0;
	font-weight: 500;
}

section#contents_nav .content_box nav dl dd {
	font-weight: 300;
}

section#contents_nav .content_box nav dl dd ul li {
	margin: 0 0 1em 0;
}

section#contents_nav .content_box nav dl dd ul li a:before {
	content: ' - ';
}

section#contents_nav .content_box nav dl:first-of-type dd ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section#contents_nav .content_box nav dl:first-of-type dd ul li {
	width: 48%;
}

.lower section#kv {
	height: 536px;
}

.lower section#kv:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255,255,255,0.5);
}

.lower section#kv .content_box {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.lower section#kv .content_box h2 {
	font-size: 4.6rem;
	line-height: 1.2;
}

.lower section#kv .content_box h2 span {
	font-size: 1.4rem;
	color: #ff7039;
	font-weight: 900;
	letter-spacing: 0.2em;
	display: block;
}

.lower section#kv .content_box h3 {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
}

.lower section:not(#kv):not(#download):not(#contents_nav) > h2 {
	font-size: 4rem;
	font-weight: 700;
}

.lower section:not(#kv):not(#download):not(#contents_nav) > h2:after {
	content: '―';
	margin: 0 0 15px 0;
	color: #c3c3c7;
	display: block;
}

.lower section:not(#kv):not(#download):not(#contents_nav) > h2 span {
	color: #ff7039;
}

.lower section:not(#kv):not(#download):not(#contents_nav) .content_box {
	padding: 130px 0;
}

.lower section:not(#kv):not(#download):not(#contents_nav) .content_box:first-of-type {
	padding: 0 0 130px;
}

.lower section:not(#kv):not(#download):not(#contents_nav) .content_box:last-of-type {
	padding-bottom: 0;
}

.lower section:not(#kv):not(#download):not(#contents_nav) .content_box > h3 {
	margin: 0 0 55px 0;
	padding: 28px;
	font-size: 3rem;
	border-top: solid 1px #51515c;
	border-bottom: solid 1px #51515c;
}

.lower section#contents_nav {
	background: #ffffff;
}

#functions_main {
}

#functions_main .content_box {
	width: 100%;
	max-width: none;
}

#functions_main .content_box:nth-of-type(even) {
	background: #f7f8f8;
}

#functions_main .content_box h3 span {
	background: linear-gradient(transparent 60%, #ffe200 60%);
}

#functions_main .content_box > h3 {
	max-width: 1100px !important;
	margin: 0 auto 55px !important;
}

#functions_main .content_box > div {
	max-width: 1100px !important;
	margin: 0 auto 55px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#functions_main .content_box > div figure {
	margin: 0 0 0 55px;
}

#functions_main .content_box > div.fn_left {
	flex-direction:row-reverse;
}

#functions_main .content_box > div.fn_left figure {
	margin: 0 55px 0 0;
}

#functions_main .content_box > div:last-of-type {
	margin: 0 auto !important;
}

#functions_main .content_box > div > div {
	width: 60%;
	text-align: justify;
}

#functions_main .content_box > div > div h4 {
	margin: 0 0 30px 0;
	font-size: 2.2rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

#functions_main .content_box > div > div h4 span:first-child {
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
	font-size: 4rem;
	color: #ff7039;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	border-right: solid 1px #2a2a37;
}

#functions_main .content_box > div > div p {
	font-size: 1.6rem;
	line-height: 2;
}

#functions_summary {
	background: url(../images/function/bg.gif);
}

#functions_summary > h2 {
	color: #ffffff;
}

#functions_summary > h2 span {
	color: #fff100 !important;
}

#functions_summary > h2:after {
	color: #ffffff !important;;
}

#functions_summary > h3 {
	margin: 0 0 40px 0;
	font-size: 3rem;
	color: #ffffff;
	font-weight: 500;
}

#functions_summary .content_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#functions_summary .content_box > div {
	width: calc(100% / 2 - 15px);
	margin: 0 0 30px 0;
	padding: 50px;
	text-align: justify;
	border-radius: 5px;
	background: #ffffff;
}

#functions_summary .content_box > div h3 {
	margin: 0 0 25px 0;
	font-size: 2.6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
}

#functions_summary .content_box > div h3 img {
	margin: 0 15px 0 0;
}

#functions_summary .content_box > div p {
	font-size: 1.6rem;
	line-height: 2;
}

.lower section#price {
	background: #ffffff;
}

.lower section#price .content_box > h2 {
	margin: 0 0 30px 0;
	font-size: 4rem;
}

.lower section#price .content_box > h2:after {
	display: none;
}

.lower section#price .content_box > h3 {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	border: none !important;
}

.lower section#price .content_box > ul {
	margin: 0 0 65px 0;
}

.lower section#price .content_box > ul li {
	background: #fafafa;
}

.lower section#price .content_box > table {
	margin: 0 0 40px 0;
	font-size: 1.4rem;
	font-weight: 300;
	border-collapse: collapse;
	width:100%;
}

section#price .content_box > table tr td .btn {
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	background: #8fc31f;
}

section#price .content_box > table tr td:nth-child(3) .btn {
	background: #ff7039;
}

section#price .content_box > table tr td:nth-child(4) .btn {
	background: #409fbd;
}

.lower section#price .content_box > table tr:first-child th {
	width:100%,
	padding: 20px 0;
	font-size: 1.8rem;
	border-top: solid 1px #2a2a37;
	border-bottom: solid 1px #2a2a37;
}

.lower section#price .content_box > table tr:not(:first-child) th,
.lower section#price .content_box > table td {
	padding: 15px 1em;
	border-bottom: solid 1px #c7c7ca;
}

.lower section#price .content_box > table td {
	width: 238px;
}

.lower section#price .content_box > table th:first-child {
	text-align: justify;
	font-weight: 500;
}

.lower section#price .content_box > table th:nth-child(even),
.lower section#price .content_box > table td:nth-child(even) {
	background: #fafafa;
}

.lower section#price .content_box > table tr:nth-last-child(even):not(:first-child) th,
.lower section#price .content_box > table tr:nth-last-child(even) td {
	background: #fafafa;
}

.lower section#price .content_box > table tr:nth-last-child(even) td:first-of-type,
.lower section#price .content_box > table tr:nth-last-child(even) td:last-of-type {
	background: #f5f5f5;
}

.lower section#price .content_box > table td strong {
	color: #e60012;
}

.lower section#contact .content_box .contact_list{
	margin-top:30px;
	margin-bottom:50px;
}

.lower section#contact .content_box .contact_list li{
	margin-bottom:30px;
	line-height: 2px
}

.lower section#contact .content_box .contact_list li:last-child {
	margin-top:60px;
}

.lower section#contact .content_box .form dl dt:last-of-type {
	height: 140px;
}

.lower section#contact .content_box .form dl dd:last-of-type {
	height: 140px;
}

#use {
}

#use .content_box > h3 {
	padding: 14px 10px !important;
	text-align: justify;
	display: flex;
	align-items: center;
}

#use .content_box > h3 span:first-child {
	margin: 0 20px 0 0;
	font-size: 5rem;
	color: #ff7039;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
}

#use .content_box > p {
	margin: 0 0 45px 0;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2;
}

#use .content_box > p:last-of-type {
	margin: 0;
}

#use .content_box > figure {
	margin: 0 0 45px 0;
}

#contact .content_box > h2 {
	margin: 0 0 30px 0;
	font-size: 4rem;
}

#contact .content_box > h2:after {
	display: none;
}

#contact .content_box figure img {
	margin: 0 auto;
}

#contact .content_box .form {
	margin: 25px 0 0 0;
	padding: 35px 40px 45px;
	background: #ffffff;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.025);
}

#contact .content_box .form dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contact .content_box .form dl dt {
	width: 28.5%;
	height: 65px;
	margin: 0 0 21px 0;
	padding: 0 0 22px 0;
	font-size: 1.8rem;
	text-align: justify;
	font-weight: 500;
	border-bottom: solid 1px #f8f8f8;
	display: flex;
	align-items: center;
}

#contact .content_box .form dl dt:after {
/* 	content: '必須'; */
	margin: 0 0 0 0.5em;
	padding: 0.25em 0.5em;
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1;
	background: #ff7039;
	border-radius: 5px;
	display: inline-block;
}

#contact .content_box .form dl dd {
	width: 71.5%;
	height: 65px;
	margin: 0 0 21px 0;
	padding: 0 0 22px 0;
	font-size: 1.8rem;
	text-align: justify;
	border-bottom: solid 1px #f8f8f8;
	display: flex;
	align-items: center;
}

#contact .content_box .form dl dd input[type="text"],
#contact .content_box .form dl dd textarea {
	width: 100%;
	padding: 1em 0.5em;
	border: none;
	background: #efefef;
}

#contact .content_box .form .note {
	font-weight: 400;
}

#contact .content_box .form p:not(.note) {
	margin: 0 0 35px 0;
	text-align: justify;
	font-weight: 500;
}

#contact .content_box .form .btn {
	padding: 1em 5.4em;
	font-size: 1.8rem;
	font-weight: 400;
	border: none;
	background: #ff7039;
	box-shadow: 4px 4px 0 #e3e3e3;
}

#contact .content_box.dl_inquiry {
	margin-top: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contact .content_box.dl_inquiry .btn {
	width: 48%;
	padding: 2em;
	font-size: 1.6rem;
	text-align: justify;
	font-weight: 500;
	border-radius: 5px;
}

#company .content_box dl,
#law .content_box dl {
	font-size: 1.8rem;
	text-align: justify;
}

#company .content_box dl dt,
#law .content_box dl dt {
	margin-bottom: 1em;
	font-weight: 500;
}

#company .content_box dl dd,
#law .content_box dl dd {
	margin: 0 0 2em 1em;
}

#terms .content_box,
#privacy .content_box {
	text-align: justify;
}

#terms .content_box h4,
#privacy .content_box h4 {
	margin: 0 0 0.5em 0;
	font-size: 1.8rem;
	font-weight: 400;
}

#terms .content_box p,
#privacy .content_box p {
	margin: 0 0 2em 0;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.75;
}

#usecases .H1{
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	color: #333;
	font-size: 129%;
	font-weight: normal;
	border-top: 3px double #2f96ff;
	border-bottom: 3px double #2f96ff;
}

section#usecases .content_box .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	justify-content: flex-start;
	flex-direction: row;
	margin-bottom: 100px;
}

section#usecases .content_box .flex p{
	width: 25%;
	margin-right: 30px;
}

section#usecase_single .content_box h2{
	padding: 8px 10px 5px 8px;
	border-radius: 10px;
	background-color: #f68e1e;
	color: #FFFFFF;
	font-size: 25px;
}

section#usecase_single .content_box p{
	font-size: 18px;
	line-height: 1.8em;
}



@media screen and (max-width: 767px) {
	section#kv {
		width: auto;
		height: 100vh;
		padding: 70px 0;
		background: url(../images/sp/kv.jpg) bottom no-repeat;
		background-size: cover;
	}
	
	section#kv .content_box > h2 {
		width: 100%;
		font-size: 2rem;
		text-align: center;
		letter-spacing: 0;
		font-weight: 900;
	}
	
	section#kv .content_box h2 span.grn,
	section#kv .content_box h2 span.org,
	section#kv .content_box h2 span.bk {
		font-size: 3rem;
	}
	
	section#kv .content_box ul.pc {
		display: none;
	}
	
	section#kv .content_box ul.sp {
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 50%;
		bottom: 20px;
		transform: translateX(-50%);
	}
	
	section#kv .content_box ul.sp li {
		width: 100px;
		height: 100px;
		margin: 0;
		font-size: 1.4rem;
		color: #ffffff;
		font-weight: 700;
		border: solid 3px #ffffff;
		border-radius: 100px;
		background: #ff7039;
		box-shadow: 3px 3px 0 rgba(0,0,0,0.25);
	}
	
	section#kv .content_box > p {
		width: 80%;
		margin: 0 auto;
	}
	
	section#problem {
		height: auto;
		background: none;
		position: relative;
	}
	
	section#problem:before {
		content: '';
		margin-left: -78px;
		display: block;
		border-style: solid;
		border-color: #ffffff transparent;
		border-width: 50px 78px 0 78px;
		position: absolute;
		bottom: -40px;
		left: 50%;
		z-index: 1;
	}
	
	section#problem:after {
		content: '';
		width: 38px;
		height: 45px;
		display: inline-block;
		background: url(../images/common/logo_v.png) no-repeat;
		background-size: cover;
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	
	section#problem .content_box {
		width: 90%;
		margin-top: 20px;
		text-align: justify;
	}
	
	section#problem .content_box h2 {
		margin: 0 0 25px 0;
		font-size: 2rem;
		text-align: center;
		font-weight: 900;
		background: none;
		display: block;
	}
	
	section#problem .content_box h2.sp {
		font-size: 2.5rem;
		background: linear-gradient(transparent 60%, #faee00 60%);
	}
	
	section#problem .content_box h2 span {
		color: #00b900;
	}
	
	section#problem .content_box h2.sp span {
		color: #2a2a37;
	}
	
	section#problem .content_box ul {
		width: 100%;
		margin: 0;
		display: block;
		position: relative;
	}
	
	section#problem .content_box ul:after {
		content: '';
		width: 163px;
		height: 269px;
		background: url(../images/sp/pblm_img.png) no-repeat;
		background-size: cover;
		display: block;
		position: absolute;
		bottom: 0;
		right: -16px;
	}
	
	section#problem .content_box ul li {
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		padding: 19px 0;
		font-size: 1.4rem;
		text-align: justify;
		color: #2a2a37;
		line-height: 1.25;
		font-weight: 900;
		display: block;
		background: #d9f5d9 url(../images/pblm_balloon.png) center left 10px no-repeat;
		background-size: 42px;
		border-radius: 5px;
		position: relative;
	}
	
	section#problem .content_box ul li:before {
		content: 'WORRY';
		font-size: 0.8rem;
		color: #ffffff;
		font-weight: 400;
		display: block;
		position: absolute;
		top: 38%;
		left: 14px;
	}
	
	section#problem .content_box ul li p {
		margin: 0;
		padding: 0 0 0 65px;
		font-weight: 900;
	}
	
	section#problem .content_box ul p:before {
		display: none;
	}
	
	section#problem .content_box ul p:after {
		display: none;
	}
	
	section#reason {
		padding-top: 60px;
		color: #ffffff;
		background: url(../images/reason_bg.gif);
	}
	
	section#reason .content_box {
		width: 90%;
	}
	
	section#reason .content_box h2 {
		margin: 0 0 20px 0;
		font-size: 2.1rem;
		font-weight: 900;
		text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	}
	
	section#reason .content_box h2 span {
		color: #fff100;
	}
	
	section#reason .content_box h3 {
		margin: 0 0 20px 0;
		font-size: 1.4rem;
		font-weight: 400;
	}
	
	section#reason .content_box ul li {
		margin: 0 0 10px 0;
		padding: 0.75em;
		font-size: 1.6rem;
		color: #2a2a37;
		text-align: justify;
		font-weight: 900;
		border-radius: 5px;
		background: #ffffff;
	}
	
	section#reason .content_box ul li img {
		margin: 0 0.75em 0 0;
		vertical-align: top;
		display: inline-block;
	}
	
	section#function_sp {
		background: #f7f8f8;
	}
	
	section#function_sp .content_box {
		width: 90%;
	}
	
	section#function_sp .content_box h2 {
		margin: 0 0 20px 0;
		font-size: 2.1rem;
		font-weight: 900;
	}
	
	section#function_sp .content_box h2 span {
		color: #ff7039;
	}
	
	section#function_sp .content_box > div {
		padding: 20px;
		border-radius: 5px;
		background: #ffffff;
		box-shadow: 0 0 5px rgba(0,0,0,0.05);
	}
	
	section#function_sp .content_box > div:not(:last-of-type) {
		margin: 0 0 20px 0;
	}
	
	section#function_sp .content_box > div h3 {
		margin: 0 0 20px 0;
		font-size: 1.7rem;
		font-weight: 900;
	}
	
	section#function_sp .content_box > div p {
		margin: 0 0 20px 0;
		font-size: 1.6rem;
		text-align: justify;
		font-weight: 400;
	}
	
	section#function_sp .content_box > div figure {
		padding: 20px;
		border-radius: 5px;
		background: #f2f2f2;
	}
	
	section#case {
		background: none;
	}
	
	section#case .content_box{
		width: 90%;
	}
	
	section#case .content_box h2 {
		font-size: 2.1rem;
		font-weight: 900;
	}
	
	section#case .content_box h2:after {
		content: '―';
		margin: 0;
		color: #409fbd;
		display: block;
	}
	
	section#case .content_box .sldr .sldr-cont > div {
		margin: 0 0 10px 0;
		display: block;
		background: #f2f2f2;
	}
	
	section#case .content_box .sldr .sldr-cont > div figure {
		position: relative;
	}
	
	section#case .content_box .sldr .sldr-cont > div figcaption {
		width: 100%;
		padding: 20px;
		text-align: justify;
		color: #ffffff;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.4);
	}
	
	section#case .content_box .sldr .sldr-cont > div figcaption h3 {
		font-size: 1.8rem;
	}
	
	section#case .content_box .sldr .sldr-cont > div figcaption p {
		font-size: 1.2rem;
	}
	
	section#case .content_box .sldr .sldr-cont > div > div {
		width: 100%;
		padding: 20px;
		text-align: justify;
	}
	
	section#case .content_box .sldr .sldr-cont > div > div div h3 {
		margin: 0 0 0.5em 0;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 700;
		color: #409fbd;
		border-bottom: none;
	}
	
	section#case .content_box .sldr .sldr-cont > div > div div h3:last-of-type {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	
	section#case .content_box .sldr .sldr-cont > div > div div h3:last-of-type:after {
		content: "";
		width: calc(100% - 6em);
		margin-left: 0.5em;
		border-top: solid 1px #409fbd;
	}
	
	section#case .content_box .sldr .sldr-cont > div > div div h4 {
		margin: 0 0 0.5em 0;
		padding: 0;
		font-size: 1.8rem;
		font-weight: 500;
	}
	
	section#case .content_box .sldr .sldr-cont > div > div div p {
		padding: 0;
		font-size: 1.6rem;
		font-weight: 400;
/* 		line-height: 1.5; */
	}
	
	.slick-dotted.slick-slider {
		margin-bottom: 50px;
	}
	
	.slick-dots li button:before {
		font-size: 15px;
	}
	
	.slick-dots li.slick-active button:before {
		opacity: 1;
		color: #409fbd;
	}
	
	section#case .content_box .btn {
		width: 100%;
		padding: 1em 0;
		font-size: 1.6rem;
		font-weight: 400;
	}
	
	section#price {
		background: #f7f8f8;
	}
	
	section#price .content_box {
		width: 90%;
	}
	
	section#price .content_box h2 {
		font-size: 2.1rem;
		font-weight: 900;
	}
	
	section#price .content_box h2:after {
		content: '―';
		margin: 0;
		color: #409fbd;
		display: block;
	}
	
	section#price .content_box > h3 {
		margin: 0 0 10px 0;
		font-size: 1.6rem;
	}
	
	section#price .content_box > h3 span {
		font-size: 2.5rem;
		font-weight: 900;
	}
	
	section#price .content_box > p:not(.note) {
		margin: 0 0 18px 0;
		font-size: 1.4rem;
	}
	
	section#price .content_box > ul {
		margin: 0 0 25px 0;
		display: block;
	}
	
	section#price .content_box > ul li {
		width: 100%;
		margin: 0 0 25px 0;
		padding: 18px 10px 10px;
		border-top: solid 3px #8fc31f;
	}
	
	section#price .content_box > ul li:nth-child(2) {
		border-top: solid 3px #ff7039;
	}
	
	section#price .content_box > ul li:nth-child(3) {
		border-top: solid 3px #409fbd;
	}
	
	section#price .content_box > ul li h3 {
		margin: 0 0 10px 0;
		font-size: 2rem;
	}
	
	section#price .content_box > ul li h3:after {
		margin: 0 0 8px 0;
	}
	
	section#price .content_box > ul li h4 {
		margin: 0 0 10px 0;
		padding: 0.5em 0;
		font-size: 1.5rem;
		border-radius: 5px;
	}
	
	section#price .content_box > ul li h4 span {
		font-size: 2.7rem;
	}
	
	section#price .content_box > ul li h5 {
		margin: 0 0 10px 0;
		font-size: 2.4rem;
	}
	
	section#price .content_box .rcmnd {
		position: absolute;
		top: -10px;
		left: 3px;
	}
	
	section#price .content_box > ul li div {
		margin: 0 0 20px 0;
		height: 4.8rem;
	}
	
	section#price .content_box > ul li div p {
		font-size: 1.2rem;
	}
	
	section#price .content_box > ul li dl dt {
		margin: 0 0 10px 0;
		padding: 0 0 9px 0;
		font-size: 1.2rem;
	}
	
	section#price .content_box > ul li dl dd {
		margin: 0 0 10px 0;
		padding: 0 0 9px 0;
		font-size: 1.2rem;
	}
	
	section#price .content_box > ul li .btn {
		font-size: 1.5rem;
		cursor: pointer;
	}
	
	section#price .content_box > ul li:nth-child(2) .btn {
		background: #ff7039;
	}
	
	section#price .content_box > ul li:nth-child(3) .btn {
		background: #409fbd;
	}
	
	section#price .content_box > ul li .btn_detail {
		margin: 20px 0 0 0;
		padding: 0.5em 0;
		font-size: 1.4rem;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		background: #e4e4e6;
	}
	
	section#price .content_box > ul li .btn_detail:before {
		content: '＋';
		width: 24px;
		height: 24px;
		margin: 0 10px 0 0;
		font-size: 1.2rem;
		font-weight: 700;
		border-radius: 24px;
		background: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	section#price .content_box > ul li .btn_detail.close:before {
		content: '−';
		font-size: 1.4rem;
	}
	
	section#price .content_box > ul li > span {
/* 		display: none; */
	}
	
	section#qa .content_box {
		width: 90%;
	}
	
	section#qa .content_box h2 {
		font-size: 2.1rem;
		font-weight: 900;
	}
	
	section#qa .content_box dl {
		max-width: 794px;
		margin: 0 auto;
	}
	
	section#qa .content_box dl dt {
		margin: 0 0 25px 0;
		padding: 0 0 25px 0;
		font-size: 1.7rem;
		text-indent: -39px;
		text-indent: 0;
		display: flex;
		align-items: center;
		border-bottom: solid 1px #f2f2f2;
	}
	
	section#qa .content_box dl dt.close {
		margin: 0 0 21px 0;
		padding: 0;
		font-size: 1.7rem;
		text-indent: -39px;
		text-indent: 0;
		display: flex;
		align-items: center;
		border-bottom: none;
	}
	
	section#qa .content_box dl dt span {
		width: 79%;
	}
	
	section#qa .content_box dl dt:before {
		width: 23.8px;
		height: 22.1px;
		margin: 0 15px 0 0;
		background: url(../images/icn_q.png) no-repeat;
		background-size: cover;
	}
	
	section#qa .content_box dl dt:after {
		content: '＋';
		width: 24px;
		height: 24px;
		margin: 0 0 0 25px;
		font-size: 1.2rem;
		color: #ff7039;
		font-weight: 700;
		border-radius: 24px;
		background: #f2f2f2;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	section#qa .content_box dl dt.close:after {
		content: '−';
		font-size: 1.4rem;
	}
	
	section#qa .content_box dl dd {
		margin: 0 0 25px 0;
		padding: 0 0 25px 39px;
		font-size: 1.4rem;
		text-indent: -39px;
	}
	
	section#qa .content_box dl dd {
		display: none;
	}
	
	section#qa .content_box dl dd:before {
		width: 23.8px;
		height: 22.1px;
		margin: 0 15px 0 0;
		vertical-align: top;
		background: url(../images/icn_a.png) no-repeat;
		background-size: cover;
	}
	
	section#download {
		background: #f7f8f8;
		background: linear-gradient(180deg,#ffffff 0%,#ffffff 300px,#f7f8f8 300px,#f7f8f8 100%);
	}
	
	section#download .content_box {
		width: 90%;
	}
	
	section#download .content_box h2 {
		font-size: 2rem;
	}
	
	section#download .content_box h2 > span {
		width: 35px;
		height: 35px;
		margin: 0 8px 0 0;
		line-height: 27px;
		border-radius: 35px;
	}
	
	section#download .content_box h2 > span img {
		width: 15px;
	}
	
	section#download .content_box h2:after {
		margin: 0 0 13px 0;
	}
	
	section#download .content_box h3 {
		margin: 0 0 17px 0;
		font-size: 1.5rem;
	}
	
	section#download .content_box h4 {
		margin: 21px 0 17px 0;
		font-size: 1.5rem;
	}
	
	section#download .content_box p {
		margin: 0 0 17px 0;
		font-size: 1.5rem;
		text-align: justify;
	}
	
	section#download .content_box .form {
		margin: 0;
		padding: 30px 0 38px;
		background: #ffffff;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.025);
	}
	
	section#download .content_box .form dl {
		display: block;
	}
	
	section#download .content_box .form dl dt {
		width: 90%;
		height: auto;
		margin: 0 auto 10px;
		padding: 0;
		font-size: 1.5rem;
		border-bottom: none;
	}
	
	section#download .content_box .form dl dt:after {
		font-size: 1.2rem;
		border-radius: 3px;
	}
	
	section#download .content_box .form dl dd {
		width: 100%;
		height: auto;
		margin: 0 0 21px 0;
		padding: 0 0 22px 0;
		font-size: 1.5rem;
	}
	
	section#download .content_box .form dl dd input[type="text"] {
		width: 86%;
		margin: 0 auto;
		padding: 1em 0.5em;
		border: none;
		background: #efefef;
	}

	section#download .content_box .form dl dd textarea {
		width: 86%;
		margin: 0 auto;
		padding: 1em 0.5em;
		border: none;
		background: #efefef;
	}
	
	section#download .content_box .form .note {
		font-size: 1.2rem;
		text-align: center;
	}
	
	section#download .content_box .form p:not(.note) {
		width: 86%;
		margin: 0 auto 30px;
		font-size: 1.5rem;
	}
	
	section#download .content_box .form .btn {
		padding: 1em 4.6em;
		font-size: 1.8rem;
		box-shadow: 3px 3px 0 #e3e3e3;
	}
	
	section#download .content_box.dl_inquiry {
		width: 86%;
		margin-top: 34px;
		align-items: unset;
	}
	
	section#download .content_box.dl_inquiry .btn {
		width: 48%;
		padding: 1.6em;
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		border-radius: 3px;
	}
	
	section#dl_inquiry {
		display: none;
	}
	
	section#dl_inquiry .content_box {
		width: 86%;
		align-items: unset;
	}
	
	section#dl_inquiry .content_box .btn {
		width: 48%;
		padding: 1.6em;
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		border-radius: 3px;
	}
	
	section#contents_nav {
		background: #ffffff;
	}
	
	section#contents_nav .content_box {
		width: 86%;
		display: block;
	}
	
	section#contents_nav .content_box .logo {
		width: 100%;
		margin: 0 0 35px 0;
	}
	
	section#contents_nav .content_box .logo img {
		margin: 0 auto;
	}
	
	section#contents_nav .content_box nav {
		width: 100%;
	}
	
	section#contents_nav .content_box nav dl {
		width: 50%;
		font-size: 1.2rem;
	}
	
	section#contents_nav .content_box nav dl:first-of-type dd ul {
		display: block;
	}
	
	section#contents_nav .content_box nav dl:first-of-type dd ul li {
		width: 100%;
	}
	
	.lower section#kv {
		height: 30vh;
		background-position: center;
	}
	
	.lower section#kv .content_box {
		width: 90%;
		top: 35%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.lower section#kv .content_box h2 {
		margin: 0 0 1rem 0;
		font-size: 2.4rem;
	}
	
	.lower section#kv .content_box h2 span {
		font-size: 1.2rem;
	}
	
	.lower section#kv .content_box h3 {
		margin: 0;
		font-size: 1.2rem;
	}
	
	
	.lower section:not(#kv):not(#download):not(#contents_nav) > h2 {
		font-size: 2rem;
		font-weight: 700;
	}
	
	.lower section:not(#kv):not(#download):not(#contents_nav) > h2:after {
		content: '―';
		margin: 0;
		color: #c3c3c7;
		display: block;
	}
	
	.lower section:not(#kv):not(#download):not(#contents_nav) > h2 span {
		color: #ff7039;
	}
	
	.lower section:not(#kv):not(#download):not(#contents_nav) .content_box {
		padding: 50px 20px;
	}
	
	.lower section:not(#kv):not(#download):not(#contents_nav) .content_box:first-of-type {
		padding: 0 0 50px;
	}
	
	.lower section:not(#kv):not(#download):not(#contents_nav) .content_box:last-of-type {
		padding-bottom: 0;
	}
	
	.lower section:not(#kv):not(#download):not(#contents_nav) .content_box > h3 {
		margin: 0 0 30px 0;
		padding: 15px;
		font-size: 2.1rem;
		border-top: solid 1px #51515c;
		border-bottom: solid 1px #51515c;
	}
	
	#functions_main {
	}
	
	#functions_main .content_box {
		width: 90%;
		max-width: none;
	}
	
	#functions_main .content_box:nth-of-type(even) {
		background: #f7f8f8;
	}
	
	#functions_main .content_box > h3 {
		margin: 0 auto 30px;
	}
	
	#functions_main .content_box > div {
		margin: 0 auto 18px;
		display: block;
	}
	
	#functions_main .content_box > div figure {
		margin: 0;
	}
	
	#functions_main .content_box > div.fn_left {
		flex-direction:row-reverse;
	}
	
	#functions_main .content_box > div.fn_left figure {
		margin: 0;
	}
	
	#functions_main .content_box > div:last-of-type {
		margin: 0 auto !important;
	}
	
	#functions_main .content_box > div > div {
		width: 100%;
		text-align: justify;
	}
	
	#functions_main .content_box > div > div h4 {
		margin: 0 0 20px 0;
		font-size: 1.4rem;
	}
	
	#functions_main .content_box > div > div h4 span:first-child {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		font-size: 3rem;
	}
	
	#functions_main .content_box > div > div p {
		font-size: 1.4rem;
		margin: 0 0 20px 0;
	}
	
	#functions_summary > h3 {
		margin: 0 0 15px 0;
		font-size: 1.6rem;
		color: #ffffff;
		font-weight: 500;
	}
	
	#functions_summary .content_box {
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#functions_summary .content_box > div {
		width: 100%;
		padding: 20px;
	}
	
	#functions_summary .content_box > div:not(:last-of-type) {
		margin: 0 0 20px 0;
	}
	
	#functions_summary .content_box > div h3 {
		margin: 0 0 15px 0;
		font-size: 2rem;
	}
	
	#functions_summary .content_box > div h3 img {
		margin: 0 15px 0 0;
	}
	
	#functions_summary .content_box > div p {
		font-size: 1.6rem;
		line-height: 2;
	}
	
	.lower section#price .content_box > h2 {
		margin: 0 0 15px 0;
		font-size: 2rem;
	}
	
	.lower section#price .content_box > h3 {
		margin: 0 0 8px 0 !important;
		font-size: 1.2rem !important;
	}
	
	.lower section#price .content_box > ul {
		margin: 0 0 33px 0;
	}
	
	.lower section#price .content_box > table {
		width: 100%;
		margin: 0 0 20px 0;
		font-size: 1.2rem;
	}
	
	.lower section#price .content_box > table tr:first-child th {
		padding: 10px 0;
		font-size: 1.2rem;
	}
	
	.lower section#price .content_box > table td {
		width: 25%;
	}
	
	#use {
	}
	
	#use .content_box {
		width: 90%;
	}
	
	#use .content_box > h3 {
		margin: 0 0 15px 0 !important;
		font-size: 1.8rem !important;
	}
	
	#use .content_box > h3 span:first-child {
		margin: 0 10px 0 0;
		font-size: 3rem;
	}
	
	#use .content_box > p {
		margin: 0 0 15px 0;
		font-size: 1.4rem;
	}
	
	#use .content_box > figure {
		margin: 0 0 15px 0;
	}
	
	#contact .content_box {
		width: 90%;
	}
	
	#contact .content_box > h2 {
		margin: 0 0 15px 0;
		font-size: 2.1rem;
	}
	
	#contact .content_box > p {
		font-size: 1.4rem;
	}
	
	#contact .content_box .form {
		margin: 10px 0 0 0;
		padding: 30px 0 38px;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.025);
	}
	
	#contact .content_box .form dl {
		display: block;
	}
	
	#contact .content_box .form dl dt {
		width: 90%;
		height: auto;
		margin: 0 auto 10px;
		padding: 0;
		font-size: 1.5rem;
		border-bottom: none;
	}
	.lower section#contact .content_box .contact_list li{
		margin-bottom:30px;
		font-size:15px;
	}
	
	#contact .content_box .form dl dt:last-of-type {
		height: auto !important;
	}
	
	#contact .content_box .form dl dt:after {
		font-size: 1.2rem;
		color: #ffffff;
		border-radius: 3px;
	}
	
	#contact .content_box .form dl dd {
		width: 100%;
		height: auto;
		margin: 0 0 21px 0;
		padding: 0 0 22px 0;
		font-size: 1.5rem;
	}
	
	#contact .content_box .form dl dd:last-of-type {
		height: auto !important;
	}
	
	#contact .content_box .form dl dd input[type="text"],
	#contact .content_box .form dl dd textarea {
		width: 86%;
		margin: 0 auto;
		padding: 1em 0.5em;
		border: none;
		background: #efefef;
	}
	
	#contact .content_box .form .note {
		font-weight: 400;
	}
	
	#contact .content_box .form .note a {
		text-decoration: underline;
	}
	
	#contact .content_box .form p:not(.note) {
		width: 86%;
		margin: 0 auto 30px;
		font-size: 1.5rem;
	}
	
	#contact .content_box .form .btn {
		padding: 1em 4.6em;
		font-size: 1.8rem;
		box-shadow: 3px 3px 0 #e3e3e3;
	}
	
	#contact .content_box.dl_inquiry {
		margin-top: 75px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#contact .content_box.dl_inquiry .btn {
		width: 48%;
		padding: 2em;
		font-size: 1.6rem;
		text-align: justify;
		font-weight: 500;
		border-radius: 5px;
	}
	
	#company .content_box dl,
	#law .content_box dl {
		font-size: 1.5rem;
	}
	
	#terms .content_box h4,
	#privacy .content_box h4 {
		font-size: 1.5rem;
	}
	
	#terms .content_box p,
	#privacy .content_box p {
		font-size: 1.4rem;
	}
	
	.inquiry_flt {
		width: 100%;
		padding: 10px;
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		left: 0;
		background: rgb(255,255,255,0.9);
		z-index: 3;
	}
	
	.inquiry_flt .btn {
		width: 49%;
		padding: 1em 0;
		font-size: 1.2rem;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.inquiry_flt .btn:after {
		display: none;
	}

	.inquiry_flt .btn img {
		margin: 0 5px 0 0;
	}
	
	.inquiry_flt .btn:first-of-type {
		background: #409fbd;
	}
	
	.inquiry_flt .btn:last-of-type {
		background: #ff7039;
	}
	
	.inquiry_flt .btn:first-of-type span span {
		font-size: 0.8rem;
		font-weight: 300;
	}



}
	.dl_inquiry.flex .first{
		margin-right: 1em;
	}