@charset "utf-8";

/*  余白リセット
------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

/*  タップ枠除去（Android）
------------------------------------------------------------ */
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/*  micro clearfix
------------------------------------------------------------ */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*  Webフォント
------------------------------------------------------------ */
/*@font-face {
	font-family: "Bebas Neue"; */
/* IE9以上用 */
/*	src: url(/common/font/BebasNeueBold.eot), */
/* Modern Browsers(※WOFFもIE9から対応しているのでWOFFのみでOK?) */
/*	url(/common/font/BebasNeueBold.woff) format('woff'), */
/* Firefox, Opera, Safari */
/*	url(/common/font/BebasNeueBold.otf) format('opentype');
	font-weight: normal;*/ /* 念の為指定しておきます */
/*	font-style: normal;
} */

/* Noto Sans JP */
/* その他のfont-weight(100,300,900)が必要な場合はsrc追加 */
/* otfファイルから指定文字のみサブセット後変換してwoffファイルに */
@font-face {
    font-family: "Noto Sans JP";
    src: url(/common/font/NotoSansJP-Regular.woff) format('woff'),
         local(sans-serif);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/common/font/NotoSansJP-Medium.woff) format('woff'),
         local(sans-serif);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url(/common/font/NotoSansJP-Bold.woff) format('woff'),
         local(sans-serif);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Quicksand */
