/*
Theme Name: 名古屋 税務調査SOSのテーマ
*/

/*----------------------------------------
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: 1200px;
}

.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;
	width: 560px;
}

.douga-in {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.douga-in iframe {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.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;
}

.robot {
	font-family: "Roboto", sans-serif;
}

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

:root {
	--blue-2: #005bab;
	--blue-3: #0089d2;
	--blue-4: #f1f7fb;
}

.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%);
}

.blue-2 {
	color: var(--blue-2);
}

.blue-3 {
	color: var(--blue-3);
}

.blue-4 {
	color: var(--blue-4);
}

.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: var(--blue-4);
	box-sizing: border-box;
}

.head-in.no-fixed {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
	left: 0;
	position: fixed;
	top: -100px;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
	z-index: 100;
}

.head-in.no-fixed.fixed {
	top: 0;
}

.customize-support .head-in.no-fixed.fixed {
	margin-top: 32px;
}

.head-in-logo {
	background: var(--blue-2);
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 0;
	padding: 18.5px 30px;
	text-align: center;
	text-decoration: none;
}

.head-in-logo:hover {
	opacity: 0.6;
}

.head-in-logo-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.head-in-logo-img {
	box-sizing: border-box;
	display: block;
	float: right;
	width: 358px;
}

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

.head-in-main {
	box-sizing: border-box;
	float: left;
}

.head-in-main-logo {
	background: var(--blue-2);
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 0;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
}

.head-in-main-logo:hover {
	opacity: 0.6;
}

.head-in-main-logo-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.head-in-main-logo-img {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 8px 0;
	margin-left: 20px;
	width: 210px;
}

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

.head-in-in {
	box-sizing: border-box;
	float: right;
	margin: 5px 0;
}

.head-in-in-tel {
	box-sizing: border-box;
	float: left;
}

.head-in-in-tel-num {
	box-sizing: border-box;
	line-height: 0;
}

.head-in-in-tel-num-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
}

.head-in-in-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.head-in-in-tel-num-in-text::before {
	box-sizing: border-box;
	color: var(--blue-2);
	content: "\e016";
	font-family: 'icomoon';
	font-weight: 400;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 3px;
}

.head-in-in-tel-text {
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.5;
	padding-left: 30px;
	text-align: center;
}

.head-in-in-mail-btn {
	box-sizing: border-box;
	display: block;
	float: right;
	line-height: 0;
	margin-left: 20px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 280px;
}

.head-in-in-mail-btn-in {
	background: var(--blue-3);
	box-sizing: border-box;
	box-shadow: 0 5px #ccc;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	padding: 10px;
}

.head-in-in-mail-btn:hover .head-in-in-mail-btn-in {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

.head-in-in-mail-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 40px;
	position: relative;
}

.head-in-in-mail-btn-in-text::before {
	box-sizing: border-box;
	content: "\e017";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 33px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.top-main-title {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 40px;
	text-align: center;
}

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

.top-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	padding-left: 129px;
	position: relative;
	text-align: left;
}

.top-main-title-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 99px;
}

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

.top-title {
	box-sizing: border-box;
	margin-bottom: 40px;
}

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

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

.top-title-main-in-text {
	box-sizing: border-box;
	color: var(--blue-3);
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
}

.top-title-sub {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 10px;
	text-align: center;
}

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

.top-title-sub-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 0 50px;
	position: relative;
}

.top-title-sub-in-text::before,
.top-title-sub-in-text::after {
	background: var(--blue-3);
	box-sizing: border-box;
	content: "";
	height: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
}

.top-title-sub-in-text::before {
	left: 0;
}

.top-title-sub-in-text::after {
	right: 0;
}

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

.top-kv {
	background: var(--blue-4);
	box-sizing: border-box;
}

.top-kv .wrapper {
	padding-top: 20px;
}

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

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

.top-kv-prof-title {
	box-sizing: border-box;
	float: right;
	line-height: 0;
	margin-top: 10px;
	text-align: center;
	width: 540px;
}

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

.top-kv-prof-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}

/*------------------------------
比較表
------------------------------*/

