﻿/*
Theme Name: シンキングリードのテーマ
*/

/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1140px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.albert {
  font-family: "Albert Sans", sans-serif;
}

.din {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	background: #fff;
	box-sizing: border-box;
	height: 67px;
}

.head-in .wrapper {
	width: 100%;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 15px 0 0 48px;
	width: 197px;
}

.head-in-logo .img-banner {
	background: url(images/logo.png) no-repeat;
	padding-bottom: 19.5%;
}

.head-in-in {
	box-sizing: border-box;
	float: right;
	width: 1030px;
}

.head-in-in-menu {
	box-sizing: border-box;
	float: left;
	margin-top: 22px;
}

.head-in-in-menu ul {
	box-sizing: border-box;
}

.head-in-in-menu ul li {
	box-sizing: border-box;
	float: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	margin-right: 30px;
}

.head-in-in-menu ul li:last-child {
	margin-right: 0;
}

.head-in-in-menu ul li a {
	color: #000;
	text-decoration: none;
}

.head-in-in-menu ul li a:hover {
	opacity: 0.6;
}

.head-in-in-btn-list {
	box-sizing: border-box;
	float: right;
	margin: 12px 48px 0 0;
	width: 434px;
}

.head-in-in-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 18px;
	width: 208px;
}

.head-in-in-btn-list li:last-child {
	margin-right: 0;
}

.head-in-in-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.head-in-in-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	position: relative;
}

.head-in-in-btn-list li.li-download .head-in-in-btn-list-btn-in {
	background: #009fe8;
}

.head-in-in-btn-list li.li-trial .head-in-in-btn-list-btn-in {
	background: #ef8200;
}

.head-in-in-btn-list-btn:hover .head-in-in-btn-list-btn-in {
	opacity: 0.6;
}

.head-in-in-btn-list-btn-in-icon-1 {
	box-sizing: border-box;
	display: block;
	left: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 24px;
}

.head-in-in-btn-list-btn-in-icon-1::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100% !important;
	position: relative;
	width: 100%;
}

.head-in-in-btn-list li.li-download .head-in-in-btn-list-btn-in-icon-1::before {
	background: url(images/icon-download.png) no-repeat;
}

.head-in-in-btn-list li.li-trial .head-in-in-btn-list-btn-in-icon-1::before {
	background: url(images/icon-trial.png) no-repeat;
}

.head-in-in-btn-list-btn-in-icon-2 {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 14px;
}

.head-in-in-btn-list-btn-in-icon-2::before {
	background: url(images/icon-flow.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 71.428%;
	position: relative;
	width: 100%;
}

@media(max-width: 1295px) {

	.head-in-logo {
		margin-left: 10px;
	}

	.head-in-in {
		width: 980px;
	}

	.head-in-in-btn-list {
		margin-right: 10px;
	}

}

@media(max-width: 1210px) {

	.head-in-logo {
		margin: 20px 0 0 10px;
		width: 140px;
	}

	.head-in-in {
		width: 940px;
	}

	.head-in-in-menu ul li {
		margin-right: 20px;
	}

}

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-main-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}

.top-main-title::after {
	background: #009fe8;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 80px;
}

.top-main-title-in {
	box-sizing: border-box;
}

.top-main-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.09vw;
}

/*------------------------------
TOP KV
------------------------------*/

.top-kv {
	background: url(images/top-kv.jpg) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	display: block;
	height: 42.4vw;
	position: relative;
	width: 100%;
}

.top-kv-btn-list {
	box-sizing: border-box;
	bottom: 6.3vw;
	left: 10.3vw;
	position: absolute;
}

.top-kv-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 2vw;
	width: 17.4vw;
}

.top-kv-btn-list li:last-child {
	margin-right: 0;
}

.top-kv-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
	padding-bottom: 10px;
    overflow: hidden;
}

.top-kv-btn-list-list li:last-child {
	margin-right: 0;
}