/* その他のfont-weight(300)が必要な場合はsrc追加 */
/* ttfファイルを変換してwoffファイルに */
@font-face {
    font-family: "Quicksand";
    src: url(/common/font/Quicksand-Regular.woff) format('woff'),
         url(/common/font/Quicksand-Regular.otf) format('truetype'),
         local(sans-serif);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Quicksand";
    src: url(/common/font/Quicksand-Medium.woff) format('woff'),
         url(/common/font/Quicksand-Medium.ttf) format('truetype'),
         local(sans-serif);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Quicksand";
    src: url(/common/font/Quicksand-SemiBold.woff) format('woff'),
         url(/common/font/Quicksand-SemiBold.ttf) format('truetype'),
         local(sans-serif);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Quicksand";
    src: url(/common/font/Quicksand-Bold.woff) format('woff'),
         url(/common/font/Quicksand-Bold.ttf) format('truetype'),
         local(sans-serif);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*  基本設定
------------------------------------------------------------ */
html{
    overflow-y:scroll;
    height:100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headerContents,#topWrapper,#mainContents,#footerContents {
	width: 100%;
}
html,
body,
.ui-widget,
select,
option,
optgroup {
	font-size: 16px;
	font-weight: 400;
    font-family: "Quicksand","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #2b353b;
    -webkit-text-size-adjust: 100%; /* for sp */
    overflow-wrap: break-word;
    word-wrap: break-word; /* for IE edge */
}
.ui-widget {
    font-size: 100%;
}
div {
	line-height:1.8;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
table caption{
    margin-bottom: 8px;
    text-align:left;
    font-weight: bold;
}
table th {
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}
table td {
    text-align:left;
    vertical-align:top;
}
table td.n {
    text-align:right;
}
a:link {
    text-decoration: none;
	color: #2086e6;
}
a:visited {
    text-decoration: underline;
	color: #2086e6;
}
a:hover{
    text-decoration: underline;
	color: #2086e6;
}
img {
    border: none;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
p{
    text-align: justify;
    text-justify: inter-ideograph;
}
ul {
    list-style-type:none;
}
address{
    font-style:normal;
}
h1 {
	font-size: 2.375rem;/*38px*/
    font-weight: normal;
}
h2 {
	font-size: 2rem;/*32px*/
    font-weight: normal;
}
h3 {
	font-size: 1.75rem;/*28px*/
    font-weight: normal;
}
h4 {
	font-size: 1.25rem;/*20px*/
    font-weight: normal;
}
h5 {
	font-size: 1.125rem;/*18px*/
    font-weight: normal;
}

/*  フォントサイズ
------------------------------------------------------------ */
.font-m {
    font-size: 100%;
}
.font-l {
    font-size: 130%;
}

/*  icon
------------------------------------------------------------ */
[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
	position: relative;
	top: -0.1em; /* 文字位置調整（日本語用） */
	line-height: 1.2;/* 表示調整（LP用） */
}

/*  画像ポップアップ
------------------------------------------------------------ */
#colorbox img{
	max-height: none;
}

/*  汎用クラス
------------------------------------------------------------ */
div.banner{
    margin-bottom:20px;
    text-align:center;
}
ul.bannerList{
	overflow: hidden;
}

ul.bannerList li {
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 32%;
}
ul.bannerList li:last-child {
    margin-right: 0;
}
img.fl{
    float:left;
	margin:30px;
	margin-top:0;
	margin-left:0;
}
img.fr{
    float:right;
	margin:30px;
	margin-top:0;
	margin-right:0;
}
a.arrow{
    padding-left: 8px;
    background: url("/common/img/h_arrow.gif") no-repeat scroll 0 6px;
}
a.map{
    background: url("/common/img/ico_b_window.gif") no-repeat scroll 0 4px;
    margin-left: 10px;
    padding-left: 13px;
}
a.dtl{
    background: url("/common/img/h_arrow.gif") no-repeat scroll left center;
    display: block;
    font-size: 11px;
    margin: 5px 0 15px;
    padding-left: 10px;
}
a.blank {
    background: url("/common/img/blank.gif") no-repeat scroll left center;
    padding-left: 15px;
}

table.std{
    width: 100%;
    table-layout: fixed;
    margin: 0 0 16px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
table.std th,
table.std td{
    padding: 16px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    vertical-align: middle;
}
table.std th {
	background: #f8f8f8;
    font-weight: normal;
    text-align: left;
}
table.std thead th{
    text-align: center;
}

table.line{
    width: 100%;
    margin: 0 0 32px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #dcdcdc;
}
table.line th,
table.line td{
    padding: 1em;
    border-bottom: 1px solid #dcdcdc;
}
table.line th{
    background:#f8f8f8;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
}

table.dot{
    margin: 0 0 16px;
    border-collapse: collapse;
    border-spacing: 0;
}
table.dot th,
table.dot td{
    padding: 16px;
    background: url("/common/img/line_dot.gif") repeat-x center bottom;
    text-align: left;
}
table.dot th{
    white-space: nowrap;
}
.colbox{
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.lcol{
    float: left;
    width: 48%;
}
.rcol{
    float: right;
    width: 48%;
}
.red{
    color:#cc0000;
}
.wht {
    color:#fff;
}
.yel {
    color:#ffee80;
}
span.hidden{
    display: none;
}
img.btn{
    cursor: pointer;
}
.notes{
    background: #f0f5f9;
    border: 1px solid #e2ebf4;
    border-radius: 3px;
    padding: 10px;
	font-size: 0.687rem;/*11px*/
}
p.c{
	text-align: center;
}
.text-center {
	text-align: center;
}
p.txt {
    line-height: 3.6;
}
p.back{
	text-align: right;
}
p.back a{
    background: url("/common/img/t_arrow.gif") no-repeat scroll left center;
    padding-left: 15px;
}
a.more {
    color: #333;
    font-weight: bold;
}
span.eng {
/*	font-family: "Bebas Neue",sans-serif; */
	font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
img.pc {
}
img.sp {
	display: none;
}
.mk-blue {
    background: linear-gradient(transparent 50%, #90d7f3 50%);
}
.mk-yellow {
    background: linear-gradient(transparent 50%, #ffee80 50%);
}

/*  添付ファイルアイコン
------------------------------------------------------------ */
.icostack{
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-right: 0.3em;
    font-size: 130%;
    vertical-align: middle;
}
.icon-file-empty {
    position: absolute;
    top: 0; /* 文字位置調整をリセット */
    color: #ccc;
}
.icon-file-type-text,
.icon-file-type-picture ,
.icon-file-type-pdf,
.icon-file-type-excel,
.icon-file-type-word {
    position: absolute;
    top: 0.31em;
    left: 0.21em;
    transform: scale(0.55);
    transform-origin: 0 0;
}
.icon-file-type-text {
    color: #cccccc;
}
.icon-file-type-picture {
    color: #ec851e;
}
.icon-file-type-pdf {
    color: #da2016;
}
.icon-file-type-excel {
    color: #247045;
}
.icon-file-type-word {
    color: #2b5590;
}

/*  背景
------------------------------------------------------------ */
body {
}

/*  プレビュー用
------------------------------------------------------------ */
#previewHeader {
    padding: 10px 0;
    background: #014ea0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

/*  ヘッダー
------------------------------------------------------------ */
#headerWrapper {
	position: relative;
}
#headerWrapper::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
}
#toppage #headerWrapper {
}
#headerContents {
    position: relative;
    overflow: hidden;
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
}
#logo {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
	z-index: 200;
    width: 222px;
}
/*
#logo h1{
	font-size: 100%;
}
*/
#desc{
	position: absolute;
	font-size: 0.75rem;
	color: #5e686e;
}

/* グローバルナビゲーション
------------------------------------------------------------ */
#gNavArea {
    height: 100px;
    right: 0;
    position: absolute;
}
#gNav {
    display: table;
	float: left;
    table-layout: fixed;
    height: 100%;
}
#gNav li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#gNav li a {
    font-weight: 500;
    font-size: 1rem;/*16px*/
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 24px;
    color: #2b353b;
    letter-spacing: 0.06em;
}
#gNav li a:hover,
#gNav li a.active {
	color: #2086e6;
}
#gNav li a:hover:before,
#gNav li.active a:before {
    content: "";
	display: block;
	position: absolute;
	height: 3px;
	background: linear-gradient(to right, #20aee6 0%, #2086e6 100%);
	width: -webkit-calc(100% - 48px);
	width: -ms-calc(100% - 48px);
	width: calc(100% - 48px);
	bottom: 0;
}
#gNav li li{
	display: inline-block;
	border: none;
}
#gNav li ul li a{
	background: #dcd3b2;
}
#gNavAreaSp{
	display: none !important;
}
#h_contBtn {
    overflow: hidden;
    padding-left: 24px;
    display: table;
    float: left;
}
#h_contBtn a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    background: #F6448F;
    padding: 0 24px;
    height: 100px;
	opacity: 1;
}
#h_contBtn a:hover {
    opacity: 0.75;
    text-decoration: none;
}
/*  コンテンツ背景
------------------------------------------------------------ */
#shadow {
    overflow: hidden;
    width: 100%;
}
#wrapper {
}