.top-comparison-content {
	background: var(--blue-4);
	box-sizing: border-box;
}

.top-comparison-content .wrapper {
	padding: 200px 0 100px;
	position: relative;
}

.top-comparison-content-title {
	box-sizing: border-box;
	line-height: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100px;
	z-index: 2;
}

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

.top-comparison-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
}

.top-comparison-content-title-in-text .big {
	box-sizing: border-box;
	display: block;
	font-size: 70px;
	line-height: 1;
}

.top-comparison-content-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 80px 50px 50px;
}

.top-comparison-content-in-tb {
	box-sizing: border-box;
}

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

.top-comparison-content-in-tb table .gray-bg {
	background: #eee;
}

.top-comparison-content-in-tb table th {
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border-bottom: 3px dotted;
	color: var(--blue-2);
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
	padding: 40px 20px;
	vertical-align: top;
	text-align: left;
}

.top-comparison-content-in-tb table th.th-midashi {
	border-bottom: 0;
	color: #000;
	padding-bottom: 0;
	vertical-align: middle;
	text-align: center;
}

.top-comparison-content-in-tb table th.th-1 {
	width: 20%;
}

.top-comparison-content-in-tb table th.th-2,
.top-comparison-content-in-tb table th.th-3 {
	width: 40%;
}

.top-comparison-content-in-tb-th-title {
	box-sizing: border-box;
}

.top-comparison-content-in-tb-th-title-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 2px solid;
	border-radius: 100px;
	display: inline-block;
	padding: 10px 30px;
}

.top-comparison-content-in-tb-th-title.title-blue .top-comparison-content-in-tb-th-title-in {
	background: var(--blue-2);
	border-color: var(--blue-2) !important;
	color: #fff;
}

.top-comparison-content-in-tb-th-title-in-text {
	box-sizing: border-box;
	display: inline-block;
}

.top-comparison-content-in-tb table td {
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border-bottom: 3px dotted;
	font-size: 23px;
	line-height: 1.5;
	padding: 40px 20px;
	vertical-align: top;
}

.top-comparison-content-in-tb table tr:last-child th,
.top-comparison-content-in-tb table tr:last-child td {
	border-bottom: 0;
}

.top-comparison-content-in-tb table td p {
	margin-bottom: 20px;
}

.top-comparison-content-in-tb table td p:last-child {
	margin-bottom: 0;
}

.top-comparison-content-in-tb-td-title {
	display: none;
}

/*------------------------------
3つのポイント
------------------------------*/

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

.top-point-content .wrapper {
	padding: 60px 0;
}

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

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

.top-point-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.top-point-content-title-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 40px;
	line-height: 1;
}

.top-point-content-title-in-text .big-2 {
	box-sizing: border-box;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-style: italic;
	font-size: 60px;
	line-height: 1;
}

.top-point-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin: 60px 0 -60px;
}

.top-point-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 60px 60px 0;
	padding-top: 80px;
	position: relative;
	width: 360px;
}

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

.top-point-content-con-title {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}

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

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

.top-point-content-con-title-sub-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.5;
	padding: 5px 55px 0 0;
	position: relative;
}

.top-point-content-con-title-sub-in-text::after {
	box-sizing: border-box;
	counter-increment: number 1;
	content: "0"counter(number);
	font-size: 40px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
}

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

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

.top-point-content-con-title-main-in-text {
	box-sizing: border-box;
	color: var(--blue-3);
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.top-point-content-con-title-main-in-text .mini {
	font-size: 21px;
}

.top-point-content-con-img {
	box-sizing: border-box;
	display: block;
	margin-left: 90px;
}

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

.top-point-content-con-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 40px;
}

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

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

