@charset "UTF-8";


:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover {
    color: var(--linkhover-color);
}




/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 150px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #0FA0CE;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 500; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside;  }
ol {
  list-style: decimal outside; margin-left: 10px; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse; }
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem; }


/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; }
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.pull-right {
  float: right; }
.pull-left {
  float: left; }

/* 共通
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fs12 { font-size: 12px; }
.fs20 { font-size: 20px; }
.bold { font-weight: bold; }
.tac { text-align: center; }

/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}



/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}

body {
    color: #000;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    background:#fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
	padding:0;
}

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
}
/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

/*.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}*/
/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.col {
    margin-left: 4%;
}

.col:first-child {
    margin-left: 0;
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}


}


/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;}

h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: -.1rem; font-weight:bold;}
h3 { font-size: 2.8rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* PC表示 */
@media (min-width: 550px) {
/*h1 { font-size: 3.0rem; }*/
  h2 { font-size: 2.8rem; }
  h3 { font-size: 2.5rem; }
  h4 { font-size: 2.0rem; }
  h5 { font-size: 1.8rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #0080ff; }
a:hover {
  color: #0FA0CE; }


/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }



ul.header-btn {
display: flex;
    justify-content: center;
}
.header-btn li.new,.header-btn li.login {
list-style: none;
  width: 150px;
  height: 50px;
  box-sizing:border-box;
  margin: 0 5px;
}
.header-btn li.new a { background: #D4145A; }
.header-btn li.login a { background: #00C4CB; }
.header-btn li.new a:hover { border:3px solid #D4145A; color: #D4145A; background-color: #fff; text-decoration: none; }
.header-btn li.login a:hover { border:3px solid #00C4CB; color: #00C4CB; background-color: #fff; text-decoration: none; }
.header-btn li a {
  margin: 0 auto;
  padding:0.3em;
  color: #fff;
  font-size: 16px;
  font-weight:bold;
  transition: 0.3s;
text-align:center;
border-radius: 5px;
}

ul.header-btn li.printbtn input[type="submit"] {
  width: 120px;
  height: 35px;
  box-sizing:border-box;
  margin: 0px 15px 0 0;
  padding:0;
  background: #fff;
  font-size:0.8em;
  font-weight:bold;
  line-height:1.5em;
  border:2px solid #aaa;
  border-radius: 5px;
  color:#999;
  font-weight:bold;
  transition: 0.3s;
}
ul.header-btn li.printbtn input[type="submit"]:hover{
border:3px solid #555;
color: #555;
background-color: #fff;
text-decoration: none;
padding:0.3em;
height: 40px;
}

ul.header-btn {
display: flex;
}
.header-btn li.new,.header-btn li.login,.header-btn li.printbtn  {
list-style: none;
  width: 120px;
  height: 40px;
  box-sizing:border-box;
  margin: 0 5px;
}

/* BUTTON　資料ダウンロード＆新規登録　*/

.siryo_dl_btn,.inquily_btn{
margin:0 auto;
max-width: 600px;
width: 70%;
margin:5em auto;

}
.siryo_dl_btn a{
margin: 0 auto;
padding:1.5em;
font-size: 22px;
font-weight:bold;
border:5px solid #0174BA;
background-color: #0174BA;
color: #FFF;
transition: 0.3s;
text-align:center;
border-radius: 10px;
}
.siryo_dl_btn a::after {
}
.siryo_dl_btn a:hover {
text-decoration: none;
background-color: #FFF;
border:5px solid #0174BA;
color: #0174BA;
}

.inquily_btn a {
  margin: 0 auto;
  padding:1.5em;
  color: #fff;
  font-size: 18px;
  font-weight:bold;
  background-color: #D4145A;
border:5px solid #D4145A;
  transition: 0.3s;
text-align:center;
border-radius: 10px;
}
.inquily_btn a::after {
}
.inquily_btn a:hover {
  text-decoration: none;
  background-color: #fff;
border:5px solid #D4145A;
color: #D4145A;
}




/*共通
-------------------------------------*/
.midashi-bottom {
text-align: center;
padding: 0 20px;
}



/*ヘッダー
-------------------------------------*/

header{
z-index: 1;
position: fixed;	/* 要素の位置を固定する */
top: 0; /* 基準の位置を画面の一番下に指定する */
center: 0; /* 基準の位置を画面の一番右に指定する */
width:100%; /* 幅を指定する */
padding-bottom: 0;
background-color:#fff;
/*border-bottom: 6px solid #fc6b02;*/
}

.header {
 justify-content: space-between;
    padding: 2rem 0 0 0;
	display: flex;
    flex-direction: row;
}
h1 {
font-size: 1em;
line-height: 1.2;
letter-spacing: -.1rem;
text-align:center;
margin:0em auto 0.5em;
}

.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
font-size:0.6em;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);
}
nav a {
    padding: 0.5rem;
}
/* PC表示 */


/*メイン画像
-------------------------------------*/
.mainimg {
margin:96px auto 0;
text-align:center;
}
.mainimg img {
  width: 100%;
  max-width: 1600px;
  height: 320px;
  object-fit: cover;
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 auto 0;
}
section {
  padding-top: 3%;
  padding-bottom: 5%;
}

.section3{
  text-align: center;
}
.section4{
  text-align: center;
}
.section4{
  text-align: center;
}

.gray-back {
	background-color: #D7EEF7;
/*	background-color: var(--back-color);*/
}
.contimg{
margin:0 auto;
text-align:center;
}

.contents{
  width: 95%;
  margin: auto;
  margin-top: 20px;
}
.contents_inner{
  max-width: 700px;
  margin: auto;
}
.what_db{
  width: 95%;
  margin: auto;
  border: 3px solid #004E95;
  border-radius: 20px;
  padding: 15px 30px  5px 30px ;
  margin-bottom: 20px;
}
/*ご提供形式
-------------------------------------*/
.keisiki{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.keisiki div{
  width: 50%;
  margin: auto;
}
/*価格表
-------------------------------------*/
.kakaku{
  width: 100%;

}
.kakaku tr th{
  width: 30%;
  background-color: #0071BB;
  color: white;
  border: 1px solid #004E95;
  text-align: center;
}
.kakaku tr td{
  background: white;
  text-align: center;
  border: 1px solid black;
}
.kakaku2{
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.4rem;
}
/*DBの特徴
-------------------------------------*/
.group{
  display: flex;
  margin-top: 1em;
}
.list{
  width: 40%;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #2F8DCC;
  border: 1px solid black;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.description{
  width: 60%;
  background-color: white;
  padding: 15px 30px  5px 30px ;
  border-top: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;

}
.list img{
  width: 30px;
  margin-right: 10px;
}
.list p{
  padding-top: 8px;
}
.section8 .group .list{
  width: 10%;
  border: none;
  background: white;
}
.section8 .group .description{
  width: 90%;
  border: none;
  background: white;
}
/*キャッチコピー
-------------------------------------*/
.catch .catchtop {
background: #272c83;
text-align: center;
padding: 10px 0 0 0;
margin-top: -28px;
}
.catch .catchbottom {
width: 980px;
margin: 0 auto;
}
.catch {
text-align: left;
font-size:1.1em;
margin:0 auto;
}
.catch p.bold {
font-weight: bold;
margin-bottom: 40px;
}
.catch p.bold span{
font-size:1.4em;
}
.catch .catchimg {
text-align: center;
margin: 0;
padding: 0;
}
.catch .catchbox {
border-radius: 20px;
color: #272c83;
border: 4px solid #fb6b01;
background: #fff9ed;
padding: 20px;
margin-bottom: 20px;
}
.catch span.cbc { color: #fb6b01; }
.catch .catchbox .catchbox01 {
text-align: center;
font-weight: bold;
font-size: 24px;
}
.catch .catchbox .catchbox01 span.bdl {
background: url(../images/chusho_img/bdl.png) 0	50px;
}
.catch .catchbox .catchbox02 {
text-align: center;
font-weight: bold;
font-size: 16px;
border-radius: 20px;
background: #FFF;
padding: 20px;
}
.catchtxt {
color: #004E95;
font-size: 1.2em;
font-weight: bold;
}

.under {
    border-bottom: 0.4rem solid #00467E;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}


/* こんな方にオススメ！
-------------------------------------*/
.osusume{
width:80%;
max-width:1000px;
}
.osusume .osusumeimg { padding: 40px 0; }
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
.osusume ul {
display: flex;
}
.osusume li {
width: 25%;
font-weight: bold;
list-style: none;
padding: 50px 0;
margin: 10px;
}
.osusume li p:first-child {
border: 4px solid #3682BC;
border-radius: 20px;
background: #D3EDF9;
padding: 20px 0;
margin-bottom: 20px;
}
.osusume li span {
fontweight: bold;
font-size:1.4em;
}

/* 中小企業小売りファインダーの特長
-------------------------------------*/
.tokucho{
}
.tokucho table{
width:80%;
margin:0 auto;
border-collapse: separate;
border-spacing: 0px 16px;
}
.tokucho th{
width:320px;
font-size:1.4em;
font-weight:bold;
text-align:center;
color:#fff;
padding: 0 12px 0 40px;
margin-bottom:1em;
border: 4px solid #fc6b02;
background: #fc6b02 url(../images/chusho_img/icon_check.png) 10px center no-repeat;
}
.tokucho td{
background-color:#fff;
padding:1em;
border: 4px solid #fc6b02;
}

/* 企業様の声
-------------------------------------*/
.voice ul {
list-style: none;
}
.voice li p.v01 {
min-width: 200px;
}
.voice li p.v02 {
color: #FFF;
font-weight: bold;
text-align: left;
background: #fc6b02;
border-radius: 10px;
padding: 20px;
}




/* 資料ダウンロード
-------------------------------------*/
p.siryo_box{
margin:0 auto 2em;
width:60%;
text-align: center;
}

/*問い合わせボタン
-------------------------------------*/
.pc_tel{
margin:0 auto;
text-align:center;
}

/* CTA
-------------------------------------*/
.cta {
width: 820px;
border: 4px solid #fc6b02;
border-radius: 10px;
background: #FFF;
padding: 20px;
margin: 0 auto;
}



/* データ項目
-------------------------------------*/
.datasample .dataitem {
display: flex;
width: 80%;
background: #fc6b02;
color: #FFF;
font-weight: bold;
font-size: 1.8rem;
padding: 20px;
margin: 0 auto 40px auto;
}
.datasample ul {
list-style: none;
width: 33.3%;
margin: 0;
}


/* ご利用の流れ
-------------------------------------*/
.work-flow { padding-top: 20px; }




/*アンケート回答モニターについて
-------------------------------------*/
.about .aboutbox {
border: 2px solid #0C6EAE;
border-radius: 30px;
padding: 20px;
margin-bottom: 40px;
}
.about .midashi {
text-align: left;
font-weight: bold;
font-size: 16px;
}
.about .txt {
text-align: left;
padding-bottom: 20px;
}



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

.faq{
width:80%;
margin:0 auto;
}
.qanda{
margin:3em;
}
span.qanda_q {
color:#F6921E;
font-weight:bold;
}
span.qanda_a {
color:#0071BB;
font-weight:bold;
}

ul.faq01 {
display: flex;
list-style: none;
}
ul.faq01 li {
width: 50%;
padding: 20px 20px 0 20px;
}


/*フッター
-------------------------------------*/
footer {
background-color: #29aae1;
padding: 2rem 0;
color:#fff;
}
footer .footer_wrap li {
	padding: 0 10px;
	list-style: none;
	font-size: 12px;
}

footer .footer_flx {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer img {
	width: 70%;
}

#footer_text a:link {
	color: #fff;
	text-decoration: none;
}
#footer_text a:visited {
	color: #fff;
	text-decoration: none;
}
#footer_text a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer_text a:active {
	color: #fff;
	text-decoration: none;
}



#lp_pankuzu {

display:flex;
justify-content: center;
  text-align: center;
  font-size: 0.8em;
  margin: 20px auto;
}

#lp_com_info{
text-align:center;
}

.copyright {
    text-align: center;
    padding: 1rem 0;
}
.footer_cont{
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 0;s
}
.footer_cont a{
  display: inline;
  color: white;
  text-decoration: underline;
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}


@media all and (min-width: 768px){
.spnone { display: none; }
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
display: block !important;
background-color:#f7f7f7;
}
#navi ul li{
width:50px;
padding:0.5em;
margin:0;
}
#navi ul li a{
color:#555;
font-size: 1.4rem;
line-height:1.2em;
}

.sp_tel{
    display: none !important;
}

/* PCのみ　企業様の声
-------------------------------------*/
.voice li {
display: flex;
}
.voice li:nth-child(2n) {
flex-direction: row-reverse;
}

.voice .fukidashi-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fc6b02;
}

.voice .fukidashi-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fc6b02;
}
.voice .fukidashi-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fc6b02;
}

