@charset "utf-8";

/*
Theme Name: Original Theme
purged: 2025-06-13

*/

/* reset
++++++++++++++++++++++++*/

body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
}

@media(max-width:767px){
button,
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}
}

img, fieldset {
	border: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, h7,
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.5;
  letter-spacing: .5pt;
}
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.75;
}


/* common class
++++++++++++++++++++++++*/

/* font */
.bold { font-weight: bold; }

/* layout */
.table { display: table; width: 100%; margin: 0; }
.table.fixed { table-layout: fixed; }
.table > * { display: table-cell; }
.table.vt > * { vertical-align: top; }
.flex { display: -ms-flexbox; display: flex; }
.flex.left { -ms-flex-pack: start; justify-content: flex-start; }
.flex.right { -ms-flex-pack: end; justify-content: flex-end; }
.flex.center { -ms-flex-pack: center; justify-content: center; }
.flex.top { -ms-flex-align: start; align-items: flex-start; }
.flex.bottom { -ms-flex-align: end; align-items: flex-end; }
.flex.wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex[class*='col'] { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex.vt > * { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.flex.vt > * > * { width: 100%; }
.flex.tr > * { text-align: right; }

/* border */

/* tel */
@media screen and (min-width: 960px) {
[href^="tel"] {
    pointer-events: none;
}
}

/* slick slider */

/* wordpress
++++++++++++++++++++++++*/

/* breadcrumb */
#breadcrumb {
  font-size: 11px;
  margin-bottom: .5em;
}

/* wp pagenavi */

/* social */

/* post */
ol,
ol li {
  list-style: decimal inside;
}
em {
  font-weight: bold;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 Start Cording

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* all setting
++++++++++++++++++++++++*/

body {
	font-family: 'メイリオ', 'Meiryo','游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	color: #202020;
	width: 100%;
	background: #fff;
}

/* wrapper */
.container {
  width: 100%;
  padding: 0 4vw;
  margin: 0 auto;
	background-color: transparent;
}
.main_img {
  padding: 0;
}

/* title */

/* text */
.font_min {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; /* 明朝系 */}

h1.content_ttl,
h2.content_ttl {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; /* 明朝系 */
	font-size: 5.5vw;
	font-weight: bold;
	color: #da2d30;
	text-align: center;
	letter-spacing: 1vw;
	padding-bottom: 5vw;
	background: url(../../image/business/ico_h2.png) no-repeat center bottom;
	background-size: 12vw auto;
	margin-bottom: 5vw;
}

h3.content_sub_ttl {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; /* 明朝系 */
	font-size: 5.5vw;
	letter-spacing: 1vw;
	font-weight: bold;
	color: #d92c30;
	text-align: center;
	margin-bottom: 4vw;
}

h3.content_sub_ttl span {
	font-size: 70%;
}

.disc {
	font-size: 3vw;
	color: #676767;
	margin-bottom: 0.5em;
}

/* link */
a:focus, a:hover, a { color: inherit; text-decoration: none; }
a:focus, a:hover { text-decoration: none; opacity: 1;}
p > a:hover, p > a { color: inherit;}
a:hover img { filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

/* button */

/* box */
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

*,*:before,*:after {box-sizing:border-box;}

main {
	display: block;
	padding-top: calc(12vw + 2px);
}

.bg_lightgray {background: #f7f3ef;}

/* header
++++++++++++++++++++++++*/
#header {
	border-top: 2px solid #db2e30;
	border-bottom: none;
	padding: 0;
	background: #fff;
	position: fixed;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	height: auto;
	transition: 0.5s;
	overflow: visible;
}

#header .h_logo {
	width: 80vw;
	height: 12vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	margin: 0;
}

#header .h_logo .h_logo_image img {
	width: auto;
	height: 6vw;
	margin-left: 5vw;
}

#header .h_logo p.h_logo_text {
	width: auto;
	margin: 0 0 0 3vw;
	line-height: 1;
}

#header .h_logo p.h_logo_text a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 3.5vw;
}

#header .h_box {
	width: 12vw;
	height: 12vw;
	display: flex;
	justify-content: flex-end;
}

.h_menu img {
	width: 5vw;
	transition: 0.5s;
}

#sp_menu {
	width: 12vw;
	height: 12vw;
	background: #db2e30;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#gnav {
	display: none;
	width: 100%;
	border-top: 1px solid #e3e3e3;
	transition: 0.5s;
	height: 100vh;
	background: #fff;
}