/*  トップイメージ
------------------------------------------------------------ */
#topWrapper {
    margin-bottom: 0;
    text-align: center;
}
#topWrapper img {
    width: 100%;
}

/*  スライドショー
------------------------------------------------------------ */
#slideArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    font-size: 13px;
/*	border: solid 30px #fff;
	border-top: none; */
	border: none;
}
.bx-wrapper {
    margin: 0 auto;
    box-shadow: none;
    border: none;
}
.bx-has-pager {
    display: none;
}
.bx-wrapper .bx-viewport {
/*    background:; */
    border: medium none;
    box-shadow: none;
    left: 0;
    width: auto !important;
}
.gv_galleryWrap {
    background: none;
    margin: 0 auto;
    padding: 0 !important;
}
.gv_filmstripWrap {
    width: 870px !important;
    left: 37px !important;
    bottom: 3px !important;
    z-index: 100;
}
.gv_navWrap {
    width: 100% !important;
    z-index: 0;
}
.gv_navPause{
    display: none;
}
.gv_navPrev {
    position: absolute;
    left: 0;
    background-image: url(/common/img/prev.jpg) !important;
    width: 17px;
    height: 60px;
}
.gv_navNext {
    position: absolute;
    right: 0;
    background-image: url(/common/img/next.jpg) !important;
    width: 17px;
    height: 60px;
}

/*  コンテンツフレーム
------------------------------------------------------------ */
#mainContents {
    overflow: hidden;
    margin: 0 auto;
}
#mainContents .container {
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
}
#mainContents .cont_inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    width: 100%;
}
#mainContents h2 {
    position: relative;
    margin: 0 0 40px;
    line-height: 1;
    font-size: 3rem;/*48px*/
    text-align: center;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #2b353b;
}
#mainContents h3 {
	color: #2b353b;
    font-weight: 500;
	font-size: 1.5rem;/*24px*/
}
#mainContents h3.subTit {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    color: #2086e6;
    border: none;
    margin: 0 0 32px;
    padding: 0;
}
#mainContents h3.subTit span.eng {
	font-size: 2.5rem;
	font-weight: bold;
	display: block;
	line-height: 1em;
	position: relative;
    color: #2b353b;
}
/*  ぱんくずリスト
------------------------------------------------------------ */
#topicPath{
	width: 100%;
	margin-bottom: 64px;
}
#topicPath a{
	text-decoration: underline;
}
#topicPath p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	font-size: 0.875rem;/*14px*/
}