.voice .fukidashi-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fc6b02;
}

}/*PC版ここまで -------------------------------------*/







/* スマホ表示 */
@media all and (max-width: 768px){
.pcnone { display: none; }
.header {
margin:10px 0 10px;
padding:0;
}
.header #open,#close  {
position: absolute;
top: 20px;
right: 12px;
}

h2,h3,h4{
font-size:1em!important;
}
#header_title{
width:100px!important;
}
.pc_header_tel{

}
.header-btn li.printbtn  {
display:none;
}

/* header ----- */
header { padding-bottom: 0; }
.header {
justify-content: flex-start;
flex-wrap: wrap;
}
.header .header_flx {
flex-grow: 1;
width: 50%;
box-sizing: border-box;
}
.header-btn li {
width: 50% !important;
}

/* footer ----- */
footer .blc { display: block; text-align: center; }


/*スマホ版メイン画像
-------------------------------------*/
.mainimg {
width: 100%;
margin:132px auto 0;
}
.mainimg img {
width: 100%!important;
height: 130px!important;
object-fit: cover!important;
}


/*スマホ版ナビボタン
-------------------------------------*/
nav ul {
flex-direction: column;
}
#navi ul li{
font-size:1em;
}
#navi ul li a{
color:#555;
}
.header li {
padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
display: none;
}