#gnav ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 1vw;
	background: #fff;
}

#gnav ul li {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	font-size: 4vw;
	letter-spacing: 0.5vw;
	line-height: 1em;
	color: #212121;
	font-weight: bold;
}

#gnav ul li > a {
	color: #212121;
	display: block;
	padding: 4.5vw 4vw;
	background: url(../../image/business/ico_arrow_1.png) no-repeat right 5vw center;
	background-size: auto 3vw;
}

#houjin_gnav_sp {
	display: none;
	position: fixed;
	top: calc(12vw + 2px);
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	overflow-y: scroll;
	-webkit-overflow-scrolling : touch;
	border-top: 1px solid #DDD;
	color: #333;
	background-color: rgba(0, 0, 0, 0.5);
}

#houjin_gnav_sp .gnav_menubtn {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 16vw;
	margin: 0;
	padding: 2vw 6vw 2vw 4vw;
	font-size: 4vw;
	font-weight: bold;
	background: #FFF;
	box-sizing: border-box;
	border-bottom: 1px solid #DDD;
}
#houjin_gnav_sp .gnav_menubtn::after {
	display: block;
	content: "";
	position: absolute;
	right: 3vw;
	top: calc(50% - 2.5vw);
	border-bottom: solid 1px #db2e30;
	border-right: solid 1px #db2e30;
	width: 2.5vw;
	height: 2.5vw;
	transform: rotate(45deg);
}
#houjin_gnav_sp .gnav_menubtn.active::after {
	top: calc(50% - 1.25vw);
	border-top: solid 1px #db2e30;
	border-left: solid 1px #db2e30;
	border-bottom: none;
	border-right: none;
}
#houjin_gnav_sp .gnav_linkbtn {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 16vw;
	margin: 0;
	padding: 2vw 6vw 2vw 4vw;
	font-size: 4vw;
	color: #333;
	font-weight: bold;
	background: #FFF;
	box-sizing: border-box;
	border-bottom: 1px solid #DDD;
}
#houjin_gnav_sp .gnav_linkbtn::after {
	display: block;
	content: "";
	position: absolute;
	right: 3.75vw;
	top: calc(50% - 1.25vw);
	border-top: solid 1px #db2e30;
	border-right: solid 1px #db2e30;
	width: 2.5vw;
	height: 2.5vw;
	transform: rotate(45deg);
}
#houjin_gnav_sp .gnav_menuarea {
	display: none;
}
#houjin_gnav_sp .gnav_menuarea .menuarea_list,
#houjin_gnav_sp .gnav_menuarea .inscategory_sub {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #DDD;
	background: #DDD;
}
#houjin_gnav_sp .gnav_menuarea .menuarea_list > li,
#houjin_gnav_sp .gnav_menuarea .inscategory_main,
#houjin_gnav_sp .gnav_menuarea .inscategory_sub > li{
	width: 50%;
	background: #F7F4F1;
}
#houjin_gnav_sp .gnav_menuarea .inscategory_main {
	width: 100%;
}
#houjin_gnav_sp .gnav_menuarea .menuarea_list > li a,
#houjin_gnav_sp .gnav_menuarea .inscategory_main a,
#houjin_gnav_sp .gnav_menuarea .inscategory_sub > li a {
	display: flex;
	align-items: center;
	min-height: 16vw;
	padding: 2vw 5vw 2vw 4vw;
	height: 100%;
	position: relative;
	color: #333;
	font-size: 4vw;
	line-height: 1.4;
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
}
#houjin_gnav_sp .gnav_list a p {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: left;
}
#houjin_gnav_sp .gnav_menuarea .inscategory_main a {
	font-weight: bold;
}
#houjin_gnav_sp .gnav_menuarea .menuarea_list > li:nth-child(odd) a,
#houjin_gnav_sp .gnav_menuarea .inscategory_sub > li:nth-child(odd) a {
	border-right: 1px solid #DDD;
}
#houjin_gnav_sp .gnav_menuarea .menuarea_list > li:nth-last-child(2):nth-child(odd) a,
#houjin_gnav_sp .gnav_menuarea .menuarea_list > li:last-child a,
#houjin_gnav_sp .gnav_menuarea .inscategory_sub > li:nth-last-child(2):nth-child(odd) a,
#houjin_gnav_sp .gnav_menuarea .inscategory_sub > li:last-child a {
	border-bottom: none;
}

