z@charset "UTF-8";
body {
	color: #4d4d4d;
	font-size: 13px;
}
.fc-red {
	color: #b21212;
}
.fc-black {
	color: #4d4d4d;
}
.fc-gray {
	color: #808080;
}
.fs-12 {
	font-size: 12px;
}
.fs-13 {
	font-size: 13px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-22 {
	font-size: 22px;
}
.fw-bold {
	font-weight: bold;
}
.lh-22 {
	line-height: 22px;
}
.ta-center {
	text-align: center;
}
.ta-left {
	text-align: left;
}
.bg-lightGray {
	background-color: #eeeeee;
}
.bg-lightGray2 {
	background-color: #f5f5f5;
}
.bg-white {
	background-color: #fff;
}
.bg-blue {
	background-color: #ccdfeb;
}
.pb-5 {
	padding-bottom: 5px;
}
a {
	color: #b21212;
}
a:hover {
	color: #800d0d;
}
.pc-display-none {
	display: none;
}
.sp-display-none {
	display: block;
}
/* -------------------------------

Header

------------------------------- */
header.header-ver-nav {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
header.header-ver-nav h1#nav-logo a {
	width: 174px;
	height: 60px;
	margin: 0 15px 0 20px;
	line-height: 60px;
	display: block;
}
#nav-logo a img {
	vertical-align: middle;
	margin-top: -2px;
}
.yc {
	display: table;
}
.yc-inner {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}
.yc-inner img {
	vertical-align: middle;
}
header.header-ver-nav nav ul {
	height: 60px;
}
header.header-ver-nav nav ul li {
	font-size: 12px;
	text-align: center;
	display: block;
	float: left;
}
header.header-ver-nav nav ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	line-height: 60px;
	color: #4d4d4d;
	padding: 0 10px;
}
header.header-ver-nav nav ul li a.nav-2line {
	line-height: 15px;
}
header.header-ver-nav nav ul li a.inquiry {
	color: #b21212;
}
header.header-ver-nav nav ul li a.inquiry:hover {
	color: #800d0d;
}
#about, #operation, #value, #fee, #flow {
	position: relative;
}
#about-link {
	position: absolute;
	top: -120px;
}
#operation-link, #value-link, #fee-link, #flow-link {
	position: absolute;
	top: -100px;
}
/*for IE7*/
header.header-ver-nav h1#nav-logo a {
/margin:30px 0 0 20px;
}
header.header-ver-nav nav ul li a:hover, header.header-ver-nav nav ul li.nav-on a {
	color: #800d0d;
}
/*btn*/
.header-ver-nav-inquiry {
	padding: 10px 15px 0 10px;
}
header.header-ver-nav nav ul li.header-ver-nav-inquiry a {
	color: #fff;
	background: #b21212;
	height: 40px;
	line-height: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
}
header.header-ver-nav nav ul li.header-ver-nav-inquiry a:hover {
	color: #fff;
	background: #800d0d;
}

@media only screen and (max-width:767px) {
.slicknav_nav li.header-ver-nav-inquiry a {
	color: #fff;
	background-color: #2fb9cd;
}
.slicknav_nav li.header-ver-nav-inquiry a:hover {
	background: #1196a9;
}
}
/*slicknav*/
.slicknav_btn {
	background-color: #fff;
	margin: 0 0 10px 0;
	padding: 8px;
}
.slicknav_btn:hover {
	background-color: #fff;
}
.slicknav_menu {
	padding: 10px 10px 0 10px;
}
.slicknav_menu .slicknav_icon {
	margin-top: 3px;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #b21212;
	width: 20px;
	height: 3px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	box-shadow: none;
	margin-bottom: 3px;
}
.slicknav_nav {
	margin: 5px 5px 15px 5px;
}
.slicknav_nav a {
	padding: 10px 0;
	color: #4d4d4d;
}
.slicknav_nav a.inquiry {
	color: #b21212;
}
/* -------------------------------

Contents

------------------------------- */
.block980 {
	max-width: 980px;
	margin: 0 auto;
}
.block820 {
	max-width: 820px;
	margin: 0 auto;
}
.bx-viewport {
	position: static !important;
}