/*キャッチコピー
-------------------------------------*/
.catch { width: 100%; }
.catch .catchtop { text-align: center; }
.catch .catchtop img { width: 90%; }
.catch .catchimg { width: 90%; margin: 0 auto; }
.catch .catchbottom {
width: 90%;
}

section{
margin: 0!important;
}
.nayami img{
display: none;
}


p.siryo_box{
width:90%!important;
font-size:0.8em!important;
}
.siryo_dl_btn{
width:90%!important;
}
.client1,.client2{
margin-top:3em;
display:flex;
flex-direction:column;
txt-align:center;
}
.clientimg,
.clientvoice{
margin:0 auto;
txt-align:center;
}

.faq{
width:90%!important;
margin:0 auto!important;
padding:0!important;
}
.qanda{
width:100%!important;
margin:0 auto 3em!important;
padding:0!important;
}

.inquily_btn{
width:90%!important;
}
.pc_tel{
display: none;
}
section#8 container{
margin:0 auto!important;
padding:0!important;
}
.copyright{
font-size:0.8em;
}
.sp_tel{
    margin:0 auto;
text-align:center;
}
.sp_tel img{
width:70%;
}


/* CTA
-------------------------------------*/
.cta {
width: 90%;
}
.cta .inquily_btn {
margin: 0 auto;
}
.cta .inquily_btn a {
padding: 10px;
font-size: 16px;
}