/*  メニューページタイトル
------------------------------------------------------------ */
#mainVisualArea {
    background-size: cover;
    text-align: center;
    height: 240px;
    position: relative;
    margin-bottom: 16px;
}
#mainVisualArea.info {
    background: url("/common/img/subtop1.jpg") center center no-repeat;
    background-size: cover;
}
#mainVisualArea div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
#mainVisualArea div span.eng {
	letter-spacing: 0.06em;
	width: 100%;
	display: block;
	margin: 0 auto;
	font-weight: 700;
    font-size: 3rem;/*48px*/
    color: #2b353b;
}
#mainVisualArea h2 {
	font-size: 1rem;/*16px*/
}

/*  メインエリア
------------------------------------------------------------ */
#mainArea {
}

/*  コンテンツ
------------------------------------------------------------ */
.item {
	clear: both;
	margin: 0 auto;
	padding: 0 0 120px;
}
#toppage .item {
    padding: 0;
}
.item p{
    margin:0 0 16px;
}
.item p.txt {
    margin: 0;
}
.item p.signature {
    text-align:right;
}
.item ul{
    margin:0 0 16px;
}
.item ol {
    margin:0 0 16px;
}
.item ol li {
    list-style: decimal;
    margin-left: 20px;
}
.item dl {
    margin-bottom: 32px;
}
.item dt {
}
.item dd {
}
.item ul.dot,
.item dl.dot{
}
.item ul.dot li,
.item dl.dot dd{
	margin-bottom: 16px;
	padding-bottom: 16px;
    background: url("/common/img/line_dot.gif") repeat-x center bottom;
}
.item dl.dot dt{
	clear: both;
	float: left;
	width: 8.5em;
	padding: 16px;
}
.item dl.dot dd{
	margin: 0;
	padding: 16px 16px 16px 8.5em;
}
.item dl.dot dd a.att{
    display: block;
}
.pagetop {
    text-align: right;
	font-size: 80%;/*12px*/
	color: #115db2;
}
.pagetop span {
	display: inline-block;
    margin-right: 3px;
    transform: scale(0.5);
}

/*  画像フレーム
------------------------------------------------------------ */
.item .frame {
    position: relative;
    border: 1px solid #dcdcdc;
    text-align: center;
}
.item .frame::before {
    content: "";
    display: block;
    padding-top: 66%;
}
.item .frame span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*  Youtube
------------------------------------------------------------ */
.videoArea {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.video{
	position:relative;
	margin:0 auto;
	width: 100%;
	padding-top:56.25%; /* =9/16*100% */
}
.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.video img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

/*  ボタン（基本）★H：72px
------------------------------------------------------------ */
.bgBtn {
    clear: both;
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
    position: relative;
}
.bgBtn a {
    display: block;
	line-height: 72px;
	height: 72px;
/*	background: linear-gradient(to right, #20aee6 0%, #2086e6 50%); */
	background: #20aee6;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.bgBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.bgBtn span {
    padding-right: 8px;
    top: 0;
}
/*  ボタン矢印
------------------------------------------------------------ */
.bgBtn_arw:after{
    display: block;
    position: absolute;
    top: 31px;
	right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    content: "";
}

/*  ページ内リンク
------------------------------------------------------------ */
#scrollLink {
	overflow: hidden;
	margin: 0 0 24px;
}
#scrollLink li {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	padding: 5px 15px;
	background: #ededed;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	font-size: 100%;
}
#scrollLink li a {
	position: relative;
	color: #333;
	margin-right: 1em;
}
#scrollLink li a:after {
	display: block;
	position: absolute;
	top: 0;
	right: -1em;
	bottom: 0;
	width: 3px;
	height: 3px;
	margin: auto;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	content: "";
	transform: rotate(135deg);
}