/*------------------------------
こんな不安ありませんか？
------------------------------*/

.top-anxiety-content {
	background: url(images/top-anxiety-bg.jpg) no-repeat;
	background-size: cover !important;
	background-position: top center !important;
	box-sizing: border-box;
}

.top-anxiety-content .wrapper {
	padding: 60px 0;
}

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

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

.top-anxiety-content-title-in-text {
	box-sizing: border-box;
	border-color: #fff !important;
	border-bottom: 2px solid;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	padding-bottom: 5px;
}

.top-anxiety-content-title-in-text .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
}

.top-anxiety-content-con {
	box-sizing: border-box;
	margin: 40px 0 -45px;
}

.top-anxiety-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 45px 45px 0;
	padding-bottom: 5px;
	width: 370px;
}

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

.top-anxiety-content-con-in {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 5px #000;
	border-radius: 10px;
	height: 200px;
	position: relative;
}

.top-anxiety-content-con-in-text {
	box-sizing: border-box;
	font-size: 27px;
	line-height: 1.5;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: calc(100% - 60px);
}

.top-anxiety-content-con-in-text .big {
	font-weight: 700;
	font-size: 33px;
}

.top-anxiety-content-sub-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 60px;
	text-align: center;
}

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

.top-anxiety-content-sub-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 33px;
	line-height: 1.5;
	padding: 0 55px;
	position: relative;
}

.top-anxiety-content-sub-title-in-text::before,
.top-anxiety-content-sub-title-in-text::after {
	background: #fff;
	box-sizing: border-box;
	content: "";
	height: 80%;
	position: absolute;
	top: 20px;
	width: 3px;
}

.top-anxiety-content-sub-title-in-text::before {
	left: 21px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.top-anxiety-content-sub-title-in-text::after {
	right: 21px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.top-anxiety-content-sub-title-in-text .big {
	font-size: 43px;
}

.top-anxiety-content-sub-title-in-text .point {
	box-sizing: border-box;
	display: inline-block;
	padding-top: 10px;
	position: relative;
}

.top-anxiety-content-sub-title-in-text .point::before {
	background: #ffff00;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 10px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}

/*------------------------------
税務調査ってそもそも何？
------------------------------*/

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

.top-about-content .wrapper {
	padding-top: 60px;
}

.top-about-content-title {
	box-sizing: border-box;
	float: left;
	line-height: 0;
	position: relative;
	text-align: center;
	width: 373px;
}

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

.top-about-content-title-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.top-about-content-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.top-about-content-in {
	box-sizing: border-box;
	float: left;
	margin: 80px 0 0 40px;
}

.top-about-content-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
}

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

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

.top-about-content-in-2 {
	box-sizing: border-box;
	margin: 60px auto 0;
	padding-top: 28px;
	position: relative;
	width: 650px;
}

.top-about-content-in-2-title {
	box-sizing: border-box;
	line-height: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 2;
}

.top-about-content-in-2-title-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border: 2px solid;
	border-radius: 100px;
	display: inline-block;
	padding: 10px 50px;
}

.top-about-content-in-2-title-in-text {
	box-sizing: border-box;
	color: var(--blue-2);
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
}

.top-about-content-in-2-in {
	background: #eee;
	box-sizing: border-box;
	padding: 58px 30px 30px;
}

.top-about-content-in-2-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	text-align: center;
}

.top-about-content-in-2-in-text p {
	margin-bottom: 20px;
}

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

/*------------------------------
どういう時に調査が入りやすい？
------------------------------*/

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

.top-investigation-content .wrapper {
	padding-top: 100px;
}

.top-investigation-content-in {
	background: #f9f9f9;
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border: 2px solid;
	border-radius: 10px;
	margin: 0 100px;
	padding: 30px;
}

.top-investigation-content-in-list {
	box-sizing: border-box;
	text-align: center;
}

.top-investigation-content-in-list ul {
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
}