.top-kv-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 1.25vw;
	line-height: 1.5;
	padding: 1vw;
	position: relative;
	transition: transform 0.3s ease-in-out;
}

.top-kv-btn-list li.li-download .top-kv-btn-list-btn-in {
	background: #009fe8;
}

.top-kv-btn-list li.li-contact .top-kv-btn-list-btn-in {
	background: #ef8200;
}

.top-kv-btn-list-btn:hover .top-kv-btn-list-btn-in {
	//opacity: 0.6;
	transform: translateY(10px);
}

.top-kv-btn-list-btn-in-icon-1 {
	box-sizing: border-box;
	display: block;
	left: 0.8vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 2.2vw;
}

.top-kv-btn-list-btn-in-icon-1::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100% !important;
	position: relative;
	width: 100%;
}

.top-kv-btn-list li.li-download .top-kv-btn-list-btn-in-icon-1::before {
	background: url(images/icon-download.png) no-repeat;
}

.top-kv-btn-list li.li-contact .top-kv-btn-list-btn-in-icon-1::before {
	background: url(images/icon-trial.png) no-repeat;
}

.top-kv-btn-list-btn-in-icon-2 {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 1vw;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 1vw;
}

.top-kv-btn-list-btn-in-icon-2::before {
	background: url(images/icon-flow.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 71.428%;
	position: relative;
	width: 100%;
}

/*------------------------------
各リンク
------------------------------*/

.top-link-content {
	box-sizing: border-box;
}

.top-link-content .wrapper {
	padding: 79px 0 80px;
}

.top-link-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin: 0 5px -23px;
}

.top-link-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 23px 23px 0;
	width: 361px;
}

.top-link-content-con section:nth-child(3n),
.top-link-content-con section:last-child {
	margin-right: 0;
}

.top-link-content-con-in {
	box-sizing: border-box;
	display: block;
	padding-bottom: 19px;
	position: relative;
	text-decoration: none;
}

.top-link-content-con-in::before {
	background: #ffe520;
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 0;
	content: "";
	left: 0;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 2;
}

.top-link-content-con-in::after {
	box-sizing: border-box;
	border-color: #0c63df !important;
	border-right: 2px solid;
	border-bottom: 2px solid;
	bottom: 17px;
	content: "";
	left: 0;
	height: 8px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 8px;
	z-index: 3;
}

.top-link-content-con-in:hover {
	opacity: 0.6;
}

.top-link-content-con-in-in {
	box-sizing: border-box;
	border-color: #0c63df !important;
	border: 4px solid;
	border-radius: 24px;
	display: block;
	padding: 81px 10px 39px;
	position: relative;
}

.top-link-content-con-in-in::before {
	box-sizing: border-box;
	color: #fff;
	counter-increment: number 1;
	content: "0"counter(number);
	font-family: "Albert Sans", sans-serif;
	font-weight: 900;
	font-size: 56px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 2px  2px 2px #0c63df,
							-2px  2px 2px #0c63df,
							 2px -2px 2px #0c63df,
							-2px -2px 2px #0c63df,
							 2px  0px 2px #0c63df,
							 0px  2px 2px #0c63df,
							-2px  0px 2px #0c63df,
							 0px -2px 2px #0c63df;	  
	top: 13px;
}

.top-link-content-con-in-in-title {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
}

.top-link-content-con-in-in-title-in {
	box-sizing: border-box;
	display: block;
}

.top-link-content-con-in-in-title-in-in {
	box-sizing: border-box;
	color: #0c63df;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.07vw;
}

.top-link-content-con-in-in-text {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	margin-top: 14px;
	text-align: center;
}

/*------------------------------
こんなお悩みありませんか？
------------------------------*/

.top-worries-content {
	background: #f4f8fb;
	box-sizing: border-box;
}

.top-worries-content .wrapper {
	padding-top: 98px;
}

.top-worries-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-worries-content-title-in {
	box-sizing: border-box;
}

.top-worries-content-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.1vw;
	padding: 0 25px;
	position: relative;
}