/*  ページトップへ
------------------------------------------------------------ */
#gotoTop {
    position: fixed;
    bottom: 102px;
    right: 15px;
    z-index: 100;
	display: none;
}
#gotoTop a {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	background: #2086e6;
	border-radius: 50%;
}
#gotoTop a:before {
    display: block;
    position: absolute;
	top: 37px;
	left: 31px;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    content: "";
}

/*  フッター
------------------------------------------------------------ */
#footerWrapper {
    clear: both;
    overflow: hidden;
    width: 100%;
	background: #f5f8fa;
}
#footerWrapper .cont_inner {
	overflow: hidden;
	margin: 100px auto;
	max-width: 1200px;
}
#footerWrapper a:link ,
#footerWrapper a:visited,
#footerWrapper a:hover{
	color: #333;
}
#footerWrapper a{
    text-decoration: none;
}
#footerWrapper a:hover{
    text-decoration: underline;
}
#footerLogo {
	width: 155px;
	padding-left: 25px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
#footerBnrArea {
	margin-top: 64px;
}
/*  フッターリンク、コピーライト
------------------------------------------------------------ */
#footerContents {
	overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0;
	background: linear-gradient(to right, #20aee6 0%, #2086e6 100%);
	font-size: 0.812rem;/*13px*/
}
#footerContents div{
	overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 32px auto;
}
#f_link{
    overflow:hidden;
    float: left;
}
#f_link li{
	display: inline-flex;
    margin-right: 8px;
}
#f_link li a:link,
#f_link li a:visited,
#f_link li a:hover {
    color: #fff;
    font-size: 0.75rem;/*12px*/
}
#f_link li:after {
    content: " | ";
    color: #fff;
	margin-left: 8px;
    font-size: 0.75rem;/*12px*/
}
#f_link li:last-child:after {
	display: none;
}
#copyright {
    float: right;
    color: #fff;
    font-size: 0.75rem;/*12px*/
}

/*  記事
------------------------------------------------------------ */
.article{
    overflow: hidden;
    clear: both;
	margin-bottom: 40px;
}
.article:last-child {
	margin-bottom: 0;
}
.article h2 small {
    display: block;
    font-size: 45%;
}
.article h3 {
    margin: 0 0 32px;
    padding: 0 0 8px;
    border-bottom: 1px solid #2b353b;
}
.article h3 small {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    padding-bottom: 8px;
}
.article .photo,
.article .text ,
.article .attach {
	margin-bottom: 16px;
}

/*  404ページ
------------------------------------------------------------ */
#notfound .item p{
}
#notfound .item strong{
    font-size: 20px;
}

/*  エラーメッセージ（フロント用）
------------------------------------------------------------ */
#error_area{
    text-align: center;
    padding-top: 100px;
    height: 250px;
}
#error_area p{
    text-align: center;
}

/*  セキュリティーポリシー
------------------------------------------------------------ */
#policy .item dl{
}
#policy .item dt{
	font-weight: 500;
	color: #2b353b;
}
#policy .item dd{
	margin-bottom: 16px;
}

/*  カテゴリアイコン(基本)
------------------------------------------------------------ */
span.tag {
    display: inline-block;
    width: 10em;
    margin-left: 1em;
    padding: 2px 0;
    text-align: center;
    font-size: 0.875em;/*14px*/
    color: #fff;
    background: #bbb;
}

/*  メインページ-コンテナ
------------------------------------------------------------ */
.container.lpitem{
    max-width: 1200px;
}
#mainContents .container.lpitem span.subTit {
    display: block;
    margin-bottom: 0.75em;
    font-size: 0.875rem; /*14px*/
    font-weight: 500;
    color: rgb(32 134 230 / 1); /*#2086e6*/;
    letter-spacing: normal;
    text-align: center;
}
.item .container.lpitem .fullImg{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}
.item .container.lpitem .imgframe{
    margin: 0 auto;
    text-align: center;
}

/*  メインページ-2カラム表示
------------------------------------------------------------ */
.container.lpitem .lpColBox{
    display: flex;
    justify-content: space-between;
}
.container.lpitem .lblcol{
    width:48%;
}
.container.lpitem .lbrcol{
    width:48%;
}

