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

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

:root {
	--blue-2: #1a365d;
	--gold: #d69e2e;
	--gold-2: #aa7c21;
}

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

.gold {
	color: var(--gold);
}

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

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

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

.red-b-mini {
	background: linear-gradient(transparent 70%, #ff0000 70%);
}

.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 {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

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

.head-in .wrapper {
	padding: 0 20px;
	width: 100%;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 0;
}

.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;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.head-in-logo-text-logo {
	box-sizing: border-box;
	display: block;
	margin-bottom: 5px;
	width: 160px;
}

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

.head-in-logo:hover .img-banner {
	opacity: 1;
}

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

.head-in-in-order-btn {
	box-sizing: border-box;
	display: block;
	float: right;
	line-height: 0;
	text-align: center;
	text-decoration: none;
	width: 180px;
}

.head-in-in-order-btn-in {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px;
}

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

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

.head-in-in-menu {
	box-sizing: border-box;
	height: 27px;
	margin-top: 10px;
}

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

.head-in-in-menu ul li {
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin-right: 30px;
}

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

.head-in-in-menu ul li a {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
}

.head-in-in-menu ul li a:hover {
	text-decoration: underline;
}

.head-fixed {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	left: 0;
	position: fixed;
	top: -150px;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
	z-index: 100;
}

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

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

.head-fixed.fixed-page {
	top: 0;
	transition: none;
	-webkit-transition: none;
}

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

.head-fixed .wrapper {
	padding: 0 20px;
	width: 100%;
}

.head-fixed-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 0;
}

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

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

.head-fixed-logo-text-logo {
	box-sizing: border-box;
	display: block;
	margin-bottom: 5px;
	width: 160px;
}

.head-fixed-logo-text-logo .img-banner {
	background: url(images/logo-new.png) no-repeat;
	padding-bottom: 19.390%;
}

.head-fixed-logo:hover .img-banner {
	opacity: 1;
}

.head-fixed-logo-new {
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 0;
	text-decoration: none;
}

.head-fixed-logo-new:hover {
	opacity: 0.6;
}

.head-fixed-logo-new-text {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.25;
	padding-left: 101px;
	position: relative;
}

.head-fixed-logo-new-text .text {
	box-sizing: border-box;
	display: block;
}

.head-fixed-logo-new-text-icon {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 86px;
}

.head-fixed-logo-new-text-icon::before {
	background: url(images/logo.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 78.666%;
	position: relative;
	width: 100%;
}

.head-fixed-in {
	box-sizing: border-box;
	float: right;
}

.head-fixed-in-order-btn {
	box-sizing: border-box;
	display: block;
	float: right;
	line-height: 0;
	text-align: center;
	text-decoration: none;
	width: 180px;
}

.head-fixed-in-order-btn-in {
	background: var(--gold);
	box-sizing: border-box;
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px;
}

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

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

.head-fixed-in-menu {
	box-sizing: border-box;
	height: 27px;
	margin: 10px 0 20px;
}

.head-fixed-in-menu ul {
	box-sizing: border-box;
	height: 100%;
}

.head-fixed-in-menu ul li {
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin-right: 30px;
}

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

.head-fixed-in-menu ul li a {
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
}

.head-fixed-in-menu ul li a:hover {
	text-decoration: underline;
}

@media(max-width: 1270px) {

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

}

/*----------------------------------------
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;
	padding-bottom: 10px;
	position: relative;
}

.top-main-title-in::after {
	background: var(--blue-2);
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 5px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 100px;
}

.top-main-title.title-white .top-main-title-in::after {
	background: #fff;
}

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

.top-main-title.title-white .top-main-title-in-text {
	color: #fff;
}

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

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

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

.top-info-con {
	box-sizing: border-box;
	counter-reset: number 0;
}

.top-info-con section {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border: 3px solid;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 80px;
	position: relative;
}

.top-info-con section::before {
	background: var(--blue-2);
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 80px;
}

.top-info-con section::after {
	box-sizing: border-box;
	color: #fff;
	counter-increment: number 1;
	content: counter(number);
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 80px;
	z-index: 2;
}

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

.top-info-con-in {
	box-sizing: border-box;
	padding: 20px;
}

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

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

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

.top-info-con-in-title-in-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 13.5px;
}

.top-info-con-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-top: 20px;
}

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

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

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

.top-kv {
	background: url(images/top-kv-img.jpg) no-repeat;
	background-size: cover !important;
	background-position: top center !important;
	box-sizing: border-box;
	height: 600px;
	position: relative;
	width: 100%;
}

.top-kv .wrapper {
	position: relative;
	z-index: 2;
}

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

.top-kv::before {
	background: #000;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-kv-in-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 27px;
	line-height: 2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.top-kv-in-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin: 20px auto 0;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

.top-kv-in-btn-in {
	background: var(--gold);
	box-sizing: border-box;
	box-shadow: 0 5px var(--gold-2);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
	padding: 10px;
}

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

.top-kv-in-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 25px;
	position: relative;
}

.top-kv-in-btn-in-text::after {
	box-sizing: border-box;
	content: "\e001";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 35px;
	line-height: 1;
	position: absolute;
	right: -9px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
}

/*------------------------------
経営×AI研究会とは？
------------------------------*/

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

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

.top-about-content-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 40px;
}

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

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

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

.top-about-content-in-con-title {
	background: var(--blue-2);
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
}

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

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

.top-about-content-in-con-title-in-text::before {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 11px;
	width: 20px;
}

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

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

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

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

.top-about-content-in-in {
	background: #eee;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 60px;
	padding: 40px;
}

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

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

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

.top-about-content-in-in-title-in-text::before {
	box-sizing: border-box;
	content: "\f15c";
	font-family: "Font Awesome 7 Free";
	font-weight: 400;
	font-size: 75px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*------------------------------
AI活用
------------------------------*/

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

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

.top-hierarchy-content-main-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 1000px;
}

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

/*------------------------------
学ぶこと
------------------------------*/

.top-learn-content {
	background: var(--gold);
	box-sizing: border-box;
}

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

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

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

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

/*------------------------------
入会する5つのメリット
------------------------------*/

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

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

.top-merit-content .top-info-con section {
	border-color: #ccc !important;
}

.top-merit-content .top-info-con section::before {
	background: #ccc;
}

.top-merit-content .top-info-con section::after {
	color: #000;
}

/*------------------------------
対象者
------------------------------*/

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

.top-target-content::before {
	background: #000;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

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

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

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

.top-target-content-list ul li {
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.top-target-content-list ul li::before {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 12px;
	width: 20px;
}

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

/*------------------------------
定例会
------------------------------*/

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

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

.top-regular-content-con {
	box-sizing: border-box;
	margin-top: 40px;
}

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

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

.top-regular-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 9px;
	position: relative;
}

.top-regular-content-con-title::before {
	background: var(--blue-2);
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	position: absolute;
	width: 30%;
	z-index: 2;
}

.top-regular-content-con-title::after {
	background: #ccc;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	position: absolute;
	width: 100%;
}

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

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

.top-regular-content-con-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-top: 20px;
}

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

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

.top-regular-content-con-text-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.top-regular-content-con-text-list:last-child {
	margin-bottom: 0;
}

.top-regular-content-con-text-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.top-regular-content-con-text-list li::before {
	background: var(--blue-2);
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	top: 7px;
	width: 20px;
}

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

.top-regular-content-con-archive-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 60px;
}