.top-investigation-content-in-list ul li {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 21px;
	position: relative;
}

.top-investigation-content-in-list ul li::before {
	background: #000;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 10px;
	position: absolute;
	top: 11px;
	width: 10px;
}

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

.top-investigation-content-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.75;
	margin: 40px 90px 0;
	padding: 0 100px;
	position: relative;
}

.top-investigation-content-text::before {
	background: var(--blue-2);
	box-sizing: border-box;
	content: "";
	left: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	width: 7px;
}

.top-investigation-content-text p {
	margin-bottom: 20px;
}

.top-investigation-content-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
メリット
------------------------------*/

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

.top-merit-content .wrapper {
	padding-top: 100px;
}

.top-merit-content-title {
	box-sizing: border-box;
	float: left;
	width: calc(100% - 540px);
}

.top-merit-content-title-sub {
	box-sizing: border-box;
	line-height: 0;
}

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

.top-merit-content-title-sub-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.5;
}

.top-merit-content-title-main {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	position: relative;
	text-align: center;
	width: 373px;
}

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

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

.top-merit-content-title-main-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.5;
}

.top-merit-content-main-img {
	box-sizing: border-box;
	display: block;
	float: right;
	width: 380px;
}

.top-merit-content-main-img img {
	height: auto;
	width: 100%;
}

.top-merit-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin-top: 60px;
}

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

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

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

.top-merit-content-con-title-in {
	box-sizing: border-box;
	border-color: var(--blue-3) !important;
	border-bottom: 2px solid;
	display: inline-block;
	padding-bottom: 5px;
}

.top-merit-content-con section:nth-child(2n) .top-merit-content-con-title-in {
	border-color: var(--blue-2) !important;
}

.top-merit-content-con-title-in-text {
	box-sizing: border-box;
	color: var(--blue-3);
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 50px 0 0;
	position: relative;
}

.top-merit-content-con section:nth-child(2n) .top-merit-content-con-title-in-text {
	color: var(--blue-2);
}

.top-merit-content-con-title-in-text::after {
	box-sizing: border-box;
	counter-increment: number 1;
	content: "0" counter(number);
	font-size: 40px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
}

.top-merit-content-con-title + .of {
	margin-top: 20px;
}

.top-merit-content-con-main {
	box-sizing: border-box;
	float: left;
	width: 580px;
}

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

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

.top-merit-content-con-main-title-in-text {
	box-sizing: border-box;
	color: var(--blue-3);
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.top-merit-content-con section:nth-child(2n) .top-merit-content-con-main-title-in-text {
	color: var(--blue-2);
}

.top-merit-content-con-main-icon {
	box-sizing: border-box;
	display: block;
	margin: 40px 0 0 120px;
	width: 198px;
}

.top-merit-content-con-main-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-merit-content-con section.sec-organize .top-merit-content-con-main-icon::before {
	background: url(images/top-merit-icon-1.png) no-repeat;
	padding-bottom: 96.464%;
}

.top-merit-content-con section.sec-preparation .top-merit-content-con-main-icon {
	width: 135px;
}

.top-merit-content-con section.sec-preparation .top-merit-content-con-main-icon::before {
	background: url(images/top-merit-icon-2.png) no-repeat;
	padding-bottom: 123.70%;
}

.top-merit-content-con section.sec-expert .top-merit-content-con-main-icon {
	width: 178px;
}

.top-merit-content-con section.sec-expert .top-merit-content-con-main-icon::before {
	background: url(images/top-merit-icon-3.png) no-repeat;
	padding-bottom: 98.314%;
}

.top-merit-content-con section.sec-consultation .top-merit-content-con-main-icon {
	width: 183px;
}

.top-merit-content-con section.sec-consultation .top-merit-content-con-main-icon::before {
	background: url(images/top-merit-icon-4.png) no-repeat;
	padding-bottom: 92.896%;
}

.top-merit-content-con section.sec-mind .top-merit-content-con-main-icon {
	width: 154px;
}

.top-merit-content-con section.sec-mind .top-merit-content-con-main-icon::before {
	background: url(images/top-merit-icon-5.png) no-repeat;
	padding-bottom: 91.558%;
}

.top-merit-content-con-in {
	box-sizing: border-box;
	float: right;
	width: 580px;
}

.top-merit-content-con-in-in {
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 20px;
}

.top-merit-content-con section:nth-child(2n) .top-merit-content-con-in-in {
	background: #f1f7fb;
}

.top-merit-content-con-in-in-check-list {
	box-sizing: border-box;
}

.top-merit-content-con-in-in-check-list li {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 20px;
	min-height: 40px;
	padding: 3px 0 0 62px;
	position: relative;
}

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

.top-merit-content-con-in-in-check-list-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 42px;
}

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