#houjin_gnav_sp .gnav_menuarea .menuarea_list > li a::after,
#houjin_gnav_sp .gnav_menuarea .inscategory_main a::after,
#houjin_gnav_sp .gnav_menuarea .inscategory_sub > li a::after {
	display: block;
	content: "";
	position: absolute;
	right: 3.75vw;
	top: calc(50% - 1.25vw);
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	width: 2.5vw;
	height: 2.5vw;
	transform: rotate(45deg);
}




@media(max-width:767px){}
@media(max-width:991px){}


/* contents
++++++++++++++++++++++++*/

#contents {}

section {}

@media(max-width:767px){}
@media(max-width:991px){}

/* section name */

/* main_img */
.main_img .top_img {
	width: 100%;
}

.main_img .top_img img {
	width: 100vw;
	height: 115.857142vw;
}


/* CV */
.main_bnr .bnr_top {
	background: #103250;
	background-size: cover;
	padding: 4vw 0;
}

.main_bnr .bnr_top .ttl {
	display: flex;
	font-size: 5vw;
	line-height: 1.3;
	letter-spacing: 0.6vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5vw;
}

.main_bnr .bnr_top .ttl span {
	display: flex;
	align-items: center;
    padding: 0 2vw;
	font-size: 4.5vw;
	color: #f8df7a;
	margin-right: 0.5em;
	line-height: 1;
	border-top: 1vw double #dbd89a;
	border-bottom: 1vw double #dbd89a;
}

/*CVボタン（4つ版）*/

/* cv_section_btns */
ul.cv_section_btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.cv_section_btns li {
    width: calc((100% - 4vw) / 3);
    display: flex;
}
ul.cv_section_btns li a {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
	padding: 3vw 1.5vw;
    color: #103250;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #c1c1c1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaeaea 0%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
    line-height: 1.2;
    box-shadow: 0 2px #081928;
}
ul.cv_section_btns li a p.part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1.2;
}
ul.cv_section_btns li a p.part img {
    display: block;
    width: auto;
    height: 5vw;
    margin-right: 2vw;
}
ul.cv_section_btns li a p.sub {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    line-height: 1.2;
}
ul.cv_section_btns li.cv_section_btns_shop {
    width: 100%;
    margin-bottom: 3vw;
}
ul.cv_section_btns li.cv_section_btns_shop a {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
	padding: 6vw 2vw;
    font-size: 5vw;
    font-weight: bold;
    color: #FFF;
    text-shadow: -1px -1px 0 #8e0f05;
    border-radius: 5px;
    background: #eb3a2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb3a2b 0%, #c72518 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eb3a2b 0%,#c72518 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eb3a2b 0%,#c72518 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a2b', endColorstr='#c72518',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px #081928;
}
ul.cv_section_btns li.cv_section_btns_shop a img {
    display: block;
    width: auto;
    height: 8vw;
    margin-right: 3vw;
}

/* service_menu */

/* service */
.service {
	padding: 8vw 0;
}

.service .txt_1 {
	font-size: 4vw;
	line-height: 1.8;
	width: 100%;
	margin: 0 auto 6vw;
}

.service .txt_1 span{
    color:#d82a2c;
}

.service_wrap {
	flex: none;
}


.service_item {
	width: 100%;
	border: 0;
	box-shadow:0;
	background: none;
}

.co_service_wrap {
	width: 100%;
	background: #fff;
	box-shadow:0px 0px 2vw 1px rgba(0,0,0,0.1);
	margin: 7vw 0 0;
	border-top: 4px solid #d82a2c;
}
.co_service_wrap:last-child {
	margin: 7vw 0 -1vw;
}
.co_service_wrap h3 {
	width: 100%;
}

.service_item:last-of-type {
	margin-bottom: 3vw;
}

h3.service_ttl_1 {
	font-size: 5vw;
	letter-spacing: 0.5vw;
	font-weight: bold;
	color: #db2e30;
	background: #fbeaea;
	padding: 3vw 5vw;
}

h3.service_ttl_1 a {
	color: #db2e30;
	text-decoration: underline;
}

.service_item .service_list {
	padding: 0 5vw;
}

.service_item .service_list li {
	padding: 5vw 0;
}