.top-regular-content-con-archive-title-in {
	background: var(--blue-2);
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 30px;
}

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

.top-regular-content-con-archive-con {
	box-sizing: border-box;
	margin-top: 20px;
}

.top-regular-content-con .top-regular-content-con-archive-con section {
	background: #eee;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px;
}

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

.top-regular-content-con-archive-con-title {
	background: var(--blue-2);
	box-sizing: border-box;
	border-radius: 100px;
	line-height: 0;
	padding: 10px 15px;
	text-align: center;
	width: 270px;
}

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

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

.top-regular-content-con-archive-con-main-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
}

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

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

.top-regular-content-con-archive-con-info-list {
	box-sizing: border-box;
	margin-top: 40px;
}

.top-regular-content-con-archive-con-info-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
}

.top-regular-content-con-archive-con-info-list li:last-child {
	margin-bottom: 0;
}

.top-regular-content-con-archive-con-info-list-title {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border: 3px solid;
	border-radius: 100px;
	float: left;
	line-height: 0;
	padding: 5px 10px;
	text-align: center;
	width: 170px;
}

.top-regular-content-con-archive-con-info-list-title-in {
	box-sizing: border-box;
}

.top-regular-content-con-archive-con-info-list-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-regular-content-con-archive-con-info-list-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 190px);
}