.top-merit-content-con-in-in-title {
	background: #fff;
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}

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

.top-merit-content-con-in-in-title-in-text {
	box-sizing: border-box;
	color: var(--blue-2);
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
}

/*------------------------------
ご相談の流れ
------------------------------*/

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

.top-flow-content .wrapper {
	padding-top: 60px;
}

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

.top-flow-content-con section {
	background: var(--blue-4);
	box-sizing: border-box;
	border-color: var(--blue-3) !important;
	border: 2px solid;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px;
	padding-left: 90px;
	position: relative;
}

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

.top-flow-content-con section::before {
	box-sizing: border-box;
	color: var(--blue-3);
	counter-increment: number 1;
	content: counter(number);
	font-family: "Roboto", sans-serif;
	font-style: italic;
	font-size: 60px;
	line-height: 1;
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-flow-content-con-main {
	box-sizing: border-box;
	float: left;
	width: 60px;
}

.top-flow-content-con-main-icon {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 28px;
}

.top-flow-content-con-main-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-flow-content-con section.sec-contact .top-flow-content-con-main-icon::before {
	background: url(images/top-flow-icon-1.png) no-repeat;
	padding-bottom: 157.14%;
}

.top-flow-content-con section.sec-hearing .top-flow-content-con-main-icon {
	width: 60px;
}

.top-flow-content-con section.sec-hearing .top-flow-content-con-main-icon::before {
	background: url(images/top-flow-icon-2.png) no-repeat;
	padding-bottom: 71.428%;
}

.top-flow-content-con section.sec-preparation .top-flow-content-con-main-icon {
	width: 44px;
}

.top-flow-content-con section.sec-preparation .top-flow-content-con-main-icon::before {
	background: url(images/top-flow-icon-3.png) no-repeat;
	padding-bottom: 131.81%;
}

.top-flow-content-con section.sec-negotiation .top-flow-content-con-main-icon {
	width: 44px;
}

.top-flow-content-con section.sec-negotiation .top-flow-content-con-main-icon::before {
	background: url(images/top-flow-icon-4.png) no-repeat;
	padding-bottom: 134.09%;
}

.top-flow-content-con section.sec-follow .top-flow-content-con-main-icon {
	width: 60px;
}

.top-flow-content-con section.sec-follow .top-flow-content-con-main-icon::before {
	background: url(images/top-flow-icon-5.png) no-repeat;
	padding-bottom: 88.333%;
}

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

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

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

.top-flow-content-con-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.5;
}

/*------------------------------
料金表
------------------------------*/

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

.top-price-content .wrapper {
	padding: 60px 0;
}

.top-price-content-tb {
	box-sizing: border-box;
}

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

.top-price-content-tb table th {
	background: var(--blue-4);
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	color: var(--blue-3);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 15px;
	vertical-align: middle;
	text-align: center;
}

.top-price-content-tb table th.th-1 {
	width: 25%;
}

.top-price-content-tb table th.th-2 {
	width: 30%;
}

.top-price-content-tb table td {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 15px;
	vertical-align: middle;
}