@media only screen and (max-width:767px) {
#feature, #about, #case, #flow, #faq {
	margin: 0;
	padding: 0;
}
}
/*main image*/
.main-img {
	margin-top: 60px;
	height: 400px;
	background: url(../../img/storematch/main-img@2x.jpg) top center no-repeat #f7f7f8;
	background-size: 1180px 400px;
	width: 100%;
}
.main-img-inner {
	padding-top: 100px;
	padding-left: 20px;
}
.main-img-inner-left {
	padding-right: 10px;
}
.main-img-inner-right img {
	vertical-align: bottom;
}
.main-img-logo {
	height: 130px;
	margin-left: -25px;
}
.main-img-logo img {
	max-width: 550px;
	width: 100%;
	height: auto;
}
.main-img-copy {
	font-size: 18px;
	color: #666666;
	margin-top: -5px;
	padding-bottom: 10px;
}
.main-img-copy span {
	color: #b31212;
	font-size: 24px;
	font-weight: bold;
}
.main-img-txt {
	font-size: 16px;
	padding-top: 15px;
	padding-left: 100px;
}
.main-img-txt span {
	font-size: 15px;
	font-weight: bold;
}
/*subtitle*/
.subtitle {
	margin: 30px auto 10px auto;
}
.subtitle-icon {
	float: left;
}
.subtitle-icon img {
	width: 100%;
	max-width: 80px;
	height: auto;
	margin: 0 20px 0 0;
}
.subtitle-txt, .subtitle-txt-1 {
	float: left;
	margin-top: 15px;
	font-size: 2em;
	font-weight: bold;
	color: #000;
}
.s-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.a-content {
	padding: 30px;
}
.a-content-left {
	box-sizing: border-box;
	width: 45%;
}
.a-content-right {
	border-left: solid 1px #cccccc;
	box-sizing: border-box;
	width: 55%;
}
.a-content-right li {
	padding-bottom: 3px;
}
.a-content-botto-left {
/*width:470px;*/
}
.op-ul li {
	padding-bottom: 30px;
}
.op-ul li img {
	vertical-align: middle;
}
.op-copy {
	font-size: 20px;
	font-weight: bold;
	color: #b21212;
	text-align: center;
}
.s-title-2 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.op-keyword .s-title-2 {
	background-color: #d5474c;
}
.op-competition .s-title-2 {
	background-color: #697eba;
}
.op-secret .s-title-2 {
	background-color: #f3af42;
}
.op-verification .s-title-2 {
	background-color: #68ba6e;
}
.op-content-title {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}
.op-verification .op-content {
	padding: 20px;
}
.op-verification .op-content-left {
	width: 100%;
	padding-right:330px;
	box-sizing:border-box;
	display: table;
	height: 210px;
}
.op-verification .op-content-left p {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	padding: 0 30px 0 10px;
}
.op-verification .op-content-right {
	max-width: 330px;
	height: auto;
	margin-left:-330px;
}
.v-left {
	max-width: 530px;
	height: 480px;
}
.v-right {
	max-width: 410px;
	height: 480px;
	box-sizing: border-box;
	background: url(../../img/storematch/v-img3.png) bottom right no-repeat #fff;
}
.v-right ul {
	padding: 0 30px;
}
.v-right ul li {
	padding-left: 30px;
	font-size: 14px;
	padding-bottom: 5px;
}
.v-right ul li span {
	margin-left: -17px;
}
/* table */
table thead th, table tbody td, table tr td {
	padding: 10px 0;
}
.comparison-table table tr, .comparison-table table tr td {
	border: solid 1px #e5e5e5;
}

.comparison-table table tr, .comparison-table table tr td.right-border-none {
	border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
}