.service_item .service_list li+li {
	border-top: 1px solid #e6e6e6;
}

.service_item .service_list li p.img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.service_item .service_list li img {
	width: 30vw;
}

.service_item .service_list li ul {
	margin: 10px 0;
}

.service_item .service_list li ul li {
	position: relative;
	padding: 0;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 3.8vw;
    line-height: 1.5;
	border: none;
}

.service_item .service_list li ul li::after {
	display: block;
	content: '';
	position: absolute;
	margin-right: 5px;
	top: 0.6em;
	left: 0;
	width: 5px;
	height: 5px;
	color: #da2d30;
	background-color: #fff;
	border: 1px solid #d82a2c;
	border-radius: 100%;
}

.service_item h4 {
	font-size: 4vw;
	letter-spacing: 0.5vw;
	font-weight: bold;
	line-height: 1.2;
	color: #d82a2c;
	margin-bottom: 10px;
}

.service_item h4 a {
	color: #d82a2c;
	text-decoration: underline;
}

.service_item h4 small {
	font-size: 80%;
}

.service_item a h4 {
	text-decoration: underline;
}

.service_item ul li .txt_box p {
	font-size: 3.8vw;
	line-height: 1.75;
}

.service_item .typical_item {
	padding: 5vw;
}

.service_item .typical_item img {
	width: 82vw;
	height: 24.2846vw;
	margin-bottom: 2vw;
}

.service_item .typical_item p {
	font-size: 3.8vw;
	margin-bottom: 3vw;
}

.service_item .typical_item ul {
	display: flex;
	flex-wrap: wrap;
	background: #f3f3f3;
	padding: 3vw 3vw 1vw;
	margin-bottom: 5vw;
	li {
		width: 50%;
		font-size: 3.8vw;
		line-height: 1.3em;
		padding-left: .8em;
		background: url(../../image/business/ico_arrow_1.png) no-repeat left top 1vw;
		background-size: 1.5vw auto;
		margin-bottom: 3vw;
		small {
			font-size: 80%;
		}
		span{
			color:#d82a2c;
			font-size:3.3vw;
		}
		a {
			text-decoration: underline;
			color: #202020;
		}
	}
}

.service_item .knowledge_wrap .typical_item {
	padding: 0;
	ul {
		display: block;
		background: none;
		padding: 5vw;
	}
	li {
		width: 100%;
		font-size: 3.8vw;
		line-height: 1.3em;
		padding-left: .8em;
		background: url(../../image/business/ico_arrow_1.png) no-repeat left top 1vw;
		background-size: 1.5vw auto;
		margin-bottom: 3vw;
		small {
			font-size: 80%;
		}
		span{
			color:#d82a2c;
			font-size:3.3vw;
		}
		a {
			text-decoration: underline;
			color: #202020;
		}
	}
}
/* usecase */
.usecase_item_wrap {
	overflow: hidden;
	picture, img {
		margin-bottom: 2vw
	}
}
.usecase {
	padding-bottom: 5vw;
}

.usecase h4 {
	font-size: 4vw;
	letter-spacing: 0.5vw;
	font-weight: bold;
	color: #fff;
	background: #d82a2c;
	padding: 0.8em 5vw 0.6em;
}

.usecase a h4 {
	text-decoration: underline;
}

.usecase .img img {
	width: 92vw;
	height: 61.068vw;
	margin-bottom: 2vw;
}

.usecase .txt {
	font-size: 3.8vw;
	color: #1f1f1f;
	margin-bottom: 5vw;
}

/* introduction */
.introduction {
	padding: 10vw 0 0;
	background: #f7f3ef;
}

.introduction.introduction_products {
	padding-top: 0;
}

.introduction .box {
	margin-bottom: 10vw;
}

.introduction .box:last-of-type {
	margin-bottom: 0;
}

.introduction h3,
.introduction .image {
	margin-bottom: 4vw;
}

.introduction h3 img,
.introduction .image img {
	width: 100%;
	height: auto;
}

.introduction .text {
    font-size: 4vw;
}

.introduction .text small {
	font-size: 80%;
}

.introduction .text p.disclaimer {
	margin-top: 2vw;
	font-size: 3vw;
	padding-left: 1em;
	text-indent: -1em;
}

.introduction .point1 .info {
	margin-bottom: 6vw;
}