/*------------------------------
事務所概要
------------------------------*/

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

.top-info-content .wrapper {
	padding: 60px 0;
}

.top-info-content-tb {
	box-sizing: border-box;
	margin: 0 auto;
	width: 70%;
}

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

.top-info-content-tb table th {
	background: #f9f9f9;
	box-sizing: border-box;
	border-color: #000 !important;
	border-right: 3px solid;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 0 20px 40px;
	vertical-align: top;
	text-align: center;
	width: 25%;
}

.top-info-content-tb table td {
	background: #fff;
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	padding: 0 20px 40px;
	vertical-align: top;
}

.top-info-content-tb table tr:first-child th,
.top-info-content-tb table tr:first-child td {
	padding-top: 40px;
}

/*------------------------------
挨拶
------------------------------*/

.top-greeting-content {
	background: var(--blue-4);
	box-sizing: border-box;
}

.top-greeting-content .wrapper {
	padding: 60px 0;
	position: relative;
}

.top-greeting-content-bg-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: -200px;
	top: 60px;
	width: 400px;
}

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

.top-greeting-content-bg-icon + .of {
	position: relative;
	z-index: 2;
}

.top-greeting-content-main-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 460px;
}

.top-greeting-content-main-img img {
	height: auto;
	width: 100%;
}

.top-greeting-content-in {
	box-sizing: border-box;
	float: right;
	margin-top: 60px;
	width: calc(100% - 500px);
}

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

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

.top-greeting-content-in-title-in-text {
	box-sizing: border-box;
	color: var(--blue-2);
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.top-greeting-content-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 2;
	margin-top: 40px;
}

.top-greeting-content-in-text p {
	margin-bottom: 40px;
}

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

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

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

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

.top-qa-content-con {
	box-sizing: border-box;
	margin: 0 auto;
	width: 75%;
}

.top-qa-content-con-dl {
	box-sizing: border-box;
	margin-bottom: 100px;
}

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

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

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

.top-qa-content-con-dl-dt-in-text {
	box-sizing: border-box;
	color: var(--blue-3);
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding-left: 42px;
	position: relative;
}

.top-qa-content-con-dl-dt-in-text::before {
	box-sizing: border-box;
	content: "Q.";
	left: 0;
	position: absolute;
	top: 0;
}

.top-qa-content-con-dl dd {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 2;
	margin-top: 20px;
}

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

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

.top-qa-content-con-dl-dd-in {
	background: #f9f9f9;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
}

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

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

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

/*------------------------------
お問い合わせバナー
------------------------------*/

.contact-banner {
	box-sizing: border-box;
	padding-top: 18px;
	position: relative;
}

.contact-banner-main-title {
	box-sizing: border-box;
	line-height: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 2;
}

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

.contact-banner-main-title-in-text {
	box-sizing: border-box;
	color: var(--blue-2);
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
	padding: 0 35px;
	position: relative;
}

.contact-banner-main-title-in-text::before,
.contact-banner-main-title-in-text::after {
	background: var(--blue-2);
	box-sizing: border-box;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 3px;
}

.contact-banner-main-title-in-text::before {
	left: 11px;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
}

.contact-banner-main-title-in-text::after {
	right: 11px;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
}

.top-kv .contact-banner {
	margin-top: 40px;
}

.contact-banner-title {
	background: #f6e91c;
	box-sizing: border-box;
	border-radius: 50%;
	line-height: 0;
	left: 30px;
	height: 160px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 160px;
}

.contact-banner-title-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.contact-banner-title-in::after {
	background: #fff;
	box-sizing: border-box;
	bottom: -10px;
	clip-path: polygon(0 85%, 100% 70%, 95% 80%, 10% 100%);
	content: "";
	left: 10px;
	height: 85px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 80%;
}

.contact-banner-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.25;
	position: relative;
	z-index: 2;
}