.comparison-table table tr, .comparison-table table tr td.bottom-border-none {
	border-bottom: solid 1px #f5f5f5;
}
table tr td {
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
table tr td:first-child {
	white-space: normal;
	font-weight: normal;
	padding-right: 0;
}
table tr td.fw-bold {
	font-weight: bold;
}

.comparison-table-hdr {
	background-color: #808080;
	color: #fff;
}
.comparison-table table tr td.cth-gray {
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
}
.comparison-table table tr td.cth-right-gray {
	border-right: solid 1px #e5e5e5 !important;
}
.comparison-table table tr td.cth-left-gray {
	border-left: solid 1px #e5e5e5 !important;
}

.comparison-table table tr td.td4box1,
.comparison-table table tr td.td5box1{
	border-right: dotted 2px #e5e5e5 !important;
}

.comparison-table table tr td.bottom-border-none {
	border-bottom:none !important;
}
.comparison-table table tr td.cth-red {
	background-color: #b21212;
	border: solid 1px #b21212;
	border-bottom: solid 1px #ffffff;
	text-align:center;
}
.comparison-table table tr td.cth-right-red {
	border-right: solid 1px #b21212;
}
.comparison-table table tr td.cth-bottom-red {
	border-bottom: solid 1px #b21212;
}
.comparison-table table tr td.cth-pink {
	background-color:#d29592;
	border: solid 1px #b21212;
	border-bottom: solid 1px #ffffff;
	text-align:center;
	font-weight: bold;
	color: #fff;
}


.comparison-table table tr td.head01 {
	width: 20%;
}

.td4box,
.td4box1{
	width:15%;
}

.td5box,
.td5box1{
	width: 8%;
}

.comparison-table .table2 {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}


/* balloon-2 bottom */
.balloon-2-bottom {
	position: relative;
	display: block;
	width: 180px;
	height: 50px;
	color: #2D1616;
	line-height: 50px;
	text-align: left;
	background: #fff;
	z-index: 0;
	box-sizing: border-box;
	font-size: 14px;
}
.balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
.balloon-2-bottom > div {
	position: relative;
}
.balloon-2-bottom > div > span {
	padding-left: 50px;
}
.circle {
	position: absolute;
	left: 13px;
	top: 13px;
	line-height: 26px;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 13px;/* width,heightの半分 */
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #808080;/* 円の色 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.f-txt {
	display: table;
	height: 50px;
	max-width: 640px;
	box-sizing: border-box;
}
.f-txt > div {
	display: table-cell;
	vertical-align: middle;
}
.afterDeleate:after {
	display: none;
}
.application-btn {
	max-width: 400px;
	margin: 0 auto;
	height: 60px;
}
.application-btn a {
	display: block;
	background-color: #b21212;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.application-btn a:hover {
	background-color: #800d0d;
}
/* footer */
footer {
	border-top: none;
	padding: 30px 0;
}
.ftr-menu-right {
	float: right;
}
.ftr-menu-right li {
	float: left;
}
.ftr-menu-right li a {
	color: #4d4d4d;
}
.ftr-menu-right li a:hover, .ftr-menu-right li a.fc-red:hover {
	color: #800d0d;
}
.ftr-menu-right li a.fc-red {
	color: #b21212;
}
.footer-copyright {
	padding: 25px 0 0 0;
	letter-spacing: normal;
	font-size: 11px;
}


@media only screen and (max-width:767px) {
.subtitle {
	margin: 0;
}
.subtitle-txt, .subtitle-txt-1 {
	font-size: 1.7em;
}
}

@media only screen and (max-width:479px) {
.subtitle-icon {
	width: 20%;
}
.subtitle-icon img {
	margin: 0 10px 0 0;
}
.subtitle-txt, .subtitle-txt-1 {
	width: 75%;
	float: right;
	margin-top: 0;
	font-size: 1.5em;
	line-height: 1.3em;
}
.subtitle-txt-1 {
	margin-top: 13px;
}
}
/*txt & image*/
.lp-txt {
	margin-bottom: 20px;
	font-size: 1.2em;
}
.lp-image img {
	width: 100%;
	max-width: 980px;
	height: auto;
}

@media only screen and (max-width:479px) {
.lp-txt {
	margin-bottom: 10px;
	font-size: 1em;
}
.lp-image img {
	margin-bottom: 20px;
}
}
/*line-bg*/
.line-bg {
	margin: 30px 0 60px 0;
	padding: 20px 20px 0 20px;
	border: 10px #eee solid;
}
.line-bg-title {
	font-size: 2em;
	font-weight: bold;
	color: #000;
}

@media only screen and (max-width:767px) {
.line-bg {
	margin: 0 0 20px 0;
}
}

@media only screen and (max-width:479px) {
.line-bg {
	margin: 0 0 20px 0;
	border: 5px #eee solid;
}
.line-bg-title {
	font-size: 1.3em;
}
}
/*faq*/
.faq-bg {
	margin-bottom: 60px;
}
.faq-q {
	margin-bottom: 15px;
	font-size: 1.6em;
	font-weight: bold;
	color: #2fb9cd;
}
.faq-a {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
	border: 1px solid #2fb9cd;
	font-size: 1.2em;
}
.faq-a:after, .faq-a:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.faq-a:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.faq-a:before {
	border-color: rgba(47, 185, 205, 0);
	border-bottom-color: #2fb9cd;
	border-width: 11px;
	margin-left: -11px;
}

@media only screen and (max-width:767px) {
.faq-bg {
	margin-bottom: 30px;
}
.faq-q {
	margin-top: 10px;
	margin-bottom: 10px;
}
.faq-a {
	margin-bottom: 20px;
	padding: 20px;
}
}

@media only screen and (max-width:479px) {
.faq-q {
	font-size: 1.2em;
}
.faq-a {
	font-size: 1.0em;
}
}
/*inquiry offer*/
.lp-inquiry a, .lp-offer a {
	width: 465px;
	display: block;
	margin-bottom: 60px;
	padding: 25px 0;
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.lp-inquiry a {
	float: left;
	background: #2fb9cd;
}
.lp-offer a {
	float: right;
	background: #ff724c;
}
.lp-inquiry a:hover {
	background: #1196a9;
}
.lp-offer a:hover {
	background: #eb4214;
}

@media only screen and (max-width:767px) {
.lp-inquiry a, .lp-offer a {
	width: 100%;
	margin-bottom: 0;
	float: none;
}
.lp-inquiry a {
	margin-bottom: 20px;
}
}

@media only screen and (max-width:479px) {
.lp-inquiry a, .lp-offer a {
	padding: 15px 0;
	font-size: 1.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
}

@media only screen and (max-width:955px) {
.slicknav_menu {
	display: block;
}
header.header-ver-nav, header.header-ver-nav h1#nav-logo {
	display: none;
}
h1#nav-mobilelogo {
	margin-top: 9px;
	margin-right: 10px;
}
.yc-sp {
	line-height: 0;
	margin-top: 5px;
}
.main-img {
	margin-top: 0;
}
.slicknav_nav .sp-display-none {
	display:none;
}
.slicknav_nav li.header-ver-nav-inquiry a {
	background-color: #b21212;
	color:#fff;
}
.slicknav_nav li.header-ver-nav-inquiry a:hover {
	background-color: #800d0d;
}
.header-ver-nav-inquiry {
	padding: 0;
}
.v-left {
	margin-bottom: 30px;
}
.f-txt {
	max-width: 600px;
}
}

@media only screen and (max-width:480px) {
.pc-display-none {
	display: block;
}
.sp-display-none {
	display: none;
}
#about-link {
	position: absolute;
	top: -50px;
}
#operation-link, #value-link, #fee-link, #flow-link {
	position: absolute;
	top: -30px;
}
.main-img {
	margin-top: 0;
	height: auto;
	background: none;
	line-height: 0;
}
.main-img img {
	width: 100%;
	height: auto;
}
.block980, .block820 {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.a-content-left {
	float: none;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #cccccc;
}
.a-content-left > div {
	padding-right: 0 !important;
}
.a-content-left > div > div, .a-content-right > div > div {
	text-align: center;
}
.a-content-right {
	float: none;
	border-left: none;
	width: 100%;
}
.a-content-right > div {
	padding-left: 0 !important;
}
.a-content-botto-left {
	padding-right: 0 !important;
}
.op-ul {
	padding-bottom: 30px;
}
.op-ul li {
	box-sizing: border-box;
	width: 50%;
	padding-left: 2% !important;
	padding-right: 2% !important;
	padding-bottom: 15px;
}
.op-ul li img {
	width: 100%;
}
.op-verification .op-content-left {
	width: 100%;
	float: none;
	display: block;
	height: auto;
	padding: 20px 0 40px;
}
.op-verification .op-content-left p {
	width: 100%;
	padding: 0;
	display: block;
}
.op-verification .op-content-right {
	float: none;
	margin-left:0;
}
.op-content-right img {
	margin-bottom: 0;
}
.v-left {
	float: none;
	margin-right: 0 !important;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.v-right {
	background-size: 100% auto;
}
table tr td:first-child {
	padding-left: 10px;
}
.balloon-2-bottom {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.balloon-2-bottom:after {
	display: none;
}
.balloon-2-bottom > div {
	width: 180px;
	margin: 0 auto;
}
.b2-txt {
	padding-left: 0 !important;
}
.page-top a {
	color: #fff;
	background: #808080;
}
.footer-logo {
	padding-bottom: 10px;
}
.ftr-menu-right, .ftr-menu-right li {
	width: 100%;
	float: none;
}
.ftr-menu-right {
	border-top: solid 1px #ddd;
}
.ftr-menu-right li {
	padding-right: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
	background-color:#eeeeee;
}
.ftr-menu-right li a {
	display: block;
}
}

/* ---------- お申し込みの際の注意 ---------- */

.application-notes {
    background-color: #fff;
    padding: 0 30px 30px;
}
.application-notes .s-title {
    font-size: 18px;
}
.application-notes ul {
    padding-left: 26px;
    list-style: disc;
    list-style-position: outside;
}
.application-notes ul li {
    line-height: 26px;
}

/*--- 2017/08/18 add --*/
.indentUl li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