.introduction .box .shopsupport {
    padding: 4vw;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #e8ebeb;
    font-size: 4vw;
    line-height: 1.6;
}
.introduction .box .shopsupport .text h4 {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    font-weight: bold;
    color: #103351;
    line-height: 1.4;
}
.introduction .box .shopsupport .image {
    width: 30vw;
    float: right;
}

.introduction .box .shopsupport .image img {
    width: 100%;
    height: auto;
}

.introduction .box #products {
	margin: 0 -4vw;
	padding: 4vw 0;
	background: #FFF;
}

.introduction .box #products h4 {
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
}

.introduction .box #products h4 img {
	margin: 0 auto;
}

.introduction .box #products p.company {
	margin-bottom: 4vw;
	font-size: 3vw;
	text-align: center;
}

.introduction .box #products #lineWrap section .title_ic01 {
	margin-bottom: 4vw;
}

.introduction .box #products #lineWrap section li {
	font-size: 3.5vw;
}

.introduction .box #products #lineWrap section li p,
.introduction .box #products #lineWrap section li a {
	color: #333;
}

.introduction .box #products #lineWrap section li a {
	cursor: default;
	pointer-events: none;
}

.introduction .box #products #lineWrap section.sub .title_ic01 span a {
	cursor: text;
	pointer-events: none;
	text-decoration: none;
	color: #000;
}

.introduction .box #products ul.discraimer {
	padding: 0 4vw;
}

.introduction .box #products ul.discraimer li {
	font-size: 2.8vw;
	text-indent: -1em;
	padding-left: 1em;
}

.introduction .box #products #line_block .line_list li a {
	cursor: default;
	pointer-events: none;
}

.introduction .area {
	margin-bottom: 5vw;
	background: #fff;
	padding: 3vw 5vw;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #e8ebeb;
}

.introduction .area .ttl {
	font-size: 5vw;
	letter-spacing: 0.5vw;
	font-weight: bold;
	color: #d82c30;
	text-align: center;
	margin-bottom: 3vw;
}

.introduction .area dl {
	font-size: 3.8vw;
	font-weight: bold;
	padding: 1em 0 0.8em;
	border-top: 1px solid #e6e6e6;
}

.introduction .area dl:last-of-type {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1em;
}

.introduction .area dl dt {
	color: #d82a2c;
	font-weight: bold;
	width: 100%;
	margin-bottom: 0.5em;
}

.introduction .area dl dd {
	color: #666;
	font-weight: bold;
}

.introduction .area .txt {
	font-size: 3vw;
	color: #676767;
	margin-bottom: 0.5em;
}

.area .txt.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* voice */
.voice {
	padding: 8vw 0 5vw;
}

#voice {
	border: none;
}

.voice .img {
	width: 100%;
	margin: 0 auto 5vw;
}

.voice .img img {
	width: 100%;
}

.voice_item .ttl {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; /* 明朝系 */
	font-size: 4vw;
	font-weight: bold;
	color: #202020;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.voice_item .ttl span {
	font-size: 5vw;
	font-style: italic;
	margin-left: 0.5em;
}

.voice_item .ttl:before {
	display: block;
	width: 1.5em;
	height: 1px;
	content: "";
	background: #da2d30;
	margin-right: 0.5em;
}

.voice_item h3 {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; /* 明朝系 */
	font-size: 5vw;
	letter-spacing: 0.3vw;
	line-height: 1.3;
	font-weight: bold;
	color: #384b70;
	margin-bottom: 0.5em;
}

.voice_item .txt {
	font-size: 3.8vw;
	letter-spacing: 0.3vw;
	color: #1f1f1f;
	line-height: 1.5;
	margin-bottom: 2em;
}


/* flow */
.flow {
	padding: 22vw 0 8vw;
	background: #f7f3ef url(../../image/business/bg_flow_sp.png) no-repeat center top;
	background-size: 100% auto;
}

.flow ul li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	min-height: 44vw;
}

.flow ul li .img {
	width: 22vw;
	height: 22vw;
}

.flow ul li .img img {
	width: 22vw;
	height: 22vw;
	border-radius: 50%;
	box-shadow: 5px 5px 25px 0 rgba(192, 23, 24,0.3);
}

.flow ul li .txt_box {
	width: 64vw;
}