/*  現金販売
------------------------------------------------------------ */
#cashsale.item {
    background: #20aee6;
}
#cashsale .container.lpitem h2{
    margin: 0 0 16px;
    color: #fff;
}
#cashsale .cashsalecomm{
    margin: 40px 0 0;
}
#cashsale .cashflow{
/*    display: flex;
    justify-content: space-between; */
    margin: 40px 0 0;
    text-align: center;
}
/*
#cashsale .cashflow li{
    width: 32%;
    margin-right: 2%;
}
#cashsale .cashflow li:last-child {
    margin-right: 0;
}
*/

/*  利用手順
------------------------------------------------------------ */
#process ul.processList {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
#process ul.processList>li {
    width: 32%;
    margin-right: 2%;
}
#process ul.processList>li:nth-of-type(3n){
    margin-right: 0;
}

/*  特徴
------------------------------------------------------------ */
#feature h3{
    position: relative;
    padding-left: 0.7em;
    margin-bottom: 16px;
    line-height: 2em;
}
#feature h3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #ffee80;
    opacity: 0.8;
    z-index: -1;
}
#feature .frame {
    border: none;
}
#feature .frame:before {
    padding-top: 0;
}
#feature .frame span {
    position: relative;
}
#feature .featBox {
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 0 60px;
}
#feature .featBox:last-child {
    margin-bottom: 0;
}
#feature .featBox.desc {
    flex-direction: row-reverse;
}
#feature .featBox .featTxt {
    width: 68%;
}
#feature .featBox .featImg {
    width: 30%;
}
#feature .video{
    margin-top: 60px;
}
#feature ul.bannerList{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 0;
}
#feature ul.bannerList li{
    margin-right: 4%;
    margin-bottom: 0;
    width: 48%;
    float: none;
}
#feature ul.bannerList li:last-child {
    margin-right: 0;
}

/*  活用シーン
------------------------------------------------------------ */
.item ul.useList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 80px;
}
.item ul.useList li {
	width: 32%;
	background: #f2fafe;
}
.use_box {
	padding: 20px;
    display: flex;
    flex-direction: column;
}
.use_box h3{
    margin-bottom: 16px;
    line-height: 2em;
}
.use_box .useImg_box {
    position: relative;
    display: block;
    margin: 0 auto;
}
.use_box .useImg_box span.useCatch{
/*
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 0.25em;
*/
    font-size: 1.2rem;
    color: #2086e6;

    text-align: right;
    display: block;


}
.func_box p {
    margin: 0;
}

/*  主な機能
------------------------------------------------------------ */
#function.item {
	overflow: hidden;
	margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    background: #f2fafe;
}
#mainContents #feature p.subTxt {
    margin: 0 0 40px;
}
.item ul.funcList {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.item ul.funcList li {
	width: 32%;
	margin-right: 2%;
/*	background: linear-gradient(to right, #20aee6 0%, #2086e6 100%); */
	background: #2086e6;
	padding: 1px;
	max-width: calc(100% - 2px);
	margin-bottom: 48px;
}
.item ul.funcList li:nth-of-type(3n){
    margin-right: 0;
}
.item ul.funcList li:nth-of-type(n+7){
	margin-bottom: 0;
}
.bg_wht{
	text-align: center;
    display: block;
	max-width: 100%;
	min-height: calc(100% - 0px);
	background: #fff;
}
.func_box {
    text-align: center;
	padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.func_box span.func_ico {
    display: block;
    margin: 24px 0;
    text-align: center;
}
.func_box span.func_ico img {
    width: 240px;
}
.func_box p {
    margin: 0;
}

/*  利用例
------------------------------------------------------------ */
#case .lpitem{
    overflow: visible;
}
#case .slider {
    margin: 0 auto;
}
#case .slick-slide{
    margin: 0 0.5em;
}
/*
.slick-prev{
	left: -38px;
}
.slick-next{
	right: -38px;
}
.slick-prev, .slick-next{
	z-index: 100;
    width: 50px;
    height: 50px;
}
*/
.slick-prev:before ,
.slick-next:before {
    color: #70868f;
}
.slick-dots li button:before{
    color: #2086e6;
    font-size: 12px;
}
.slick-dots li.slick-active button:before{
    color: #2086e6;
}

/*
.slick-prev::before,
.slick-next::before {
    color: #df0000;
    font-size: 50px;
    font-family: 'icomoon' !important;
}
.slick-prev:before {
    content: '\e921';
}
.slick-next:before {
    content: '\e920';
}
*/
.slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}