.top-regular-content-con-archive-con-info-list-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	padding-top: 5px;
}

/*------------------------------
その他コンテンツ
------------------------------*/

.top-other-content {
	background: #eee;
	box-sizing: border-box;
}

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

.top-other-content-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 40px;
}

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

.top-other-content-in-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
	width: 250px;
}

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

.top-other-content-in-con-img {
	box-sizing: border-box;
	display: block;
	height: 125px;
	margin: 0 auto;
	width: 200px;
}

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

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

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

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

.top-other-content-in-con-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
}

/*------------------------------
会費
------------------------------*/

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

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

.top-fee-content-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
}

.top-fee-content-title {
	background: var(--blue-2);
	box-sizing: border-box;
	border-radius: 100px;
	line-height: 0;
	margin: 60px auto 0;
	padding: 5px 10px;
	text-align: center;
	width: 300px;
}

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

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

.top-fee-content-list {
	box-sizing: border-box;
}

.top-fee-content-title + .top-fee-content-list {
	margin-top: 20px;
}

.top-fee-content-list li {
	box-sizing: border-box;
	color: var(--blue-2);
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
}

.top-fee-content-list li .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 100px;
	line-height: 1;
	margin-left: 40px;
}

.top-fee-content-list li:last-child {
	margin-bottom: 0;
}

/*------------------------------
入会について
------------------------------*/

.top-join-content {
	background: #eee;
	box-sizing: border-box;
}

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

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

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

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

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

.top-join-content-con-title::after {
	box-sizing: border-box;
	bottom: 10px;
	color: var(--blue-2);
	content: "\e003";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 2;
}

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

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

.top-join-content-con-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: -15px;
	padding: 35px 20px 20px;
}

.top-join-content-con-in-title {
	background: var(--blue-2);
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 0;
	padding: 5px 10px;
	text-align: center;
}

.top-join-content-con-in-text + .top-join-content-con-in-title {
	margin-top: 60px;
}

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

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

.top-join-content-con-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.top-join-content-con-in-title + .top-join-content-con-in-text {
	margin-top: 20px;
}

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

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

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

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

.top-join-content-con-in-info-tb table th {
	background: #494949;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 15px;
	vertical-align: middle;
	text-align: left;
}

.top-join-content-con-in-info-tb table th.th-1 {
	width: 22%;
}

.top-join-content-con-in-info-tb table th.th-3 {
	background: #ff0000;
	text-align: center;
	width: 12%;
}

.top-join-content-con-in-info-tb table th.th-4 {
	background: #0000ff;
	text-align: center;
	width: 12%;
}

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

.top-join-content-con-in-info-tb table td.td-1 {
	text-align: center;
}

.top-join-content-con-in-terms {
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	font-size: 18px;
	line-height: 1.5;
	height: 300px;
	overflow-y: scroll;
	padding: 20px;
}

.top-join-content-con-in-terms p {
	margin-bottom: 20px;
}

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

/*------------------------------
お申込み
------------------------------*/

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

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

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

.top-order-content-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	width: 300px;
}

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

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

.top-order-content-btn-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--blue-2); !important;
	border: 3px solid;
	border-radius: 100px;
	color: var(--blue-2);
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 15px 20px;
}

.top-order-content-btn-list li.li-on .top-order-content-btn-list-btn-in {
	background: var(--blue-2);
	color: #fff;
}