.flow ul li .txt_box h3 {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; /* 明朝系 */
	font-size: 5vw;
	font-weight: bold;
	color: #db2e30;
	margin-bottom: 0.5em;
}

.flow ul li .txt_box .txt {
	font-size: 3.8vw;
	line-height: 1.5;
	color: #1f1f1f;
	margin-bottom: 5vw;
}

.flow ul li:not(:last-of-type):after {
	display: block;
	width: 8vw;
	height: 6vw;
	content: "";
	background: url(../../image/business/ico_arrow_2.png) no-repeat center center;
	background-size: 8vw auto;
	position: absolute;
	top: 30vw;
	left: 7vw;
	z-index: 1;
}


/* products */

.products {
	padding: 0 0 5vw;
}

.products .txt_1 {
	font-size: 3.8vw;
	color: #1f1f1f;
	line-height: 1.5;
	margin-bottom: 1em;
}

#lineWrap section ul,
#lineWrap section li {
    letter-spacing: 0;
}

p.line_note {
	font-size: 3vw;
	color: #666;
	display: flex;
}

/* qanda */
.qanda {
	padding: 5vw 0;
}

.qanda dl {
	margin-bottom: 4vw;
	font-size: 4vw;
}

.qanda dl dt {
	display: flex;
	align-items: center;
	line-height: 1.3;
	height: 16vw;
	color: #fff;
	background: #d82a2c url(../../image/business/ico_qa_1.png) no-repeat left 5vw center;
	background-size: 6vw 6vw;
	padding: 0 0 0 13vw;
}

.qanda dl dd {
	font-size: 3.8vw;
	color: #1f1f1f;
	background: #fff url(../../image/business/ico_qa_2.png) no-repeat left 5vw top 5vw;
	background-size: 6vw 6vw;
	padding: 5vw 5vw 5vw 13vw;
}


/* seo_txt */


/* column
++++++++++++++++++++++++*/

section.column h1 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 4px #DEDDDB;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #DA2D2F;
}

section.column h1:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #DA2D2F;
	bottom: -3px;
	width: 20%;
}

section.column img.right {
	width: 100%;
	margin-bottom: 20px;
}

section.column p.txt {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}

section.column h2 {
	margin-bottom: 20px;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	background: #F6F6F6;
	border-left: 5px solid #DA2D2F;
}

section.column h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

section.column ul.list {
	margin-bottom: 30px;
}

section.column ul.list li {
	position: relative;
	padding-left: 10px;
	font-size: 16px;
    line-height: 1.8;
	border: none;
}

section.column ul.list li::after {
	display: block;
	content: '';
	position: absolute;
	margin-right: 5px;
	top: 0.6em;
	left: 0;
	width: 5px;
	height: 5px;
	color: #da2d30;
	background-color: #fff;
	border: 1px solid #d82a2c;
	border-radius: 100%;
}

section.column table {
	margin-bottom: 30px;
	border-left: 1px solid #CE5E5A;
	border-top: 1px solid #CE5E5A;
}

section.column table th,
section.column table td {
	padding: 10px;
	font-size: 16px;
	border-right: 1px solid #CE5E5A;
	border-bottom: 1px solid #CE5E5A;
}

section.column table th {
	background: #DD827F;
	color: #FFF;
}
section.column img {
	width: 100%;
}

/* column_link
++++++++++++++++++++++++*/



/* footer
++++++++++++++++++++++++*/

#footer {
	background: #F2F2F2;
}
@media(max-width:767px){}
@media(max-width:991px){}

/* add hnm ↓　*/
.service_item a .txt_box p:after,
.usecase a .txt:after {
    content: '…詳細へ';
    color: #06c;
    font-size: 3.5vw;
    margin-left: .8vw;
}

.service_item .service_list a {
    color: #202020;
}

/* add hnm ↑　*/

/*CVボタン下FAX見積り案内*/

/*ページ内ナビ*/

/*お役立ち情報*/
.service_item.knowledge .typical_item ul {
	display: block;
	margin-bottom: 0;
	background: none;
	padding: 0;
}

.service_item.knowledge .typical_item ul li {
	width: 100%;
}


/*店舗・拠点一覧*/
section.introduction.page_shoplist {
	padding-bottom: 4vw;
}

section.introduction .shoplist_parts {
	padding-bottom: 8vw;
}

section.introduction .shoplist_parts p.explain {
	margin-bottom: 4.5vw;
}