/*スマホ版 中小企業小売りファインダーの特長
-------------------------------------*/
.tokucho table{
width:90%;
margin:0 auto;
}
.tokucho th{
display:block;
width:100%;
margin:0 auto 0;
}
.tokucho td{
display:block;
width:100%;
margin:0 auto 1em;
}

/* 企業様の声
-------------------------------------*/
.voice .fukidashi-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fc6b02;
}

.voice .fukidashi-top:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fc6b02;
}

/* 中小企業小売りデータベースの特長
-------------------------------------*/
.tokucho ul {
display: block;
}
.tokucho li {
width: 100%;
margin: 0 auto 40px auto ;
}

/* データ項目
-------------------------------------*/
.datasample .dataitem {
width: 100%;
font-size: 1.4rem;
}

/* よくある質問
------------------------------------- */
.qanda ul.faq01 { display: block; }
.qanda ul.faq01 li { width: 100%; padding: 20px 20px 0 20px; ｝



}/*スマホ版ここまで -------------------------------------*/

/* 幅768px以下の表示
-------------------------------------*/
@media all and (max-width: 768px){

/*ヘッダー
-------------------------------------*/
.header-box { display: none; }

/*お問い合わせ
-------------------------------------*/
.table th { width: 100%; display: block; }
.table td { display: block; }
}






/*　印刷用設定内容
-------------------------------------*/
@media print{
header{ position:relative; }
.column{ overflow:hidden; }
.sp_tel{ display:none; }
.pc_tel{ display: block; }
}