.contact-banner-title-in-text .big {
	box-sizing: border-box;
	display: block;
	font-size: 45px;
	line-height: 1;
}

.contact-banner-in {
	background: #fff;
	box-sizing: border-box;
	padding: 45px 60px 30px 250px;
}

.contact-banner-in-tel {
	box-sizing: border-box;
	float: left;
	width: 48%;
}

.contact-banner-in-tel-num {
	box-sizing: border-box;
	line-height: 0;
}

.contact-banner-in-tel-num-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
}

.contact-banner-in-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 55px;
	position: relative;
}

.contact-banner-in-tel-num-in-text::before {
	box-sizing: border-box;
	color: var(--blue-2);
	content: "\e016";
	font-family: 'icomoon';
	font-weight: 400;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 5px;
}

.contact-banner-in-tel-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
	padding-left: 55px;
	text-align: center;
}

.contact-banner-in-mail-btn {
	box-sizing: border-box;
	display: block;
	float: right;
	line-height: 0;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 48%;
}

.contact-banner-in-mail-btn-in {
	background: var(--blue-3);
	box-sizing: border-box;
	box-shadow: 0 5px #ccc;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
	padding: 20px;
}

.contact-banner-in-mail-btn:hover .contact-banner-in-mail-btn-in {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

.contact-banner-in-mail-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 55px;
	position: relative;
}

.contact-banner-in-mail-btn-in-text::before {
	box-sizing: border-box;
	content: "\e017";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 45px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

.contact-banner-content {
	box-sizing: border-box;
	position: relative;
}

.contact-banner-content::before {
	background: var(--blue-2);
	box-sizing: border-box;
	bottom: 0;
	content: "";
	height: 200px;
	position: absolute;
	width: 100%;
}

.contact-banner-content .wrapper {
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
}

.contact-banner-content-title {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	position: relative;
	text-align: center;
	width: 334px;
}

.contact-banner-content-title::before {
	background: url(images/title-icon-3.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 49.401%;
	position: relative;
	width: 100%;
}

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

.contact-banner-content-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.5;
}

.contact-banner-content-title + .of.flex-middle {
	margin: 20px 0 0 40px;
	width: 860px;
}

.contact-banner-content-tel {
	box-sizing: border-box;
	float: left;
}

.contact-banner-content-tel-num {
	box-sizing: border-box;
	line-height: 0;
}

.contact-banner-content-tel-num-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 55px;
	line-height: 1;
}

.contact-banner-content-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 55px;
	position: relative;
}

.contact-banner-content-tel-num-in-text::before {
	box-sizing: border-box;
	content: "\e016";
	font-family: 'icomoon';
	font-weight: 400;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 5px;
}

.contact-banner-content-tel-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
	padding-left: 55px;
	text-align: center;
}

.contact-banner-content-btn {
	box-sizing: border-box;
	display: block;
	float: right;
	line-height: 0;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 400px;
}

.contact-banner-content-btn-in {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 5px #ccc;
	border-radius: 10px;
	color: var(--blue-2);
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	padding: 15px;
}

.contact-banner-content-btn:hover .contact-banner-content-btn-in {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

.contact-banner-content-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 55px;
	position: relative;
}

.contact-banner-content-btn-in-text::before {
	box-sizing: border-box;
	content: "\e017";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 45px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.contact-banner-content-img {
	box-sizing: border-box;
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
	width: 204px;
}

.contact-banner-content-img::before {
	background: url(images/contact-banner-main-img.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 136.76%;
	position: relative;
	width: 100%;
}

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

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

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

footer {
	box-sizing: border-box;
}

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

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

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

.foot-copyright-text span {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 7.5px;
}

/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: var(--blue-2);
	box-sizing: border-box;
	border-color: #fff !important;
	border: 5px solid;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 65px;
	line-height: 65px;
	position: absolute;
	text-align: center;
	width: 65px;
}

.pagetop:hover {
	opacity: 0.6;
}

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