.top-worries-content-title-in-in::before,
.top-worries-content-title-in-in::after {
	box-sizing: border-box;
	border-color: #009fe8 !important;
	border-right: 3px solid;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
}

.top-worries-content-title-in-in::before {
	left: 0;
	transform: rotate(-23deg);
	-webkit-transform: rotate(-23deg);
}

.top-worries-content-title-in-in::after {
	right: 0;
	transform: rotate(23deg);
	-webkit-transform: rotate(23deg);
}

.top-worries-content-con {
	box-sizing: border-box;
	margin: 57px 7px 0;
}

.top-worries-content-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 25px;
	padding-top: 154px;
	position: relative;
	width: 358px;
}

.top-worries-content-con section:last-child {
	margin-right: 0;
}

.top-worries-content-con-bg {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-worries-content-con-bg::before {
	background: url(images/top-worries-comment-bg.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 49.450%;
	position: relative;
	width: 100%;
}

.top-worries-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 21px;
}

.top-worries-content-con-title-in {
	box-sizing: border-box;
}

.top-worries-content-con-title-in-in {
	box-sizing: border-box;
	color: #009fe8;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.top-worries-content-con-text {
	box-sizing: border-box;
	color: #012B59;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 63px;
	width: 326px;
}

.top-worries-content-con-img {
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 2;
}

.top-worries-content-con-img img {
	height: 176px;
	margin-left: 74px;
	width: auto;
}

/*------------------------------
こんなお悩みありませんか？
------------------------------*/

.top-reason-content {
	box-sizing: border-box;
	position: relative;
}

.top-reason-content::before {
	background: #ecf3f9;
	box-sizing: border-box;
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);
	content: "";
	left: 0;
	height: 1260px;
	position: absolute;
	top: 258px;
	width: 100%;
}

.top-reason-content .wrapper {
	padding: 86px 0 91px;
	position: relative;
}

.top-reason-content-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 34px;
	position: relative;
	text-align: center;
}

.top-reason-content-title::after {
	background: #009fe8;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 80px;
}

.top-reason-content-title-in {
	box-sizing: border-box;
}

.top-reason-content-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.1vw;
}

.top-reason-content-title-in-in-img {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 8px;
	position: relative;
	top: 18px;
	width: 310px;
}

.top-reason-content-title-in-in-img::before {
	background: url(images/logo-3.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 20%;
	position: relative;
	width: 100%;
}

.top-reason-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin: 47px 5px 0;
}

.top-reason-content-con section {
	box-sizing: border-box;
	margin-bottom: 89px;
}

.top-reason-content-con section:last-child {
	margin-bottom: 0;
}

.top-reason-content-con-title {
	box-sizing: border-box;
	line-height: 0;
}

.top-reason-content-con-title-in {
	box-sizing: border-box;
}

.top-reason-content-con-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 0.07vw;
	padding-left: 79px;
	position: relative;
}

.top-reason-content-con-title-in-in::before {
	box-sizing: border-box;
	border-color: #009fe8 !important;
	border-bottom: 2px solid;
	color: #009fe8;
	counter-increment: number 1;
	content: "0" counter(number);
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0;
	left: 0;
	padding: 0 9px 11px;
	position: absolute;
	top: 0;
}

.top-reason-content-con-img {
	box-sizing: border-box;
	float: right;
	margin: 40px 27px 0 0;
	width: 455px;
}

.top-reason-content-con section:nth-child(2n) .top-reason-content-con-img {
	float: left;
	margin: 40px 0 0 27px;
}

.top-reason-content-con-img img {
	height: auto;
	width: 100%;
}

.top-reason-content-con-in {
	box-sizing: border-box;
	float: left;
	margin-top: 39px;
	width: 570px;
}

.top-reason-content-con section:nth-child(2n) .top-reason-content-con-in {
	float: right;
	width: 577px;
}

.top-reason-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.top-reason-content-con-in-title-in {
	box-sizing: border-box;
}