/*  カテゴリアイコン(利用例) */
#case span.tag {
    width: 5em;
    margin-left: 0;
}

#case span.tag.caseCate_01{
    background: #69add7;/*飲食店*/
}
#case span.tag.caseCate_02{
    background: #dfb573;/*サロン*/
}
#case span.tag.caseCate_03{
    background: #bb81b6;/*美容室*/
}
#case span.tag.caseCate_04{
    background: #e58aa1;/*教室*/
}
#case span.tag.caseCate_05{
    background: #93b74b;/*施設*/
}
#case span.tag.caseCate_06{
    background: #fff;/*その他*/
    border: 1px solid #aaa;
    color: #aaa;
}

/*  PWAについて
------------------------------------------------------------ */
#pwa .container.lpitem h2 {
    color: #60686c;
    font-size: 2.5em; /*40px*/
}
#pwa .frame {
    border: none;
}
#pwa .frame:before {
    padding-top: 0;
}
#pwa .frame span {
    position: relative;
}

/*  受付デモ
------------------------------------------------------------ */
#demo.item{
    background: #f2fafe;
}
#demo .container.lpitem h2 {
    font-size: 2.5em; /*40px*/
}
#demo .container.lpitem h3{
    text-align: center;
}
#demo .container.lpitem .democomm {
    margin-bottom: 2.5em;
}
#demo .lpColBox{
    margin-bottom: 32px;
}
/*
#demo .lblcol,
#demo .lbrcol{
    background: #2086e6;
    padding: 1px;
}
*/
#demo .demo_box{
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
}
#demo .frame {
    border: none;
}
#demo .frame:before {
    padding-top: 0;
}
#demo .frame span {
    position: relative;
}
#demo .demolist,
#demo .demopdf {
    margin-bottom: 0;
}
#demo .demolist li,
#demo .demopdf li {
    padding: 1em;
}
#demo .demolist li:last-child{
    padding-bottom: 0;
}
#demo .demolist li h4{
    margin-bottom: 1em;
}
#demo .demolist li p{
    margin-bottom: 0;
}
#demo .demopdf{
    padding: 1.5em;
    margin-bottom: 0;
}

/*  料金
------------------------------------------------------------ */
#price .free{
    color: #70868f;
}
#price .paid1{
    color: #20aee6;
}
#price .paid2{
    color: #F6448F;
}
#price .paid3{
    color: #60bfb7;
}
#price .red{
    color: #ff0000;
}
#price .bgfree{
    background: #70868f;
    color: #fff;
}
#price .bgpaid1{
    background: #20aee6;
    color: #fff;
}
#price .bgpaid2{
    background: #F6448F;
    color: #fff;
}
#price .bgpaid3{
    background: #60bfb7;
    color: #fff;
}
#price ul.priceList {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
/*
#price ul.priceList>li {
    width: 32%;
    margin-right: 2%;
}
#price ul.priceList>li:nth-of-type(3n){
    margin-right: 0;
}
*/
#price ul.priceList>li {
    width: 100%;
    margin-bottom: 48px;
}
#price ul.priceList>li:last-child {
    margin-bottom: 0;
}
#price .price_box h3{
    text-align: center;
    padding: 1rem;
}
#price .price_box .pricedtl{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 16px;
    border: 1px solid #dde2e4;
}
#price .price_box .pricedtl.op{
    border-top: none;
}
#price .price_box .pricedtl .pricecont{
    margin-bottom: 16px;
}
#price .price_box .pricedtl .pricecont:last-child {
    margin-bottom: 0;
}
#price .price_box .pricedtl .pricecont.limit{
    position: relative;
    margin-top: 48px;
}
#price .price_box .pricedtl .pricecont.limit:before{
    content: "";
    position: absolute;
    display: block;
    left: calc(50% - 10px);
    top: -36px;
    border: 20px solid transparent;
    border-top: 20px solid #ff0000;
}
#price .price_box .pricedtl .pricecont.limit:after{
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: -48px;
    border: 10px solid #ff0000;
}
#price .price_box h4{
    width: 84%;
    margin-bottom: 16px;
}
#price .price_box ul{
    margin-bottom: 0;
}
#price .price_box .pay{
    border: none;
    border-radius: 24px;
    padding: 4px 12px;
    background: #dde2e4;
}
#price .price_box .prinum{
    font-size: 2em;
    font-weight: bold;
}
#price .price_box .text-left{
    text-align: left;
}
#price .price_box .catch{
    font-size: 1.25em;
}