.top-order-content-btn-list-btn:hover .top-order-content-btn-list-btn-in {
	opacity: 0.6;
}

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

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

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

body.template-new .main {
	margin-top: 104px;
}

.page-content {
	box-sizing: border-box;
}

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

.page-content-main-title {
	background: var(--blue-2);
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: center;
}

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

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

.page-content-in {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
}

.page-content-in p {
	margin-bottom: 20px;
}

.page-content-in p:last-child {
	margin-bottom: 0;
}

.page-content-in p + h2,
.page-content-in p + h3,
.page-content-in p + h4,
.page-content-in p + .title-2,
.page-content-in p + .title-3,
.page-content-in p + .title-4,
.page-content-in ul + h2,
.page-content-in ul + h3,
.page-content-in ul + h4,
.page-content-in ul + .title-2,
.page-content-in ul + .title-3,
.page-content-in ul + .title-4,
.page-content-in ol + h2,
.page-content-in ol + h3,
.page-content-in ol + h4,
.page-content-in ol + .title-2,
.page-content-in ol + .title-3,
.page-content-in ol + .title-4,
.page-content-in dl + h2,
.page-content-in dl + h3,
.page-content-in dl + h4,
.page-content-in dl + .title-2,
.page-content-in dl + .title-3,
.page-content-in dl + .title-4,
.page-content-in table + h2,
.page-content-in table + h3,
.page-content-in table + h4,
.page-content-in table + .title-2,
.page-content-in table + .title-3,
.page-content-in table + .title-4,
.page-content-in img + h2,
.page-content-in img + h3,
.page-content-in img + h4,
.page-content-in img + .title-2,
.page-content-in img + .title-3,
.page-content-in img + .title-4,
.page-content-in iframe + h2,
.page-content-in iframe + h3,
.page-content-in iframe + h4,
.page-content-in iframe + .title-2,
.page-content-in iframe + .title-3,
.page-content-in iframe + .title-4,
.page-content-in div + h2,
.page-content-in div + h3,
.page-content-in div + h4,
.page-content-in div + .title-2,
.page-content-in div + .title-3,
.page-content-in div + .title-4,
.page-content-in a + h2,
.page-content-in a + h3,
.page-content-in a + h4,
.page-content-in a + .title-2,
.page-content-in a + .title-3,
.page-content-in a + .title-4,
.page-content-in center + h2,
.page-content-in center + h3,
.page-content-in center + h4,
.page-content-in center + .title-2,
.page-content-in center + .title-3,
.page-content-in center + .title-4 {
	margin-top: 60px;
}

.page-content-in .title-2 {
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border: 3px solid;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.page-content-in .title-2 .title-in {
	box-sizing: border-box;
	display: block;
}

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

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

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

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

footer {
	box-sizing: border-box;
}

.foot-in {
	background: var(--blue-2);
	box-sizing: border-box;
}

.foot-in .wrapper {
	padding: 40px 0;
}

.foot-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	line-height: 0;
}

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

.foot-in-logo-text-logo {
	box-sizing: border-box;
	display: block;
	margin-bottom: 5px;
	width: 160px;
}

.foot-in-logo-text-logo .img-banner {
	background: url(images/logo-new-white.png) no-repeat;
	padding-bottom: 19.390%;
}

.foot-in-logo-new {
	box-sizing: border-box;
	float: left;
	line-height: 0;
}

.foot-in-logo-new-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.25;
	padding-left: 101px;
	position: relative;
}

.foot-in-logo-new-text .text {
	box-sizing: border-box;
	display: block;
}

.foot-in-logo-new-text-icon {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 86px;
}

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

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

.foot-in-menu li {
	box-sizing: border-box;
	border-color: #fff !important;
	border-right: 2px solid;
	float: left;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 15px;
}

.foot-in-menu li:first-child {
	padding-left: 0;
}

.foot-in-menu li:last-child {
	border-right: 0;
	padding-right: 0;
}

.foot-in-menu li a {
	color: #fff;
	text-decoration: none;
}

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

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

.foot-copyright .wrapper {
	padding: 20px 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(--gold);
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	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: 75px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	width: 75px;
}

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