.top-reason-content-con-in-title-in-in {
	box-sizing: border-box;
	color: #009fe8;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.458;
	letter-spacing: 0.07vw;
}

.top-reason-content-con-in-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.045vw;
	margin-top: 25px;
}

.top-reason-content-con-in-text p {
	margin-bottom: 20px;
}

.top-reason-content-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-reason-content-con-in-text .mini {
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	line-height: 2;
}

/*------------------------------
こんなお悩みありませんか？
------------------------------*/

.top-achievements-content {
	box-sizing: border-box;
}

.top-achievements-content .wrapper {
	padding: 72px 0 96px;
	width: 1150px;
}

.top-achievements-content-tab-list {
	box-sizing: border-box;
	margin: 45px 11px -13px;
}

.top-achievements-content-tab-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 13px 13px 0;
	width: 272px;
}

.top-achievements-content-tab-list li:nth-child(4n),
.top-achievements-content-tab-list li:last-child {
	margin-right: 0;
}

.top-achievements-content-tab-list-tab {
	box-sizing: border-box;
	cursor: pointer;
	line-height: 0;
	text-align: center;
}

.top-achievements-content-tab-list-tab-in {
	background: #ecf3f9;
	box-sizing: border-box;
	border-radius: 8px;
	color: #012b59;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	height: 62px;
	position: relative;
}

.top-achievements-content-tab-list li.now .top-achievements-content-tab-list-tab-in,
.top-achievements-content-tab-list-tab:hover .top-achievements-content-tab-list-tab-in {
	background: #009fe8;
	color: #fff;
}

.top-achievements-content-tab-list-tab-in-text {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-achievements-content-tab-list-tab-in-text-in {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.top-achievements-content-con {
	box-sizing: border-box;
	margin-top: 39px;
}

.top-achievements-content-con section {
	box-sizing: border-box;
}

.top-achievements-content-con section.none {
	display: none;
}

.top-achievements-content-con section.now.none {
	display: block;
}

.top-achievements-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-left: 10px;
}

.top-achievements-content-con-title-in {
	box-sizing: border-box;
}

.top-achievements-content-con-title-in-in {
	box-sizing: border-box;
	border-color: #009fe8 !important;
	border-left: 6px solid;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	letter-spacing: 0.07vw;
	padding: 16px 0;
	padding-left: 20px;
}

.top-achievements-content-con-con {
	box-sizing: border-box;
	margin: 37px 0 -3px;
}

.top-achievements-content-con .top-achievements-content-con-con section {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	padding: 10px;
	width: 381px;
}

.top-achievements-content-con .top-achievements-content-con-con section:nth-child(3n),
.top-achievements-content-con .top-achievements-content-con-con section:last-child {
	margin-right: 0;
}

.top-achievements-content-con-con-in {
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	border-radius: 24px;
	height: 100%;
	padding: 25px 20px;
}

.top-achievements-content-con-con-in-info {
	box-sizing: border-box;
}

.top-achievements-content-con-con-in-info-img {
	background-size: 100% !important;
	background-position: top center !important;
	background-color: #d9d9d9;
	box-sizing: border-box;
	border-radius: 50%;
	float: left;
	height: 63px;
	overflow: hidden;
	width: 63px;
}

.top-achievements-content-con-con-in-info-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 80px);
}

.top-achievements-content-con-con-in-info-in-title {
	box-sizing: border-box;
}

.top-achievements-content-con-con-in-info-in-title-sub {
	box-sizing: border-box;
	line-height: 0;
}

.top-achievements-content-con-con-in-info-in-title-sub-in {
	box-sizing: border-box;
}

.top-achievements-content-con-con-in-info-in-title-sub-in-in {
	box-sizing: border-box;
	color: #009fe8;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.03vw;
}

.top-achievements-content-con-con-in-info-in-title-main {
	box-sizing: border-box;
	line-height: 0;
}

.top-achievements-content-con-con-in-info-in-title-main-in {
	box-sizing: border-box;
}

.top-achievements-content-con-con-in-info-in-title-main-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
}