/*  導入の流れ
------------------------------------------------------------ */
#introduction .introList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
#introduction .introList li{
    position: relative;
    width: 30%;
    margin-bottom: 48px;
    padding: 32px;
}
#introduction .introList li:after{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: -2em;
    border: 10px solid transparent;
    border-left: 10px solid #20aee6;
}
#introduction .introList li:nth-of-type(n+4) {
    margin-bottom: 0;
}
#introduction .introList li:nth-of-type(3n):after{
    border: none;
}
#introduction .introList h3{
    position:relative;
    display: flex;
    margin-bottom: 24px;
}
#introduction .introList h3 span.seq{
    padding-left: 1em;
    color: #fff;
}
#introduction .introList h3 span.seq:before{
    content: "";
    position: absolute;
    display: block;
    top: -2px;
    left: 5px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #20aee6;
    z-index: -1;
}
#introduction .introList h3 span.tit{
    position: relative;
    margin-left: 1em;
}
#introduction .introList li .cap{
    position: absolute;
    top: -12px;
    color: #20aee6;
}

/*  FAQ
------------------------------------------------------------ */
#faq.item{
    background: #f2fafe;
}
#faq #faqList h3{
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}
#faq #faqList h3:after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #2086e6 0%, #20aee6 50%);
}
#faq #faqList dl{
    background: #fff;
}
#faq #faqList dt {
	position: relative;
	padding: 2em 4em;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}
#faq #faqList dt:after {
    content: "+";
    font-size: 200%;
    position: absolute;
	top: 0.5em;
	right: 1em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#faq #faqList dt.close:after {
    content: "－";
}
#faq #faqList dd {
	position: relative;
	display: none;
	margin: 0;
	padding: 0 2em 2em 4em;
	border-top: 1px solid #dcdcdc;
}
#faq #faqList dd div{
	margin-top: 2em;
}
#faq #faqList dt > span,
#faq #faqList dd div > span{
	position: absolute;
	top: 1.3em;
	left: 1.5em;
	margin-right: 0.25em;
	font-size: 1.5em; /*24px*/
}
#faq #faqList span.icon-general-q {
    color: #2086e6;
}
#faq #faqList span.icon-general-a {
    color: #333;
}
#faq #faqList span.icon-general-q:before {
    content: "Q.";
}
#faq #faqList span.icon-general-a:before {
    content: "A.";
}

/*  お問い合わせ
------------------------------------------------------------ */
.bgBtn.contact a{
    background: #f6448e;
}
.bgBtn.demo1 a{
    background: #888888;
}

/*  お知らせ
------------------------------------------------------------ */
#info dl {
    overflow: hidden;
    width: 100%;
    margin-bottom: 48px;
}
#info dt{
	clear: both;
	float: left;
	padding: 30px 16px;
	width: 19em;
}
#info dd{
    padding: 32px 16px 32px 19em;
	border-bottom: 1px solid #ddd;
}
#info dd:nth-of-type(2n){
	background: #f8f8f8;
}
#info p.c span{
    margin-right: 8px;
}
#info span.date {
    display: inline-block;
    width: 7.5em;
}
#info span.tag {
    display: inline-block;
    width: 10em;
    margin-left: 0;
    padding: 2px 0;
    text-align: center;
    font-size: 0.9rem;
    background: #fff;
    border: 1px solid #2086e6;
    color: #2086e6;
}
span.tag.infoCate_01{
/*    background: #; */ /*ニュース*/
}
span.tag.infoCate_02{
/*    background: #; */ /*障害・メンテナンス*/
}
span.tag.infoCate_03{
/*    background: #; */ /*xxx*/
}

#info .article .photo {
    width: 792px;
    max-width: 100%;
    margin: 0 auto 16px;
}

/*  お知らせ（一覧）
------------------------------------------------------------ */
#info .article h3 small span.tag{
    margin-left: 1em;
}