section.introduction .shoplist_parts ul.areaselect {
	margin-bottom: 2vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

section.introduction .shoplist_parts ul.areaselect li {
	margin-right: 2vw;
	margin-bottom: 2vw;
	padding: 1vw;
	font-size: 4.5vw;
	color: #da2d30;
	background: #FFF;
	border: 1px solid #da2d30;
	border-radius: 5px;
	cursor: pointer;
}

section.introduction .shoplist_parts ul.areaselect li.active {
	color: #FFF;
	background: #da2d30;
}

section.introduction .shoplist_parts .shoplist_wrap {
	padding: 4vw;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #e8ebeb;
}

section.introduction .shoplist_parts ul.prefselect {
	margin-bottom: 2vw;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

section.introduction .shoplist_parts ul.prefselect li {
	margin-bottom: 2vw;
	padding: 1vw 2vw;
	border-right: 1px dotted #CCC;
	text-decoration: underline;
	font-size: 4vw;
	cursor: pointer;
}

section.introduction .shoplist_parts ul.prefselect li.active {
	color: #FFF;
	background: #da2d30;
	text-decoration: none;
}

section.introduction .shoplist_parts ul.prefselect li small {
	font-size: 80%;
}

section.introduction .shoplist_parts .shoplist h3 {
	margin-bottom: 4vw;
	padding: 2vw 4vw;
	font-size: 5vw;
	font-weight: bold;
	background: #fbeaea;
	border-radius: 5px;
}

section.introduction .shoplist_parts .shoplist h4 {
	margin-bottom: 4vw;
	padding-left: 12px;
	font-size: 4.5vw;
	font-weight: bold;
	border-left: 3px solid #da2d30;
}

section.introduction .shoplist_parts .shoplist_pref {
	margin-bottom: 6vw;
}

section.introduction .shoplist_parts .shoplist_pref ul li {
	margin-bottom: 4vw;
	padding-bottom: 4vw;
	border-bottom: 1px dotted #CCC;
}

section.introduction .shoplist_parts .shoplist_pref ul li:last-child {
	margin-bottom: 0;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.shopname {
	margin-bottom: 1vw;
	font-size: 4.5vw;
	font-weight: bold;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.shopname small {
	font-size: 80%;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.shopname a {
	text-decoration: underline;
	color: #184da3;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.icon {
	margin-bottom: 3vw;
	font-size: 3vw;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.icon span {
	padding: 0.5vw 3vw;
	color: #da2d30;
	border: 1px solid #da2d30;
	border-radius: 1000px;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.address {
	margin-bottom: 4vw;
	font-size: 3.2vw;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shoplink {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_tel {
	width: 100%;
    font-size: 6vw;
    color: #dd2723;
	font-weight: bold;
    padding: 5vw 4vw calc(5vw + 2px);
	margin-bottom: 3vw;
    line-height: 1;
    text-decoration: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #f8f1dd; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f1dd 0%, #dec78f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8f1dd 0%,#dec78f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8f1dd 0%,#dec78f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f1dd', endColorstr='#dec78f',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    display: flex;
    position: relative;
    border: 1px solid #dec78f;
    box-shadow: 0px -2px #8a7c5a inset;
}
section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_tel::before {
	display: block;
	content: "";
	width: 5vw;
	height: 5vw;
	margin-right: 2vw;
	background: url("../../image/business/ico_tel.png") left center no-repeat;
	background-size: 5vw 5vw;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_contact {
	width: calc(60% - 1.5vw);
	color: #fff !important;
    font-size: 4.5vw;
	text-align: center;
	margin-bottom: 3vw;
    padding: 0 4vw;
	text-align: center;
    line-height: 15vw;
    height: calc(15vw + 2px);
    text-decoration: none;
    background-color: #dd2723;
    border-radius: 6px;
    display: block;
    position: relative;
    box-shadow: 0px -3px #b21815 inset;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_contact:after {
    content: url(/houjin/assets/image/business/shop/arrow_white.png);
    position: absolute;
    right: 10px;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_map {
	width: 100%;
    font-size: 4.5vw;
    color: #333 !important;
    padding: 0 4vw;
    line-height: 15vw;
    height: calc(15vw + 2px);
    text-decoration: none;
	text-align: center;
    background: #FFF !important;
    border-radius: 6px;
    display: block;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0px -2px #e3e3e3 inset;
}
section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_contact + a.btn_map {
	width: calc(40% - 1.5vw);	
}

section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_map:after {
    content: url(/houjin/assets/image/business/shop/arrow_red.png);
    position: absolute;
    right: 10px;
}

section.introduction .shoplist_parts .area-wrap {
	border: 1px solid #DDD;
	border-radius: 5px;
	background: #FFF;
}

section.introduction .shoplist_parts .area-wrap .area-title {
	padding: 4vw;
	border-bottom: 1px dotted #DDD;
	font-size: 4.5vw;
	font-weight: bold;
}

section.introduction .shoplist_parts .area-wrap .area-title h3 {
	margin-bottom: 0;
}

section.introduction .shoplist_parts .area-wrap .area-title h3 p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.introduction .shoplist_parts .area-wrap .area-title h3 p.icon-plus-right::after {
	display: block;
	content: "";
	border-bottom: solid 2px #db2e30;
	border-right: solid 2px #db2e30;
	margin-top: -1.25vw;
	width: 2.5vw;
	height: 2.5vw;
	transform: rotate(45deg);
}

section.introduction .shoplist_parts .area-wrap .accordion_wrap {
	display: none;
	padding: 4vw 4vw 2vw;
	border-bottom: 1px solid #DDD;
}

section.introduction .shoplist_parts .area-wrap .kyushu .accordion_wrap {
	border-bottom: none;
}

section.introduction .shoplist_parts .area-wrap ul.pref_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.introduction .shoplist_parts .area-wrap ul.pref_area::after {
    content: "";
    display: block;
    width: calc((100% - 4vw) / 3);
    height: 0;
}

section.introduction .shoplist_parts .area-wrap ul.pref_area li {
	width: calc((100% - 6vw) / 3);
	margin-bottom: 3vw;
}

section.introduction .shoplist_parts .area-wrap ul.pref_area li p {
	padding: 3vw 2vw;
	font-size: 4.5vw;
	text-align: center;
	border-radius: 5px;
}

section.introduction .shoplist_parts .area-wrap ul.pref_area li a p {
	border: 1px solid #DDD;
	color: #0077CC;
	background: #FFF;
}

section.introduction .shoplist_parts .area-wrap ul.pref_area li p.none {
	border: 1px solid #DDD;
	color: #999;
	background: #f2f2f2;
}


/*店舗ページ遷移時モーダルウインドウ*/
.shopmodal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999;
}
.shopmodal .modal__bg {
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.shopmodal .modal__content {
	background: #fff;
	left: 50%;
	padding: 4vw;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 85vw;
	border-radius: 5px;
}
.shopmodal p.title {
	margin-bottom: 4vw;
	padding: 3vw;
	font-size: 4.5vw;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	background: #fbeaea;
}
.shopmodal p.explain {
	margin-bottom: 4vw;
	font-size: 4vw;
}
.shopmodal p.explain span {
	font-weight: bold;
	color: #da2d30;
}
.shopmodal ul.disclaimer {
	margin-bottom: 4.5vw;
}
.shopmodal ul.disclaimer li {
	font-size: 3vw;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}
.shopmodal .btnbox {
	display: flex;
	justify-content: space-between;
}
.shopmodal .btnbox a.shopmodal-next {
	width: 65%;
	color: #fff !important;
    font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
    line-height: calc(14vw - 2px);
    height: 14vw;
    text-decoration: none;
    background-color: #dd2723;
    border-radius: 6px;
    display: block;
    position: relative;
    box-shadow: 0px -3px #b21815 inset;
}
.shopmodal .btnbox a.shopmodal-next:after {
    content: url(/houjin/assets/image/business/shop/arrow_white.png);
    position: absolute;
    right: 10px;
}
.shopmodal .btnbox a.shopmodal-close {
	width: calc(35% - 3vw);
    font-size: 4.5vw;
	font-weight: bold;
    color: #333 !important;
    line-height: calc(14vw - 2px);
    height: 14vw;
    text-decoration: none;
	text-align: center;
    background: #FFF !important;
    border-radius: 6px;
    display: block;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0px -2px #e3e3e3 inset;
}

/*法人版安心の輪*/
section.lisk {
	padding: 10vw 0;
}

section.lisk p.explain {
    margin-bottom: 4.5vw;
}

/*ページ内ナビ*/


/*localarea内ナビ*/