.top-achievements-content-con-con-in-in {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-top: 1px solid;
	margin-top: 15px;
	padding-top: 15px;
}

.top-achievements-content-con-con-in-in-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.045vw;
}

.top-achievements-content-con-con-in-in-text p {
	margin-bottom: 20px;
}

.top-achievements-content-con-con-in-in-text p:last-child {
	margin-bottom: 0;
}

.top-achievements-content-main-title {
	box-sizing: border-box;
	line-height: 0;
	margin: 82px 8px 0;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.top-achievements-content-main-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 20px 12px 0;
	border-color: #0c63df transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-achievements-content-main-title-in {
	background: #0c63df;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 19px;
	position: relative;
}

.top-achievements-content-main-title-in-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 105px;
}

.top-achievements-content-main-title-in-icon::before {
	background: url(images/icon-brackets.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 84.761%;
	position: relative;
	width: 100%;
}

.top-achievements-content-main-title-in-icon.before {
	left: 50px;
	top: 10px;
}

.top-achievements-content-main-title-in-icon.after {
	bottom: 10px;
	right: 50px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.top-achievements-content-main-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.08vw;
}

.top-achievements-content-main-title-in-in-img {
	box-sizing: border-box;
	display: inline-block;
	margin: 7px 23px 0 0;
	width: 200px;
}

.top-achievements-content-main-title-in-in-img::before {
	background: url(images/logo-2.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 23%;
	position: relative;
	width: 100%;
}

.top-achievements-content-main-title-in-in .text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	top: -6px;
}

.top-achievements-content-main-title-in-in .big {
	box-sizing: border-box;
	color: #ffe520;
	display: inline-block;
	font-size: 32px;
	line-height: 1.5;
}

.top-achievements-content-info-tb {
	box-sizing: border-box;
	margin: 32px 11px 0;
}

.top-achievements-content-info-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-achievements-content-info-tb table th {
	background: #f4f8fb;
	box-sizing: border-box;
	border-color: #fff !important;
	border: 2px solid;
	color: #009fe8;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 29px 20px;
	vertical-align: middle;
}

.top-achievements-content-info-tb table th.th-none {
	background: #fff;
	width: 16%;
}

.top-achievements-content-info-tb table th.th-1 {
	background: no-repeat;
	color: #012b59;
	letter-spacing: 0.16vw;
	padding: 25px 0 0;
	position: relative;
	width: 28%;
}

.top-achievements-content-info-tb table th.th-1::before {
	background: #eaeef1;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: calc(100% - 29px);
	position: absolute;
	width: 100%;
}

.top-achievements-content-info-tb table th.th-1 .text {
	position: relative;
	z-index: 2;
}

.top-achievements-content-info-tb table th.th-crm {
	background: #ef8200;
	border-color: #ef8200 !important;
	border: 5px solid;
	padding: 16px 0;
}

.top-achievements-content-info-tb-th-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 243px;
}

.top-achievements-content-info-tb-th-img::before {
	background:  url(images/logo-4.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 24.691%;
	position: relative;
	width: 100%;
}

.top-achievements-content-info-tb table td {
	background: #f4f8fb;
	box-sizing: border-box;
	border-color: #fff !important;
	border: 2px solid;
	color: #012B59;
	font-size: 16px;
	line-height: 1.438;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

.top-achievements-content-info-tb table td .text {
	box-sizing: border-box;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.top-achievements-content-info-tb table td.td-crm {
	background: #faf3ea;
	border-top: 2px solid #fff !important;
	border-right: 5px solid #ef8200 !important;
	border-bottom: 2px solid #fff !important;
	border-left: 5px solid #ef8200 !important;
	color: #231815;
}

.top-achievements-content-info-tb table tr:last-child td.td-crm {
	border-bottom: 5px solid #ef8200 !important;
}

.top-achievements-content-info-tb table td.td-crm .text {
	color: #ef8200;
	font-size: 27px;
	line-height: 1;
}

/*------------------------------
導入フロー
------------------------------*/

.top-flow-content {
	background: url(images/top-flow-bg.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.top-flow-content .wrapper {
	padding: 98px 0 99px;
}

.top-flow-content-main-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 46px;
	padding-bottom: 18px;
	position: relative;
	text-align: center;
}

.top-flow-content-main-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 18px 10px 0;
	border-color: #0c63df transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-flow-content-main-title-in {
	background: #0c63df;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	padding: 9px 25px 12px;
}

.top-flow-content-main-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.08vw;
}

.top-flow-content-main-title-in-in .big {
	box-sizing: border-box;
	color: #ffe520;
	display: inline-block;
	font-size: 28px;
	line-height: 1.5;
}

.top-flow-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin: 17px 5px 0;
}

.top-flow-content-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 44px;
	padding-top: 28px;
	position: relative;
	width: 347px;
}

