@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .07em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fafafa;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-radius: 10px;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border-radius: 10px;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a.normal:link {
	color: #000000;
}
a.normal:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Oswald {
	font-family: "YakuHanJP", 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 14px;
	}
	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px !important;
		padding: 5px 10px !important;
		font-size: 16px;
	}
	select {
		height: 44px !important;
		padding: 5px 10px !important;
		font-size: 16px;
	}
	textarea {
		height: 34.6666666vw !important;
		padding: 5px 10px !important;
		font-size: 16px;
	}
}

/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.orange {
	color: #f29600;
}
.blue {
	color: #1184df;
}
.green {
	color: #1faa7f;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #f29600 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 50px;
}

.define_inner {
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}


@media screen and (max-width:1099px){

	.define_wrap {
		padding: 0 4.545454545454545%;
	}
}


@media screen and (max-width:767px){

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

@media screen and (max-width:1023px){

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		padding-bottom: 50px;
	}

	.l-pageTop {
		width: 32px;
		bottom: 65px;
		right: 4%;
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #fff;
}

.l-header__logo {
	margin-left: 50px;
	margin-right: 30px;
}

.l-header__right {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.l-header__right .download,
.l-header__right .trial,
.l-header__right .contact {
	width: 230px;
	font-weight: bold;
	line-height: 1.5;
}

.l-header__right .download,
.l-header__right .trial {
	margin-right: 20px;
}

.l-header__right .download a,
.l-header__right .trial a,
.l-header__right .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
	color: #fff;
	border-radius: 100px;
}

.l-header__right .download a {
	background-color: #000000;
}

.l-header__right .trial a {
	background-color: #20aa7f;
}

.l-header__right .contact a {
	background-color: #f29600;
}

.l-header__right .download a span,
.l-header__right .trial a span,
.l-header__right .contact a span {
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

.l-header__right .download a span:before,
.l-header__right .trial a span:before,
.l-header__right .contact a span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__right .download a span:before {
	width: 23px;
	height: 25px;
	background: url(../images/icon_download01.png) no-repeat center;
	background-size: contain;
}

.l-header__right .trial a span:before {
	width: 28px;
	height: 28px;
	background: url(../images/icon_trial01.png) no-repeat center;
	background-size: contain;
}

.l-header__right .contact a span:before {
	width: 23px;
	height: 16px;
	background: url(../images/icon_mail01.png) no-repeat center;
	background-size: contain;
}

@media screen and (max-width:1099px){

	.l-header__logo {
		margin-left: 4.545454545454545%;
	}

	.l-header__right {
		margin-right: 4.545454545454545%;
	}

	.l-header__right .download,
	.l-header__right .trial,
	.l-header__right .contact {
		width: 200px;
		font-size: 14px;
	}
}

@media screen and (max-width:1023px){

	.l-header__right .download,
	.l-header__right .trial {
		margin-right: 15px;
	}

	.l-header__right .download,
	.l-header__right .trial,
	.l-header__right .contact {
		width: 160px;
		font-size: 12px;
	}

	.l-header__right .download a,
	.l-header__right .trial a,
	.l-header__right .contact a {
		height: 48px;
	}

	.l-header__right .download a span,
	.l-header__right .trial a span,
	.l-header__right .contact a span {
		padding-left: 24px;
	}

	.l-header__right .download a span:before {
		width: 15px;
		height: 16px;
	}

	.l-header__right .trial a span:before {
		width: 18px;
		height: 18px;
	}

	.l-header__right .contact a span:before {
		width: 15px;
		height: 10px;
	}
}

@media screen and (max-width:767px){

	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

	.l-header__logo {
		width: 119px;
		margin: 0;
	}

	.l-header__logo img {
		display: block;
	}

	.l-header__right {
		display: none;
	}
}

/**********************************

 l-fixedContents

***********************************/

@media screen and (min-width:768px){
	.l-fixedContents {
		display: none;
	}
}

@media screen and (max-width:767px){
	.l-fixedContents {
		display: flex;
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixedContents .download,
	.l-fixedContents .trial,
	.l-fixedContents .contact {
		width: 33.3334%;
		max-width: 100%;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.5;
	}

	.l-fixedContents .download {
		letter-spacing: normal;
	}

	.l-fixedContents .download a,
	.l-fixedContents .trial a,
	.l-fixedContents .contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
	}

	.l-fixedContents .download a {
		background-color: #000000;
	}

	.l-fixedContents .trial a {
		background-color: #20aa7f;
	}

	.l-fixedContents .contact a {
		background-color: #f29600;
	}

	.l-fixedContents .download a span,
	.l-fixedContents .trial a span,
	.l-fixedContents .contact a span {
		padding-left: 18px;
		position: relative;
		z-index: 1;
	}

	.l-fixedContents .trial a span {
		padding-left: 22px;
	}

	.l-fixedContents .download a span:before,
	.l-fixedContents .trial a span:before,
	.l-fixedContents .contact a span:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-fixedContents .download a span:before {
		width: 14px;
		height: 15px;
		background: url(../images/icon_download01.png) no-repeat center;
		background-size: contain;
	}

	.l-fixedContents .trial a span:before {
		width: 17px;
		height: 17px;
		background: url(../images/icon_trial01.png) no-repeat center;
		background-size: contain;
	}

	.l-fixedContents .contact a span:before {
		width: 15px;
		height: 11px;
		background: url(../images/icon_mail01.png) no-repeat center;
		background-size: contain;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {
	background-color: #fff;
}

.l-footer__inner {
	padding: 30px 0;
}

.l-footer__inner-logo {
	margin-bottom: 20px;
	text-align: center;
}

.l-footer__inner-copy {
	color: #b8b8b8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px){

	.l-footer__inner {
		padding: 15px 0 20px;
	}

	.l-footer__inner-logo {
		width: 119px;
		margin: 0 auto 12px;
	}

	.l-footer__inner-logo img {
		display: block;
	}

	.l-footer__inner-copy {
		font-size: 9px;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .1em;
}

@media screen and (max-width:1099px){

	.c-title01 {
		font-size: 3.818181818181818vw;
	}
}

@media screen and (max-width:767px){
	.c-title01 {
		margin-bottom: 25px;
		font-size: 21px;
	}
}

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background-color: #d1ff03;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.c-subHero__inner__ttl {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:767px){

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form__content {
	margin-bottom: 55px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #0054b0;
	box-shadow:0px 4px 0px 0px #a9c1db;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00bfff;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	box-shadow:0px 4px 0px 0px #d9d9d9;
}

.c-form__submit {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px){

	.c-form__content {
		margin-bottom: 32px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 16px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		border: 1px solid #dddddd;
		box-shadow: none;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 63px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 23px;
}

.c-faq dl dt .icon {
	width: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #20aa7f;
	border-radius: 10px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 80px;
	padding: 22px 30px;
	margin-left: 20px;
	color: #1faa7f;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	background-color: #fff;
	border-radius: 10px;
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	background-color: #f29600;
	border-radius: 10px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 80px;
	padding: 25px 30px;
	margin-left: 20px;
	font-weight: bold;
	line-height: 1.8;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	background-color: #fff;
	border-radius: 10px;
}

.c-faq dl dd .cont p {
}

@media screen and (max-width:767px){

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 32px;
	}

	.c-faq dl dt {
		margin-bottom: 18px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 10px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 10px;
		margin-left: 10px;
		font-size: 14px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-faq dl dd .cont p {
	}

}



/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


@media screen and (max-width:767px){

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 c-hero

***********************************/
.c-hero {
	margin-bottom: 80px;
	background: url(../images/hero_bg01_pc.png) no-repeat right top;
}

.c-hero__inner {
	width: 1200px;
	height: 856px;
	padding-top: 90px;
}

.c-hero__inner-txt01 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .12em;
}

.c-hero__inner-txt01 span {
	display: inline-block;
	padding: 5px 20px;
	background-color: #fff;
	border-radius: 10px;
}

.c-hero__inner-ttl {
	margin-bottom: 65px;
	color: #fff;
	font-size: 47px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .12em;
}

.c-hero__inner-ttl span {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 30px;
	background-color: #000000;
	border-radius: 10px;
}

.c-hero__inner-ttl span:last-child {
	margin-bottom: 0;
}

.c-hero__inner-list {
	display: flex;
	margin-bottom: 75px;
}

.c-hero__inner-list li {
	width: 240px;
	padding: 25px 0 20px;
	margin-right: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
	position: relative;
	z-index: 1;
}

.c-hero__inner-list li:last-child {
	margin-right: 0;
}

.c-hero__inner-list li .num {
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background-color: #f29600;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-hero__inner-list li .txt01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

.c-hero__inner-btn {
	width: 422px;
}

.c-hero__inner-btn a {
	display: block;
	padding: 18px 0;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 5px 0px 0px #0b2500;
	overflow: visible;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb539+0,f29600+100 */
	background: rgb(255,181,57); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,181,57,1) 0%, rgba(242,150,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,181,57,1) 0%,rgba(242,150,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,181,57,1) 0%,rgba(242,150,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb539', endColorstr='#f29600',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a:before {
	content: "";
	display: block;
	width: 98px;
	height: 94px;
	margin: -35px -100px 0 0;
	background: url(../images/hero_balloon01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-hero__inner-btn a span {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.c-hero__inner-btn a span:before {
	content: "";
	display: block;
	width: 25px;
	height: 18px;
	background: url(../images/icon_mail02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1920px){

	.c-hero {
		background: url(../images/hero_bg01_pc.png) no-repeat center top;
	}

}

@media screen and (max-width:1439px){

	.c-hero {
		margin-bottom: 40px;
		background: url(../images/hero_bg01_pc.png) no-repeat center top;
		background-size: cover;
	}

	.c-hero__inner {
		width: 83.333vw;
		height: 59.444vw;
		padding-top: 6.25vw;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 2.431vw;
		font-size: 2.083vw;
	}

	.c-hero__inner-txt01 span {
		padding: 0.347vw 1.389vw;
		border-radius: 0.694vw;
	}

	.c-hero__inner-ttl {
		margin-bottom: 4.514vw;
		font-size: 3.264vw;
	}

	.c-hero__inner-ttl span {
		padding: 0.694vw 1.389vw;
		margin-bottom: 2.083vw;
		border-radius: 0.694vw;
	}

	.c-hero__inner-list {
		margin-bottom: 5.208vw;
	}

	.c-hero__inner-list li {
		width: 16.667vw;
		padding: 1.736vw 0 1.389vw;
		margin-right: 1.389vw;
		border-radius: 0.694vw;
		box-shadow: 0px 0.208vw 0px 0px rgba(0,0,0,.2);
	}

	.c-hero__inner-list li .num {
		width: 1.944vw;
		height: 1.944vw;
		line-height: 1.944vw;
		font-size: 0.833vw;
	}

	.c-hero__inner-list li .txt01 {
		font-size: 1.25vw;
	}

	.c-hero__inner-btn {
		width: 29.306vw;
	}

	.c-hero__inner-btn a {
		padding: 1.25vw 0;
		font-size: 1.528vw;
		box-shadow: 0px 0.347vw 0px 0px #0b2500;
	}

	.c-hero__inner-btn a:before {
		width: 6.806vw;
		height: 6.528vw;
		margin: -2.431vw -6.944vw 0 0;
	}

	.c-hero__inner-btn a span {
		padding-left: 2.778vw;
	}

	.c-hero__inner-btn a span:before {
		width: 1.736vw;
		height: 1.25vw;
	}

}

@media screen and (max-width:767px){

	.c-hero {
		background: url(../images/hero_bg01_sp.png) no-repeat right top;
		background-size: contain;
		position: relative;
		z-index: 1;
	}

	.c-hero:before {
		content: "";
		display: block;
		width: 82.666666666666667%;
		height: calc(100% - 40vw);
		background-color: #20aa7f;
		border-radius: 2.667vw 0 0 2.667vw;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -2;
	}

	.c-hero:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/hero_bg01_sp.png) no-repeat right top;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}

	.c-hero__inner {
		width: auto;
		height: auto;
		padding-top: 12vw;
		padding-bottom: 10.666666666666667vw;
		text-align: center;
	}

	.c-hero__inner-txt01 {
		margin-bottom: 4.666666666666667vw;
		font-size: 4vw;
	}

	.c-hero__inner-txt01 span {
		display: inline-block;
		padding: 0.8vw 3.2vw;
		border-radius: 1.333vw;
	}

	.c-hero__inner-ttl {
		margin-bottom: 9.333333333333333vw;
		font-size: 6.266666666666667vw;
		letter-spacing: .07em;
		white-space: nowrap;
	}

	.c-hero__inner-ttl span {
		display: inline-block;
		padding: 1.2vw 3.2vw;
		margin-bottom: 4.666666666666667vw;
		border-radius: 1.333vw;
	}

	.c-hero__inner-ttl span:last-child {
		margin-bottom: 0;
	}

	.c-hero__inner-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 3.333333333333333vw;
	}

	.c-hero__inner-list li {
		width: 47.058823529411765%;
		padding: 4.2vw 0 3vw;
		margin-right: 0;
		border-radius: 1.333vw;
		box-shadow: 0px 0.4vw 0px 0px rgba(0,0,0,.2);
	}

	.c-hero__inner-list li:nth-child(3) {
		margin-left: 26.470588235294118%;
		margin-top: 8.088235294117647%;
	}

	.c-hero__inner-list li .num {
		width: 5.867vw;
		height: 5.867vw;
		line-height: 5.867vw;
		font-size: 2.4vw;
	}

	.c-hero__inner-list li .txt01 {
		font-size: 3.2vw;
	}

	.c-hero__inner-pic {
		margin-bottom: 7.333333333333333vw;
		text-align: center;
	}

	.c-hero__inner-btn {
		width: 78.666666666666667vw;
		margin: 0 auto;
	}

	.c-hero__inner-btn a {
		padding: 2.933vw 0;
		font-size: 4vw;
		border-radius: 26.667vw;
		box-shadow: 0px 0.8vw 0px 0px #0b2500;
	}

	.c-hero__inner-btn a:before {
		width: 14.933vw;
		height: 14.133vw;
		margin: -7.667vw -8.533vw 0 0;
		background: url(../images/hero_balloon01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.c-hero__inner-btn a span {
		padding-left: 6.133vw;
	}

	.c-hero__inner-btn a span:before {
		width: 4vw;
		height: 2.933vw;
	}
}



/**********************************

 c-logo-area

***********************************/
.c-logo-area {
	height: 64px;
	margin: 28px 0;
	background: url(../images/logo_list.png) repeat-x left center;
	animation: bg-slider 60s linear infinite;
}

@keyframes bg-slider {
	from { background-position: 0 center; }
	to { background-position: -1940px center; }
}

@media screen and (max-width:767px){

	.c-logo-area {
		height: 32px;
		margin: 14px 0;
		background-size: 970px auto;
		animation: bg-slider 60s linear infinite;
	}

	@keyframes bg-slider {
		from { background-position: 0 center; }
		to { background-position: -970px center; }
	}
}



/**********************************

 c-about

***********************************/
.c-about {
	background-color: #20aa7f;
}

.c-about__inner {
	padding: 70px 0 90px;
}

.c-about__inner-txt01 {
	margin: -1em 0 50px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 3;
}

.c-about__inner-movie {
	position: relative;
	/*width: 100%;*/
	/*padding-top: 56.25%;*/
	border-radius: 20px;
	overflow: hidden;
}

.c-about__inner-movie * {
	max-height: none;
}

.c-about__inner-movie iframe {
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*width: 100% !important;*/
	/*height: 100% !important;*/
}

@media screen and (max-width:767px){


	.c-about__inner {
		padding: 30px 0 40px;
	}

	.c-about__inner-txt01 {
		margin: -.5em 0 25px 0;
		font-size: 14px;
		text-align: left;
		line-height: 1.8;
	}

	.c-about__inner-movie {
		border-radius: 10px;
	}
}



/**********************************

 c-trouble

***********************************/
.c-trouble {
	background: url(../images/trouble_bg01_pc.jpg) no-repeat center top;
	background-size: cover;
}

.c-trouble__inner {
	padding: 75px 0 0;
}

.c-trouble__inner-list {
	max-width: 800px;
	margin: 0 auto 43px;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list:before {
	content: "";
	display: block;
	width: 1360px;
	height: 225px;
	margin-top: -50px;
	background: url(../images/trouble_pic01_pc.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-trouble__inner-list ul {
}

.c-trouble__inner-list ul li {
	min-height: 66px;
	padding: 18px 20px;
	margin-left: 80px;
	margin-bottom: 23px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.1);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.c-trouble__inner-list ul li:last-child {
	margin-bottom: 0;
}

.c-trouble__inner-list ul li:before,
.c-trouble__inner-list ul li:after {
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 1;
}

.c-trouble__inner-list ul li:before {
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.1);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777777+0,999999+100 */
	background: rgb(119,119,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(119,119,119,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(119,119,119,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(119,119,119,1) 0%,rgba(153,153,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
}

.c-trouble__inner-list ul li:after {
	background: url(../images/icon_check01_pc.png) no-repeat center;
}

.c-trouble__inner-result {
	width: 800px;
	height: 315px;
	padding-top: 4em;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: url(../images/trouble_bg02_pc.png) no-repeat center bottom;
	background-size: contain;
}

.c-trouble__inner-result .txt01 {
	color: #f29600;
	font-size: 52px;
}

.c-trouble__inner-result .txt01 .small {
	font-size: 46px;
}

@media screen and (max-width:899px){

	.c-trouble__inner-result {
		width: 88.889vw;
		height: 35vw;
		font-size: 2.889vw;
	}

	.c-trouble__inner-result span {
		font-size: 5.778vw;
	}

}

@media screen and (max-width:767px){
	.c-trouble {
		background: url(../images/trouble_bg01_pc.jpg) no-repeat center top;
		background-size: cover;
	}

	.c-trouble__inner {
		padding: 30px 0 0;
	}

	.c-trouble__inner-list {
		max-width: 800px;
		margin: 0 auto;
	}

	.c-trouble__inner-list:before {
		display: none;
	}

	.c-trouble__inner-list:after {
		content: "";
		display: block;
		width: 330px;
		height: 103px;
		margin: 17px auto 0;
		background: url(../images/trouble_pic01_sp.png) no-repeat left top;
		background-size: contain;
	}

	.c-trouble__inner-list ul {
	}

	.c-trouble__inner-list ul li {
		min-height: 40px;
		padding: 9px 10px;
		margin-left: 50px;
		margin-bottom: 22px;
		font-size: 15px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.1);
		border-radius: 5px;
	}

	.c-trouble__inner-list ul li:last-child {
		margin-bottom: 0;
	}

	.c-trouble__inner-list ul li:before,
	.c-trouble__inner-list ul li:after {
		width: 40px;
		height: 40px;
		border-radius: 5px;
		left: -50px;
	}

	.c-trouble__inner-list ul li:before {
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.1);
	}

	.c-trouble__inner-list ul li:after {
		background: url(../images/icon_check01_sp.png) no-repeat center;
		background-size: 12px 9px;
	}

	.c-trouble__inner-result {
		width: auto;
		max-width: none;
		height: 42vw;
		padding-top: 3.5em;
		margin: 0 -5.147058823529412% -23px;
		font-size: 3.466666666666667vw;
		white-space: nowrap;
		background: url(../images/trouble_bg02_sp.png) no-repeat center top;
		background-size: contain;
		position: relative;
		z-index: 2;
	}

	.c-trouble__inner-result .txt01 {
		font-size: 6.933333333333333vw;
	}

	.c-trouble__inner-result .txt01 .small {
		font-size: 6.133333333333333vw;
	}
}



/**********************************

 c-reason

***********************************/
.c-reason {
	background-color: #fafafa;
}

.c-reason__inner {
	padding: 75px 0 53px;
}

.c-reason__inner {
}

.c-reason__inner-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: -8.3%;
}

.c-reason__inner-list-sec {
	width: 30%;
	padding: 35px 3% 3%;
	margin-bottom: 8.3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	position: relative;
	z-index: 1;
}

.c-reason__inner-list-sec .num {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	background-color: #f29600;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.c-reason__inner-list-sec i {
	display: block;
	padding: 20px 0;
	margin-bottom: 15px;
	background-color: #fafafa;
	border-radius: 10px;
}

.c-reason__inner-list-sec i img {
	display: block;
	width: 72px;
	margin: 0 auto;
}

.c-reason__inner-list-sec .ttl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}

.c-reason__inner-list-sec .content {
}

.c-reason__inner-list-sec .content p {
}


@media screen and (max-width:1023px){

	.c-reason__inner-list-sec {
		width: 47.5%;
	}

}

@media screen and (max-width:767px){

	.c-reason__inner {
		padding: 30px 0 22px;
	}

	.c-reason__inner {
	}

	.c-reason__inner-list {
		display: block;
		padding-top: 14px;
		margin-bottom: 0;
	}

	.c-reason__inner-list-sec {
		width: auto;
		padding: 25px 4.411764705882353% 4.411764705882353%;
		margin-bottom: 45px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-reason__inner-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-reason__inner-list-sec .num {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		border-radius: 5px;
	}

	.c-reason__inner-list-sec i {
		padding: 18px 0;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.c-reason__inner-list-sec i img {
		width: 41px;
	}

	.c-reason__inner-list-sec .ttl {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.c-reason__inner-list-sec .content {
	}

	.c-reason__inner-list-sec .content p {
	}

}



/**********************************

 c-case

***********************************/
.c-case {
	background-color: #fafafa;
}

.c-case__inner {
	padding: 45px 0 103px;
}

.c-case__inner-list {

}

.c-case__inner-list-sec {
	display: flex;
	justify-content: space-between;
	padding: 3%;
	margin-bottom: 53px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-case__inner-list-sec:last-child {
	margin-bottom: 0;
}

.c-case__inner-list-sec .pic {
	width: 29.787234042553191%;
}

.c-case__inner-list-sec .content {
	width: 67.021276595744681%;
}

.c-case__inner-list-sec .content .meta {
	display: inline-block;
	padding: 7px 15px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	background-color: #20aa7f;
}

.c-case__inner-list-sec .content .ttl {
	padding: 10px 15px;
	margin-bottom: 12px;
	color: #1faa7f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 10px;
	background-color: #fafafa;
}

.c-case__inner-list-sec .content .txt01 {

}


@media screen and (max-width:767px){

	.c-case__inner {
		padding: 20px 0 42px;
	}

	.c-case__inner-list {

	}

	.c-case__inner-list-sec {
		display: block;
		padding: 5.882352941176471% 4.411764705882353%;
		margin-bottom: 32px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-case__inner-list-sec .pic {
		width: auto;
		margin-bottom: 15px;
	}

	.c-case__inner-list-sec .content {
		width: auto;
		padding: 0 8.064516129032258%;
		text-align: center;
	}

	.c-case__inner-list-sec .content .meta {
		padding: 4px 8px;
		margin-bottom: 15px;
		font-size: 10px;
		border-radius: 5px;
	}

	.c-case__inner-list-sec .content .ttl {
		padding: 8px 8px;
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
		border-radius: 5px;
	}
}



/**********************************

 c-cv

***********************************/
.c-cv {
	background: url(../images/cv_bg01_pc.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.c-cv:before {
	content: "";
	display: block;
	width: 1358px;
	height: 250px;
	background: url(../images/cv_pic01_pc.png) no-repeat left bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner {
	padding: 35px 0 55px;
}

.c-cv__inner__ttl {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.c-cv__inner__btn {
	display: flex;
	justify-content: center;
	font-size: 20px;
}

.c-cv__inner__btn .download,
.c-cv__inner__btn .trial,
.c-cv__inner__btn .contact {
	width: 300px;
	max-width: 100%;
	font-weight: bold;
	line-height: 1.5;
}

.c-cv__inner__btn .download,
.c-cv__inner__btn .trial {
	margin-right: 20px;
}

.c-cv__inner__btn .download a,
.c-cv__inner__btn .trial a,
.c-cv__inner__btn .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	color: #fff;
	border-radius: 100px;
}

.c-cv__inner__btn .download a {
	background-color: #000000;
}

.c-cv__inner__btn .trial a {
	background-color: #20aa7f;
}

.c-cv__inner__btn .contact a {
	background-color: #f29600;
}

.c-cv__inner__btn .download a span,
.c-cv__inner__btn .trial a span,
.c-cv__inner__btn .contact a span {
	padding-left: 36px;
	position: relative;
	z-index: 1;
}

.c-cv__inner__btn .download a span:before,
.c-cv__inner__btn .trial a span:before,
.c-cv__inner__btn .contact a span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-cv__inner__btn .download a span:before {
	width: 23px;
	height: 25px;
	background: url(../images/icon_download01.png) no-repeat center;
	background-size: contain;
}

.c-cv__inner__btn .trial a span:before {
	width: 28px;
	height: 28px;
	background: url(../images/icon_trial01.png) no-repeat center;
	background-size: contain;
}

.c-cv__inner__btn .contact a span:before {
	width: 23px;
	height: 16px;
	background: url(../images/icon_mail01.png) no-repeat center;
	background-size: contain;
}

@media screen and (max-width:1023px){

	.c-cv__inner__btn {
		font-size: 16px;
	}

	.c-cv__inner__btn .download a,
	.c-cv__inner__btn .trial a,
	.c-cv__inner__btn .contact a {
		height: 70px;
	}

}

@media screen and (max-width:767px){
	.c-cv {
		background: url(../images/cv_bg01_sp.jpg) no-repeat center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}

	.c-cv:before {
		display: none;
	}

	.c-cv__inner {
		padding: 20px 0 95px;
		position: relative;
		z-index: 1;
	}

	.c-cv__inner:before {
		content: "";
		display: block;
		width: 340px;
		height: 82px;
		background: url(../images/cv_pic01_sp.png) no-repeat left bottom;
		background-size: contain;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-cv__inner__ttl {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.c-cv__inner__btn {
		display: block;
		font-size: 16px;
	}

	.c-cv__inner__btn .download,
	.c-cv__inner__btn .trial,
	.c-cv__inner__btn .contact {
		width: 240px;
		max-width: 100%;
		margin: 0 auto;
	}

	.c-cv__inner__btn .download,
	.c-cv__inner__btn .trial {
		margin: 0 auto 20px;
	}

	.c-cv__inner__btn .download a,
	.c-cv__inner__btn .trial a,
	.c-cv__inner__btn .contact a {
		height: 51px;
	}

	.c-cv__inner__btn .download a span,
	.c-cv__inner__btn .trial a span,
	.c-cv__inner__btn .contact a span {
		padding-left: 20px;
	}

	.c-cv__inner__btn .download a span:before {
		width: 14px;
		height: 15px;
	}

	.c-cv__inner__btn .trial a span:before {
		width: 17px;
		height: 17px;
	}

	.c-cv__inner__btn .contact a span:before {
		width: 15px;
		height: 11px;
	}

}



/**********************************

 c-voice

***********************************/
.c-voice {

}

.c-voice__inner {
	padding: 75px 0 50px;
}

.c-voice__inner-list {
	display: flex;
	justify-content: space-between;
}

.c-voice__inner-list-sec {
	width: 30%;
	padding: 3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-voice__inner-list-sec .pic {
	margin-bottom: 15px;
}

.c-voice__inner-list-sec .ttl {
	margin-bottom: .5em;
	color: #1faa7f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.c-voice__inner-list-sec .txt01 {
}

@media screen and (max-width:767px){

	.c-voice__inner {
		padding: 30px 0 20px;
	}

	.c-voice__inner-list {
		display: block;
	}

	.c-voice__inner-list-sec {
		width: auto;
		padding: 5.882352941176471% 4.411764705882353%;
		margin-bottom: 32px;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-voice__inner-list-sec:last-child {
		margin-bottom: 0;
	}

	.c-voice__inner-list-sec .pic {
		margin-bottom: 10px;
	}

	.c-voice__inner-list-sec .ttl {
		font-size: 16px;
		text-align: center;
	}
}



/**********************************

 c-plan

***********************************/
.c-plan {

}

.c-plan__inner {
	padding: 50px 0 50px;
}

.c-plan__inner__list {
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
	border-radius: 0 0 10px 10px;
}

.c-plan__inner__list:last-child {
	margin-bottom: 0;
}

.c-plan__inner__list table {
	width: 100%;
	border-spacing: 0;
}

.c-plan__inner__list table thead tr th {
	width: 33.33334%;
	padding: 14px 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
}

.c-plan__inner__list table thead tr th:nth-child(odd) {
	background-color: #f29600;
}

.c-plan__inner__list table thead tr th:nth-child(even) {
	background-color: #f5ab33;
}

.c-plan__inner__list table tbody tr td {
	font-size: 12px;
	text-align: center;
	background-color: #fff;
}

.c-plan__inner__list table tbody tr:last-child td {
	/*box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);*/
}

.c-plan__inner__list table tbody tr:last-child td:first-child {
	/*border-radius: 0 0 0 10px;*/
}

.c-plan__inner__list table tbody tr:last-child td:last-child {
	/*border-radius: 0 0 10px 0;*/
}

.c-plan__inner__list table tbody tr td .inner {
	padding: 10px 0;
	margin: 0 15px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.c-plan__inner__list table tbody tr:last-child td .inner {
	border-bottom: none;
}

.c-plan__inner__list table tbody tr td .Oswald {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

.c-plan__inner__list table tbody tr td .unlimited {
	font-size: 20px;
	font-weight: bold;
}

.c-plan__inner__note {
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width:1099px){

	.c-plan__inner__list table tbody tr td .ttl {
		display: block;
	}

	.c-plan__inner__list table tbody tr td .slash {
		display: none;
	}

}

@media screen and (max-width:767px){

	.c-plan__inner {
		padding: 20px 0 20px;
	}

	.c-plan__inner__list {
		padding-bottom: 5px;
		margin-bottom: 15px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
		border-radius: 0 0 5px 5px;
	}

	.c-plan__inner__list table {
		margin-bottom: -5px;
	}

	.c-plan__inner__list table thead tr th {
		padding: 6px 5px;
		font-size: 13px;
	}

	.c-plan__inner__list table tbody tr td {
		font-size: 10px;
		line-height: 1.5;
		background-color: transparent;
	}

	.c-plan__inner__list table tbody tr td .inner {
		padding: 8px 0;
		margin: 0 7px;
	}

	.c-plan__inner__list table tbody tr td .ttl {
		margin-bottom: .2em;
	}

	.c-plan__inner__list table tbody tr td .Oswald {
		font-size: 16px;
	}

	.c-plan__inner__list table tbody tr td .price {
		font-size: 21px;
	}

	.c-plan__inner__list table tbody tr td .unlimited {
		font-size: 16px;
	}

	.c-plan__inner__note {
		font-size: 10px;
	}

}



/**********************************

 c-faq

***********************************/
.c-faq {

}

.c-faq__inner {
	padding: 50px 0 103px;
}

@media screen and (max-width:767px){

	.c-faq__inner {
		padding: 20px 0 42px;
	}

}



/**********************************

 c-company

***********************************/
.c-company {

}

.c-company__inner {
	padding: 75px 0 50px;
}

.c-company__inner-list {

}

.c-company__inner-list dl {
	display: flex;
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}

.c-company__inner-list dl:first-child {
	border-top: 1px solid #dddddd;
}

.c-company__inner-list dl dt {
	width: 39.5%;
	padding-right: 55px;
	font-weight: bold;
	text-align: right;
}

.c-company__inner-list dl dd {
	flex: 1;
	text-align: left;
}

@media screen and (max-width:767px){

	.c-company__inner {
		padding: 30px 0 20px;
	}

	.c-company__inner-list {

	}

	.c-company__inner-list dl {
		display: block;
		padding: 8px 0 15px;
	}

	.c-company__inner-list dl dt {
		width: auto;
		padding-right: 0;
		margin-bottom: .3em;
		text-align: center;
	}

	.c-company__inner-list dl dd {
		text-align: center;
	}
}



/**********************************

 c-form

***********************************/
.c-form {

}

.c-form__inner {
	padding: 50px 0 103px;
}

.c-form__inner-intro {
	margin: -1em 0 40px 0;
	text-align: center;
}

.c-form__inner-content {
	max-width: 980px;
	padding: 4% 3%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,.05);
}

.c-form__inner-content form {
	margin: 0 auto;
}

.c-form__inner-content form a {
	text-decoration: underline;
}

.c-form__inner-content form a:hover {
	text-decoration: none;
}

.c-form__inner-content .mktoFormRow {
}

.c-form__inner-content .mktoFormRow .mktoFormCol {
}

.c-form__inner-content .mktoFormRow .mktoFormCol .mktoFieldWrap {
}

.c-form__inner-content .mktoLabel {
	margin-bottom: .5em;
	font-weight: bold;
}

.c-form__inner-content .mktoForm .mktoButtonRow {
	display: block;
	width: 280px;
	margin: 10px auto 0;
}

.c-form__inner-content .mktoForm .mktoButtonWrap.mktoSimple {
	width: auto;
	margin: 0 auto !important;
}

.c-form__inner-content .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	display: block;
	width: 100%;
	padding: 22px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 100px;
	box-shadow:0px 5px 0px 0px #222222;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,333333+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-form__inner-content .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
	opacity: .7;
	border: none;
}

@media screen and (max-width:767px){

	.c-form__inner {
		padding: 20px 0 42px;
	}

	.c-form__inner-intro {
		margin: -1em 0 20px 0;
		font-size: 12px;
		text-align: left;
	}

	.c-form__inner-content {
		padding: 5.882352941176471% 4.411764705882353%;
		border-radius: 5px;
		box-shadow: 0px 2px 0px 0px rgba(0,0,0,.05);
	}

	.c-form__inner-content .mktoForm .mktoFieldWrap {
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 1px solid #e4e4e4;
	}

	.c-form__inner-content .mktoForm .mktoLabel {
		text-align: center !important;
	}

	.c-form__inner-content .mktoForm .mktoAsterix {
		display: inline-block !important;
		float: none !important;
	}

	.c-form__inner-content .mktoForm .mktoButtonRow {
		display: block;
		width: auto;
		padding-top: 5px;
		margin: -30px auto 0;
		background-color: #fff;
	}

	.c-form__inner-content .mktoForm .mktoButtonWrap.mktoSimple {
		width: 240px;
		margin: 0 auto !important;
	}

	.c-form__inner-content .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
		padding: 15px 10px;
		margin-bottom: 2px;
		font-size: 16px;
		box-shadow:0px 3px 0px 0px #222222;
	}

}


/**********************************

 xxx

***********************************/

@media screen and (max-width:767px){

}