.top-flow-content-con section::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 22px 19px 0;
	border-color: #012b59 transparent transparent;
	content: "";
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: -43px;
	top: 206px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	width: 0;
}

.top-flow-content-con section:last-child {
	margin-right: 0;
}

.top-flow-content-con section:last-child::after {
	content: none;
}

.top-flow-content-con-step {
	background: #009fe8;
	box-sizing: border-box;
	border-radius: 50%;
	left: 0;
	line-height: 0;
	height: 63px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 63px;
	z-index: 2;
}

.top-flow-content-con-step-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-flow-content-con-step-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 26px;
	position: relative;
}

.top-flow-content-con-step-in-text::after {
	box-sizing: border-box;
	bottom: 0;
	counter-increment: number 1;
	content: "0" counter(number);
	font-size: 28px;
	line-height: 1;
	left: 0;
	position: absolute;
	width: 100%;
}

.top-flow-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #009fe8 !important;
	border: 4px solid;
	border-radius: 24px;
	height: 100%;
	padding: 48px 16px 25px;
}

.top-flow-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-flow-content-con-in-title-in {
	box-sizing: border-box;
}

.top-flow-content-con-in-title-in-in {
	box-sizing: border-box;
	color: #012B59;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
}

.top-flow-content-con-in-img {
	background: #fff;
	box-sizing: border-box;
	display: block;
	margin: 20px auto 0;
}

/*
.top-flow-content-con section.sec-service .top-flow-content-con-in-img {
	margin-top: 12px;
	width: 169px;
}

.top-flow-content-con section.sec-support .top-flow-content-con-in-img {
	margin-top: 15px;
	width: 170px;
}
*/

.top-flow-content-con-in-img img {
	height: 158px;
	margin: 0 auto;
	width: auto;
}

.top-flow-content-con-in-list {
	box-sizing: border-box;
	margin-top: 13px;
}

.top-flow-content-con-in-list li {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.438;
	margin-bottom: 5px;
	padding-left: 19px;
	position: relative;
}

.top-flow-content-con-in-list li::before {
	background: #009fe8;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 11px;
	position: absolute;
	top: 3px;
	width: 11px;
}

.top-flow-content-con-in-list li:last-child {
	margin-bottom: 0;
}

/*------------------------------
よくあるご質問
------------------------------*/

.top-qa-content {
	box-sizing: border-box;
}

.top-qa-content .wrapper {
	padding: 98px 0 107px;
}

.top-qa-content-con {
	box-sizing: border-box;
	margin: 47px 7px 0;
}

.top-qa-content-con-dl {
	background: #f4fbfb;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 22px;
	padding: 19px 22px;
}

.top-qa-content-con-dl:last-child {
	margin-bottom: 0;
}

.top-qa-content-con-dl dt {
	box-sizing: border-box;
	cursor: pointer;
	line-height: 0;
}

.top-qa-content-con-dl-dt-in {
	box-sizing: border-box;
}

.top-qa-content-con-dl-dt-in-in {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	padding-left: 44px;
	position: relative;
}

.top-qa-content-con-dl-dt-in-in::before {
	background: #009fe8;
	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	content: "Q";
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	left: 0;
	height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

.top-qa-content-con-dl-dt-in-in::after {
	box-sizing: border-box;
	color: #009fe8;
	content: "\e021";
	font-family: 'icomoon' !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-qa-content-con-dl dt.dt-open .top-qa-content-con-dl-dt-in-in::after {
	content: "\e022";
}

.top-qa-content-con-dl dd {
	box-sizing: border-box;
	border-color: #ccc !important;
	border-top: 1px dashed;
	display: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.04vw;
	margin-top: 19px;
	padding-top: 21px;
}

.top-qa-content-con-dl dd p {
	margin-bottom: 20px;
}

.top-qa-content-con-dl dd p:last-child {
	margin-bottom: 0;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
}

/*------------------------------
固定サイド
------------------------------*/

.fixed-btn-list {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 105px;
	z-index: 100;
}

.fixed-btn-list li {
	box-sizing: border-box;
}

.fixed-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.fixed-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.1vw;
	//height: 260px;
	height: 235px;
	//padding: 44px 11px 10px;
	padding: 44px 11px 5px;
	position: relative;
	writing-mode: vertical-rl;
}

.fixed-btn-list li.li-download .fixed-btn-list-btn-in {
	background: #009fe8;
	border-radius: 10px 10px 0 0;
}

.fixed-btn-list li.li-download .fixed-btn-list-btn-in .text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	right: -2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.fixed-btn-list li.li-trial .fixed-btn-list-btn-in {
	background: #ef8200;
	border-radius: 0 0 10px 10px;
}

.fixed-btn-list-btn:hover .fixed-btn-list-btn-in {
	opacity: 0.6;
}

.fixed-btn-list-btn-in-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
	width: 34px;
	writing-mode: horizontal-tb;
}

.fixed-btn-list-btn-in-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100% !important;
	position: relative;
	width: 100%;
}

.fixed-btn-list li.li-download .fixed-btn-list-btn-in-icon::before {
	background: url(images/icon-download.png) no-repeat;
}

.fixed-btn-list li.li-trial .fixed-btn-list-btn-in-icon::before {
	background: url(images/icon-trial.png) no-repeat;
}

.fixed-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

/*------------------------------
共通お問い合わせ
------------------------------*/

.contact-parts-content {
	background: url(images/contact-bg.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 406px;
	position: relative;
	z-index: 2;
}

.contact-parts-content .wrapper {
	padding: 80px 0;
}

.contact-parts-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-parts-content-title-in {
	box-sizing: border-box;
}

.contact-parts-content-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.464;
	letter-spacing: 0.1vw;
}

.contact-parts-content-btn-list {
	box-sizing: border-box;
	margin-top: 40px;
}

.contact-parts-content-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
	width: 320px;
}

.contact-parts-content-btn-list li:last-child {
	margin-right: 0;
}

.contact-parts-content-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	padding-top: 9px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.contact-parts-content-btn-list-btn:hover {
	margin-top: 10px;
}

.contact-parts-content-btn-list-btn-title {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.contact-parts-content-btn-list-btn-title-in {
	box-sizing: border-box;
	display: block;
}

.contact-parts-content-btn-list-btn-title-in-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	color: #494949;
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 7px;
}

.contact-parts-content-btn-list li.li-materials .contact-parts-content-btn-list-btn-title-in-in {
	color: #009fe8;
}

.contact-parts-content-btn-list li.li-contact .contact-parts-content-btn-list-btn-title-in-in {
	color: #ef8200;
}

.contact-parts-content-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	padding: 17px;
}

.contact-parts-content-btn-list li.li-materials .contact-parts-content-btn-list-btn-in {
	background: #009fe8;
}

.contact-parts-content-btn-list li.li-contact .contact-parts-content-btn-list-btn-in {
	background: #ef8200;
}

.contact-parts-content-btn-list-btn-in-icon-1 {
	box-sizing: border-box;
	display: block;
	left: 15px;
	position: absolute;
	top: 22px;
	width: 37px;
}

.contact-parts-content-btn-list-btn-in-icon-1::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100% !important;
	position: relative;
	width: 100%;
}

.contact-parts-content-btn-list li.li-materials .contact-parts-content-btn-list-btn-in-icon-1::before {
	background: url(images/icon-download.png) no-repeat;
}

.contact-parts-content-btn-list li.li-contact .contact-parts-content-btn-list-btn-in-icon-1::before {
	background: url(images/icon-trial.png) no-repeat;
}

.contact-parts-content-btn-list-btn-in-icon-2 {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 23px;
	top: 35px;
	width: 15px;
}

.contact-parts-content-btn-list-btn-in-icon-2::before {
	background: url(images/icon-flow.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 71.428%;
	position: relative;
	width: 100%;
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	background: #484848;
	box-sizing: border-box;
}

.foot-in {
	box-sizing: border-box;
}

.foot-in .wrapper {
	padding-top: 25px;
}

.foot-in-in {
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	width: 480px;
}

.foot-in-in-logo {
	box-sizing: border-box;
	display: block;
	margin-left: 16px;
	width: 142px;
}

.foot-in-in-logo img {
	height: auto;
	width: 100%;
}

.foot-in-in-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 12.5px;
	line-height: 1.5;
	margin: 40px 0 0 12px;
}

.foot-in-in-text p {
	margin-bottom: 29px;
}

.foot-in-in-text p:last-child {
	margin-bottom: 0;
}

.foot-in-in-sns-list {
	box-sizing: border-box;
	margin-top: 100px;
}

.foot-in-in-sns-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 16px;
}

.foot-in-in-sns-list li:last-child {
	margin-right: 0;
}

.foot-in-in-sns-list-btn {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	height: 28px;
	position: relative;
	width: 28px;
}

.foot-in-in-sns-list-btn::before {
	box-sizing: border-box;
	color: #fff;
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.foot-in-in-sns-list li.li-fb .foot-in-in-sns-list-btn {
	background: #4268b3;
}

.foot-in-in-sns-list li.li-fb .foot-in-in-sns-list-btn::before {
	content: "\f39e";
}

.foot-in-in-sns-list li.li-x .foot-in-in-sns-list-btn {
	background: #000;
}

.foot-in-in-sns-list li.li-x .foot-in-in-sns-list-btn::before {
	content: "\e61b";
}

.foot-in-in-sns-list li.li-youtube .foot-in-in-sns-list-btn {
	background: #fe0000;
}

.foot-in-in-sns-list li.li-youtube .foot-in-in-sns-list-btn::before {
	content: "\f167";
}

.foot-in-in-sns-list-btn:hover {
	opacity: 0.6;
}

.foot-in-menu {
	box-sizing: border-box;
	float: right;
	width: 654px;
}

.foot-in-menu section {
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	width: 200px;
}

.foot-in-menu section:last-child {
	margin-right: 0;
}

.foot-in-menu-title {
	box-sizing: border-box;
	line-height: 0;
}

.foot-in-menu-list + .foot-in-menu-title {
	margin-top: 32px;
}

.foot-in-menu-title-in {
	box-sizing: border-box;
}

.foot-in-menu-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.14vw;
}

.foot-in-menu-list {
	box-sizing: border-box;
	margin: 2px 0 0 19px;
}

.foot-in-menu-list li {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 8px;
	padding-left: 10px;
	position: relative;
}

.foot-in-menu-list li::before {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 1px;
	position: absolute;
	top: 8px;
	width: 4px;
}

.foot-in-menu-list li:last-child {
	margin-bottom: 0;
}

.foot-in-menu-list li a {
	color: #fff;
}

.foot-in-menu-list li a:hover {
	text-decoration: none;
}

.foot-copyright {
	box-sizing: border-box;
}

.foot-copyright .wrapper {
	padding: 42px 0 17px;
}

.foot-copyright-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}