@charset "utf-8";

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

/* 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 */ .fs80 { font-size: 80% !important; }
.bold { font-weight: bold; }

/* margin & padding */.mb0 { margin-bottom: 0 !important; }.mt10 { margin-top: 10px !important; }.mt20 { margin-top: 20px !important; }.mb30 { margin-bottom: 30px !important; }

/* width */

/* layout */
.table { display: table; width: 100%; margin: 0; }
.table > * { display: table-cell; }
.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 {
	margin: 0 auto;
	max-width: 980px;
	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;
	min-width: 1024px;
	background: #fff;
}
@media(max-width:767px){
body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: inherit;
}
}

/* wrapper */
.container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
	background-color: transparent;
}

@media(max-width: 959.98px){
.container {
  width: 100%;
}
}

/* title */

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

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

h3.content_sub_ttl {
	-js-display: flex;
	display: flex;
	align-items: center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif; /* 明朝系 */
	font-size: 26px;
	font-weight: bold;
	color: #d92c30;
	text-align: center;
	margin-bottom: 40px;
}

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

h3.content_sub_ttl:before,
h3.content_sub_ttl:after {
	display: block;
	flex-grow: 1;
	height: 3px;
	content: "";
	border-top: 1px double #eeb6b4;
	border-bottom: 1px double #eeb6b4;
}

h3.content_sub_ttl:before {
	margin-right: 0.5em;
}

h3.content_sub_ttl:after {
	margin-left: 0.5em;
}

.disc {
	font-size: 12px;
	color: #666;
	padding: 0 0.5em 0 0;
	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: 147px;
}

.bg_lightgray {background: #f7f3ef;}

/* header
++++++++++++++++++++++++*/
#header {
	padding: 0;
	background: #fff;
	transition: 0.25s;
}

#header .fixed_wrap {
	position: fixed;
	width: 100%;
	padding: 0 22px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	z-index: 10;
	border-top: 3px solid #db2e30;
	transition: 0.25s;
}

#header .container {
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 83px;
	transition: 0.25s;
}

#header .h_box1 {
	width: 410px;
}

#header .h_box1 h1,
#header .h_box1 .h_tit {
	font-size: 11px;
	line-height: 1;
	color: #888;
	margin-bottom: 11px;
	transition: 0.25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#header .h_box1 .h_logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#header .h_box1 .h_logo .h_logo_image {
	width: 228px;
	transition: 0.25s;
}

#header .h_box1 .h_logo .h_logo_image img {
	width: 228px;
	height: auto;
	transition: 0.25s;
}

#header .h_box1 .h_logo .h_logo_text {
	margin-left: 15px;
	line-height: 1;
}

#header .h_box1 .h_logo .h_logo_text a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: 0.25s;
}

#header .h_box1 .h_logo .h_logo_text a:hover {
	opacity: 0.7;
}

#header .h_box2 {
	width: 350px;
}

#header .h_box2 .txt {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	padding: 0 0 0.8em 2em;
	transition: 0.25s;
}

#header .h_box2 .h_tel span {
	display: block;
}

#header .h_box2 .tel_img img {
	width: 234px;
	transition: 0.25s;
	image-rendering: -webkit-optimize-contrast;
}

#header .h_box2 .h_time {
	font-size: 12px;
	color: #888;
	line-height: 1.3;
	padding-left: 1em;
}

#header .h_box3 {
	width: 220px;
}

#header .h_box3 .h_btn {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	width: 220px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	transition: 0.3s;
}

#header .h_box3 .h_btn img {
	height: 14px;
	margin-right: 0.5em;
}
#header .h_box3 .h_btn img.ico_shop {
    width: 12px;
    height: 18px;
}
#header .h_box3 .h_btn a {
	display: block;
	width: 220px;
	height: 48px;
	color: #fff !important;
	background: url(../../image/business/bg_hbtn.png);
	border-radius: 5px;
}

#header .h_box3 .h_btn a:hover {
	background: url(../../image/business/bg_hbtn_hover.png);
	opacity: 1;
}

#gnav {
	-js-display: flex;
	display: flex;
	border-top: 1px solid #dfdddb;
	border-bottom: 1px solid #dfdbd8;
	transition: 0.25s;
	background: -webkit-linear-gradient(top,#fff 0%,#f7f3ef 100%);
	background: linear-gradient(to bottom,#fff 0%,#f7f3ef 100%);
}

#gnav ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 980px;
	margin: 0 auto;
	font-size: 0;
}

#gnav ul li {
	width: 155px;
	font-size: 14px;
	line-height: 1.3;
	color: #212121;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#gnav ul li.seimei,
#gnav ul li.sonpo,
#gnav ul li.fukurikousei {
	width: 100px;
}

#gnav ul li.souzoku {
	width: 130px;
}

#gnav ul li.taishokukin {
	width: 120px;
}

#gnav ul li.onlinesoudan {
	width: 140px;
}

#gnav ul li a {
	display: block;
	width: 100%;
	height: 60px;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
	flex-wrap: wrap;
}
#gnav ul li a:hover {
	opacity: 0.7;
}

#gnav ul li.seimei span {
	padding: 2px 6px;
	color: #db2e30;
	font-size: 12px;
	border: 1px solid #db2e30;
}

#gnav ul li.fukurikousei {
	position: relative;
	display: block;
	height: 60px;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
	flex-wrap: wrap;
	cursor: pointer;
}

#gnav ul li.fukurikousei small {
	position: relative;
	top: -1px;
	margin-left: 5px;
	font-size: 10px;
	color: #A59A92;
}

#gnav ul li.fukurikousei ul {
	display: none;
}

#gnav ul li.fukurikousei:hover ul {
	position: absolute;
	top: 60px;
	left: -20px;
	display: block;
	width: 140px;
	background: #f7f3ef;
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#gnav ul li.fukurikousei:hover ul li {
	display: block;
	width: auto;
	border-top: 1px dotted #CCC;
}

#gnav ul li.fukurikousei:hover ul li a {
	display: block;
	height: auto;
	padding: 20px 0;
	text-align: center;
}

#houjin_gnav {
	border-top: 1px solid #DDD;
}
#houjin_gnav ul.gnav_list {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.25s;
}
#houjin_gnav ul.gnav_list > li {
	width: 100%;
}
#houjin_gnav .gnav_menubtn,
#houjin_gnav .gnav_linkbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	width: 100%;
	height: 60px;
	font-weight: bold;
	font-size: 15px;
	box-sizing: border-box;
	white-space: nowrap;
}
#houjin_gnav .gnav_menubtn {
	position: relative;
	cursor: default;
}
#houjin_gnav .gnav_menubtn.active,
#houjin_gnav .gnav_linkbtn:hover {
	color: #FFF;
	background: #DD2523;
}
#houjin_gnav .gnav_menubtn::after {
	display: block;
	content: "";
	position: absolute;
	left: calc(50% - 2.5px);
	bottom: 8px;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}
#houjin_gnav .gnav_menubtn.active::after {
	border-bottom-color: #FFF;
	border-right-color: #FFF;
}
#houjin_gnav .gnav_menuarea {
	display: none;
	position: absolute;
	padding: 20px 0 10px;
	width: 100%;
	top: 143px;
	left: 0;
	background: #DD2523;
	z-index: 9999;
	box-sizing: border-box;
	transition: 0.25s;
}
#houjin_gnav .gnav_menuarea .menuarea_list {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} 
#houjin_gnav .gnav_menuarea .menuarea_list > li {
	width: calc((100% - 30px) / 4);
	min-height: 70px;
	margin-bottom: 10px;
	background: #FFF;
}
#houjin_gnav .gnav_menuarea .menuarea_list::after {
    content: "";
    display:block;
	width: calc((100% - 30px) / 4);
}
#houjin_gnav .gnav_menuarea .menuarea_list::before { 
    content: ""; 
    display:block; 
    width: calc((100% - 30px) / 4);
    order: 1;
}
#houjin_gnav .gnav_menuarea .menuarea_list > li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
#houjin_gnav .gnav_menuarea .menuarea_list > li a:hover {
	opacity: 0.8;
}
#houjin_gnav .gnav_menuarea .menuarea_list > li a img {
	width: 70px;
	height: auto;
}
#houjin_gnav .gnav_menuarea .menuarea_list > li a p {
	width: calc(100% - 80px);
	margin: 10px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup {
	width: 980px;
	margin: 0 auto;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory {
	min-height: 105px;
	margin-bottom: 10px;
	background: #FFF;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_main {
	width: 280px;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_main a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	border-right: 1px dotted #CCC;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory a:hover {
	opacity: 0.8;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_main a img {
	width: 105px;
	height: auto;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_main a p {
	margin: 10px 10px 10px 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	white-space: nowrap;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_sub {
	padding: 5px 15px;
	width: 700px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.6;
	box-sizing: border-box;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_sub li {
	margin-right: 15px;
	font-size: 15px;
}
#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_sub li a {
	text-decoration: underline;
}


#houjin_gnav .gnav_menuarea .menuarea_list_lineup .inscategory .inscategory_main {
	
}
#header.fixed #houjin_gnav ul.gnav_list,
#header.fixed #houjin_gnav .gnav_menubtn,
#header.fixed #houjin_gnav .gnav_linkbtn {
	height: 50px;
}
#header.fixed #houjin_gnav .gnav_menuarea {
	top: 110px;
}

#header.fixed .fixed_wrap {
	border-top: none;
}

#header.fixed .container {
	height: 60px;
}

#header.fixed .h_box1 .h_logo .h_logo_image {
	width: 144px;
}

#header.fixed .h_box1 .h_logo .h_logo_image img {
	width: 144px;
	height: auto;
}

#header.fixed .h_box1 .h_logo .h_logo_text a {
	font-size: 14px;
}



#header.fixed .h_box2 .txt {
	display: none;
}

#header.fixed .h_box2 .tel_img img {
	width: 210px;
	margin-left: 20px;
}

#header.fixed .h_box3 .h_btn {
	height: 40px;
	line-height: 40px;
}

#header.fixed .h_box3 .h_btn a {
	height: 40px;
	background: url(../../image/business/bg_hbtn_s.png);
}

#header.fixed .h_box3 .h_btn a:hover {
	background: url(../../image/business/bg_hbtn_s_hover.png);
}

#header.fixed #gnav {
	border-bottom: none;
}

#header.fixed #gnav ul li a,
#header.fixed #gnav ul li.fukurikousei {
	height: 50px;
}

#header.fixed #gnav ul li.fukurikousei:hover ul {
	top: 50px;
}

#header.fixed #gnav ul li.fukurikousei:hover ul li,
#header.fixed #gnav ul li.fukurikousei:hover ul li a {
	height: auto;
}

/* section name */

/* main_img */
.main_img {
	background: url(../../image/business/bg_top_02.jpg) no-repeat center center;
	background-size: cover;
}

.main_img .container {
	width: 923px;
	padding: 40px 0 40px;
}

.main_img.original_top .container {
	padding-top: 0;
}

.main_img .top_img img {
	width: 100%;
	height: auto;
}

.breadcrumb {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding: 15px 0 20px;
}

.breadcrumb li {
    display: inline;
	font-size: 12px;
	color: #1f1f1f;
}

.breadcrumb li a {
	color: #0766ca;
	text-decoration: underline;
}

.breadcrumb li+li:before {
	content: ">";
	padding: 0 0.2em;
}

/* main_bnr */
.main_bnr .bnr_top {
	background: url(../../image/business/bg_bnr_1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 0 30px;
}

.main_bnr .bnr_top .ttl {
	font-size: 34px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.main_bnr .bnr_top .ttl span {
	display: inline-block;
	font-size: 50%;
	color: #f8df7a;
	margin-right: 1em;
	line-height: 1;
	text-align: center;
	vertical-align: text-top;
	border-top: 3px double #dbd89a;
	border-bottom: 3px double #dbd89a;
	margin-top: 4px;
	padding: 6px 0 4px 3px;
}
.main_bnr .container {
    width: 980px;
    padding: 0;
    margin: 0 auto;
	background: none;
}
.main_bnr .bnr_top .btn_area {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

/* cv_section */
section.cv_section {
	background: #103250;
}
section.cv_section .cv_section_main {
    padding: 15px 0 25px;
}
section.cv_section .ttl {
	font-size: 34px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
section.cv_section .ttl span {
	display: inline-block;
	font-size: 50%;
	color: #f8df7a;
	margin-right: 1em;
	line-height: 1;
	text-align: center;
	vertical-align: text-top;
	border-top: 3px double #dbd89a;
	border-bottom: 3px double #dbd89a;
	margin-top: 4px;
	padding: 6px 0 4px 3px;
}
section.cv_section .container {
    width: 980px;
    padding: 0;
    margin: 0 auto;
	background: none;
}
section.cv_section .cv_section_btns_shop a img,
section.cv_section ul.cv_section_btns li a img {
    image-rendering: -webkit-optimize-contrast;
}
section.cv_section .cv_section_btns_shop a {
	display: block;
    width: 540px;
    margin: 0 auto;
	padding: 20px;
	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 */
	border-radius: 5px;
}
section.cv_section .cv_section_btns_shop a:hover {
	background: #c72518; /* Old browsers */
	background: -moz-linear-gradient(top,  #c72518 0%, #eb3a2b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c72518 0%,#eb3a2b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c72518 0%,#eb3a2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72518', endColorstr='#eb3a2b',GradientType=0 ); /* IE6-9 */
}

section.cv_section .cv_section_btns_shop a img {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 40px;
}
section.cv_section ul.cv_section_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.cv_section ul.cv_section_btns li {
    width: calc((100% - 40px) / 3);
}

/* service_menu */


/* service */
.service {
	padding: 0 0 70px;
}

.service .txt_1 {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 50px;
}

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

.service_wrap {
	-js-display: flex;
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}

.service_item {
	border-top: 2px solid #d82a2c;
	margin-bottom: 10px;
}

.service_item.needs {
	width: 640px;
}

.service_item.type {
    background: #f7f3ef;
    box-shadow: none;
	width: 305px;
}

.service_item:first-child {
	margin-right: 35px;
}

h3.service_ttl_1 {
	font-size: 20px;
	font-weight: bold;
	color: #db2e30;
	background: #fbeaea;
	padding: 0.7em;
}

h3.service_ttl_1.keiri {
	margin-top: 30px;
	border-top: 2px solid #d82a2c;
}

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

.service_item .service_list {
	background: #fff;
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.1);
}

.service_item .service_list li {
	-js-display: flex;
	display: flex;
	padding: 30px;
}

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

.service_item .service_list li .img,
.service_item .keiri_wrap .typical_item .img {
	width: 138px;
	margin-right: 29px;
}

.service_item .service_list li .txt_box,
.service_item .keiri_wrap .typical_item .txt_box {
	width: 414px;
}

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

.service_item .service_list li ul li {
	position: relative;
	padding: 0;
	padding-left: 10px;
	font-size: 14px;
    line-height: 1.8;
	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: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #d82a2c;
	margin-bottom: 5px;
}

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

.service_item.type h4 {
	margin-bottom: 10px;
}

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

.service_item ul li .txt_box p {
	font-size: 14px;
	line-height: 1.8;
}

.service_item .typical_item {
    background: #fff;
    box-shadow:0px 0px 1px 1px rgba(0,0,0,0.1);
	padding: 30px 15px 5px;
}

.service_item .typical_item img {
	margin-bottom: 20px;
}

.service_item .typical_item p {
	font-size: 14px;
	margin-bottom: 10px;
}

.service_item .typical_item ul {
	margin-bottom: 40px;
	background: #f3f3f3;
    padding: 15px 15px 5px;
}

.service_item .typical_item ul li {
	font-size: 15px;
	line-height: 1.3em;
    padding-bottom: 0.7em;
	padding-left: 0.8em;
	background: url(../../image/business/ico_arrow_1.png) no-repeat left top 5px;
}

.service_item .typical_item ul li span{
    color:#d82a2c;
    font-size:13px;
}

.service_item .typical_item ul li a {
	text-decoration: underline;
}

.service_item .keiri_wrap .typical_item {
	padding: 30px;
}

.service_item .keiri_wrap .typical_item ul {
	margin-bottom: 0;
	padding: 0;
	background: none;
}

.service_item .keiri_wrap .typical_item ul li {
	display: inline;
	margin-right: 15px;
	white-space: nowrap;
}

/* usecase */
.usecase {
	padding-bottom: 20px;
}

.usecase_item_wrap {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.usecase_item_wrap .use_col2 {
	width: 48.2%;
}

.usecase_item_wrap div {
	margin: 0 15px\9;/* IE8,9,10*/
}

@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
	.usecase_item_wrap div:not(:target) {
		margin: 0;/* IE8,9,10*/
	}
}

.usecase_item_wrap h4 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #d82a2c;
	padding: 0.6em 1em 0.5em;
}

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

.usecase_item_wrap .img {
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}

.usecase_item_wrap .txt {
	font-size: 16px;
	color: #1f1f1f;
	padding-bottom: 2em;
}


/* introduction */
.introduction {
	padding: 40px 0;
	background: #f7f3ef;
	background-size: 100% auto;
}

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

.introduction p {
	font-size: 16px;
}

.introduction .box {
	margin-bottom: 60px;
}

.introduction .box.last {
	margin-bottom: 40px;
}

.introduction .box .point1,
.introduction .box .point3 {
	margin-bottom: 40px;
}

.introduction .box .info {
	width: 100%;
	float: left;
}

.introduction .box .info h3 {
	display: inline-block;
	margin: 0 20px 30px 0;
}

.introduction .box .info .text {
	width: 640px;
	margin: 0 20px 0 0;
}

.introduction .box .info .text img {
	float: right;
	margin-left: 15px;
}

.introduction .box .info .text p {
	font-size: 18px;
}

.introduction .box .info .text p.disclaimer {
	margin-top: 15px;
	font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

.introduction .box .image {
	float: right;
	width: 314px;
}

.introduction .box .shopsupport {
    display: flex;
	flex-direction:row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #e8ebeb;
    font-size: 18px;
}
.introduction .box .shopsupport .text {
    width: 765px;
}
.introduction .box .shopsupport .text h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #103351;
}
.introduction .box .shopsupport .image {
    width: 140px;
}

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

.introduction .box #products {
	padding: 30px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 #e8ebeb;
}

.introduction .box #products h4 {
	margin-bottom: 5px;
	font-size: 22px;
    font-weight: bold;
    color: #d82c30;
    text-align: center;
}

.introduction .box #products p.company {
	font-size: 12px;
	text-align: center;
}

.introduction .box #products #line_block {
	width: 910px;
	background: #FFF;
}

.introduction .box #products #line_block .line_list li img {
	display: inline;
}

.introduction .box #products #line_block .line_list li p,
.introduction .box #products #line_block .line_list li a {
	color: #333;
}

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

.introduction .box #products #line_block .line_list .sub h3.two_line span a {
	cursor: text;
	pointer-events: none;
	text-decoration: none;
	color: #000;
}

.introduction .box #products ul.discraimer {
	width: 855px;
	margin: 0 auto;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}

.introduction .box .point {
	zoom: 1;
}

.introduction .box .point:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.area {
	background: #fff;
	padding: 40px 80px;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 #e8ebeb;
	margin-bottom: 20px;
}

.area .ttl {
	font-size: 22px;
	font-weight: bold;
	color: #d82c30;
	text-align: center;
	margin-bottom: 1em;
}

.area dl {
	-js-display: flex;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	padding: 1em 0 0.8em;
	border-top: 1px solid #e6e6e6;
}

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

.area dl dt {
	color: #d82a2c;
	font-weight: bold;
	width: 10em;
}

.area dl dd {
	color: #666;
}

.area .txt {
	font-size: 14px;
	color: #676767;
}

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

.introduction p.disc {
	font-size: 12px;
}

/* voice */
.voice {
	padding: 40px 0;
}

.voice .img {
	margin-bottom: 20px;
}

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

.voice_item .ttl span {
	font-size: 20px;
	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: 27px;
	line-height: 1.3;
	font-weight: bold;
	color: #384b70;
	margin-bottom: 0.5em;
}

.voice_item .txt {
	font-size: 16px;
	color: #1f1f1f;
	line-height: 1.5;
	margin-bottom: 2em;
}


/* flow */
.flow {
	padding: 150px 0 30px;
	background: #f7f3ef url(../../image/business/bg_flow.png) no-repeat center top;
	background-size: 100% auto;
}

.flow ul  {
	zoom: 1;
}

.flow ul:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.flow ul li {
	float: left;
	margin-right: 30px;
	width: 170px;
	text-align: center;
	position: relative;
}

.flow ul li .img {
	margin-bottom: 15px;
}

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

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

.flow ul li .txt_box h3.oneline {
	margin-bottom: 1em;
	padding-top: 1em;
}

.flow ul li .txt_box .txt {
	font-size: 16px;
	line-height: 1.5;
	color: #1f1f1f;
	text-align: left;
}

.flow ul li.last {
	margin-right: 0;
}

.flow ul li:not(:last-of-type):after {
	display: block;
	width: 18px;
	height: 33px;
	content: "";
	background: url(../../image/business/ico_arrow_3.png) no-repeat left center;
	position: absolute;
	top: 170px;
	right: -20px;
	z-index: 1;
}


/* products */
#line_block {
    font-size: 14px;
    margin-left: 10px;
}
#line_block .line_list h3 {
    box-sizing: content-box;
}
#line_block p {
    letter-spacing: normal;
}
#line_block p a {
    color: #06c;
}

.caution dl {
	font-size: 12px;
	color: #666;
	-js-display: flex;
	display: flex;
	margin-bottom: 0.5em;
}
.caution dl dt {
	width: 2.5em;
}

/* qanda */
.qanda {
	padding: 40px 0;
}

.qanda dl {
	-js-display: flex;
	display: flex;
	margin-bottom: 20px;
	font-size: 16px;
}

.qanda dl dt {
	width: 30%;
	font-weight: bold;
	color: #fff;
	background: #d82a2c url(../../image/business/ico_qa_1.png) no-repeat left 20px top 20px;
	padding: 20px 10px 20px 60px;
}

.qanda dl dd {
	width: 70%;
	color: #1f1f1f;
	background: #fff url(../../image/business/ico_qa_2.png) no-repeat left 30px top 20px;
	padding: 20px 20px 20px 70px;
}


/* seo_txt */

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

section.column h1 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 4px #DEDDDB;
	position: relative;
	font-size: 26px;
	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 {
	float: right;
	margin-left: 20px;
	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: 22px;
	font-weight: bold;
	background: #F6F6F6;
	border-left: 5px solid #DA2D2F;
}

section.column h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 20px;
	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;
}

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


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

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


/*add hnm ↓*/
.service_item .service_list li a,
.service_item .keiri_wrap .typical_item {
	-js-display: flex;
	display: flex;
}
.service_item .service_list li a:hover {
    /*background: #f4f9fd;*/
    background: rgba(238,223,223,0.3);
}
.usecase_item_wrap a {
    display: block;
}
.usecase_item_wrap a:hover {
    background: rgba(238,223,223,0.8);
}
.service_item .service_list li a:hover .txt_box p,
.usecase_item_wrap a:hover p {
	text-decoration: underline;
}

/*add hnm　↑*/


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

/*ページ内ナビ*/

/* section.localnavi ul li {
	width: 25%;
	height: 106px;
	float: left;
	position: relative;
}

section.localnavi ul li::before {
	position: absolute;
    left: 49%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #cccccc;
    border-right: 3px solid #cccccc;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	 position: absolute;
    bottom: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

section.localnavi ul li a {
	display: block;
    padding: 38px 0 40px 70px;
	color: #000;
	transition: 0.25s;
}

section.localnavi ul li a:hover {
	color: #D82A2C;
	transition: 0.25s;
} */

/*お役立ち情報*/
.knowledge_wrap h3.service_ttl_1.knowledge {
	margin-top: 30px;
	border-top: 2px solid #d82a2c;
}

.knowledge_wrap .typical_item.knowledge {
	padding: 15px;
}

.knowledge_wrap .typical_item ul {
	margin-bottom: 0;
	padding: 0;
	background: none;
}

/*店舗・拠点一覧*/
section.introduction .shoplist_parts {
	padding-top: 30px;
	margin-bottom: 20px;
}

section.introduction .shoplist_parts h2.content_ttl {
	margin-bottom: 20px;
}

section.introduction .shoplist_parts p.explain {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}

section.introduction .shoplist_parts ul.areaselect {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
section.introduction .shoplist_parts ul.areaselect li {
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 18px;
	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: 30px 30px 0;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #e8ebeb;
}
section.introduction .shoplist_parts ul.prefselect {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
}
section.introduction .shoplist_parts ul.prefselect li {
	padding: 3px 15px;
	border-right: 1px dotted #CCC;
	text-decoration: underline;
	font-size: 16px;
	cursor: pointer;
}
section.introduction .shoplist_parts ul.prefselect li.active {
	color: #FFF;
	background: #da2d30;
	text-decoration: none;
}
section.introduction .shoplist_parts .shoplist h3 {
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: bold;
	background: #fbeaea;
	border-radius: 5px;
}
section.introduction .shoplist_parts .shoplist h4 {
	margin-bottom: 20px;
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #da2d30;
}
section.introduction .shoplist_parts .shoplist_pref {
	padding-bottom: 40px;
}
section.introduction .shoplist_parts .shoplist_pref ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	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 {
	width: 700px;
}
section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.shopname {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
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: 10px;
	font-size: 11px;
}
section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.icon span {
	padding: 1px 8px;
	color: #da2d30;
	border: 1px solid #da2d30;
	border-radius: 1000px;
}
section.introduction .shoplist_parts .shoplist_pref ul li .shopdata p.address {
	font-size: 14px;
}
section.introduction .shoplist_parts .shoplist_pref ul li .shoplink {
	width: 200px;
}
section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_tel {
	display: block;
	margin-bottom: 10px;
    font-weight: bold;
    color: #666;
    background: url(/houjin/assets/image/business/shop/mark_003.png) left center no-repeat;
    background-size: 17px;
    padding-left: 22px;
    font-size: 20px;
    line-height: 20px;
}

section.introduction .shoplist_parts .shoplist_pref ul li .shoplink a.btn_contact {
	color: #fff !important;
    font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
    padding: 0 25px 0 25px;
	text-align: center;
    line-height: 38px;
    height: 40px;
    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 {
    font-size: 16px;
    color: #333 !important;
    padding: 0 25px 0 25px;
    line-height: 38px;
    height: 40px;
    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_map:after {
    content: url(/houjin/assets/image/business/shop/arrow_red.png);
    position: absolute;
    right: 10px;
}

/*日本地図*/
section.introduction .shoplist_parts .area-wrap {
	margin: 0 auto;
	padding: 0;
}
section.introduction .shoplist_parts .area-wrap {
	margin-bottom: 0;
	background: url("/houjin/assets/image/business/bg_japanmap.svg") no-repeat center top;
	background-size: 395px auto;
	background-position: 247px 30px;
	height: 550px;
	position: relative;
}
section.introduction .shoplist_parts .area-wrap .area-title.accordion_btn {
	margin-bottom: 5px;
	pointer-events: none;
	padding: 0;
}
section.introduction .shoplist_parts .area-wrap .area-title h3 {
	padding: 4px 0;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
section.introduction .shoplist_parts .area-wrap .area-title h3 p {
	font-size: 20px;
}
section.introduction .shoplist_parts .area-wrap ul.pref_area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 2px 0 12px;
	padding: 0;
	text-align: center;
}
section.introduction .shoplist_parts .area-wrap ul.pref_area li {
	flex-basis: auto;
}
section.introduction .shoplist_parts .area-wrap ul.pref_area li p {
    border-radius: 4px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin: 8px 8px 0 0;
    max-width: 100%;
    min-width: 65px;
    text-align: center;
    padding: 8px 0;
	line-height: 1;
}
section.introduction .shoplist_parts .area-wrap ul.pref_area li a p {
	border: 1px solid #a0a5aa;
	color: #0077CC;
	background: #FFF;
}
section.introduction .shoplist_parts .area-wrap ul.pref_area li a p:hover {
	border: 1px solid #f40;
}
section.introduction .shoplist_parts .area-wrap ul.pref_area li p.none {
	border: 1px solid #DDD;
	color: #999;
	background: #f2f2f2;
}
section.introduction .shoplist_parts .area-wrap .accordion_wrap {
	display: block;
}
section.introduction .shoplist_parts .area-wrap .hokkaido,
section.introduction .shoplist_parts .area-wrap .kanto,
section.introduction .shoplist_parts .area-wrap .hokuriku,
section.introduction .shoplist_parts .area-wrap .tokai,
section.introduction .shoplist_parts .area-wrap .kansai,
section.introduction .shoplist_parts .area-wrap .chugoku,
section.introduction .shoplist_parts .area-wrap .kyushu {
	position: absolute;
}
section.introduction .shoplist_parts .area-wrap .hokkaido,
section.introduction .shoplist_parts .area-wrap .kanto,
section.introduction .shoplist_parts .area-wrap .tokai {
	width: 310px;
}
section.introduction .shoplist_parts .area-wrap .hokuriku,
section.introduction .shoplist_parts .area-wrap .kansai,
section.introduction .shoplist_parts .area-wrap .chugoku {
	width: 230px;
}
section.introduction .shoplist_parts .area-wrap .kyushu {
	width: 610px;
}

/*左側の地域*/
section.introduction .shoplist_parts .area-wrap .hokuriku {
	top: 40px;
	left: 217px;
}
section.introduction .shoplist_parts .area-wrap .kansai {
	top: 182px;
	left: 0;
}
section.introduction .shoplist_parts .area-wrap .chugoku {
	top: 363px;
	left: 0;
}

/*右側の地域*/
section.introduction .shoplist_parts .area-wrap .hokkaido {
	top: 40px;
	right: 0;
}
section.introduction .shoplist_parts .area-wrap .kanto {
	top: 196px;
	right: 0;
}

section.introduction .shoplist_parts .area-wrap .tokai {
	top: 349px;
	right: 0;
}
section.introduction .shoplist_parts .area-wrap .kyushu {
	top: 439px;
	right: 0;
}
section.introduction .shoplist_parts .area-wrap .icon-plus-right::after {
	display: none;
}



/*店舗ページ遷移時モーダルウインドウ*/
.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: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 760px;
	width: 60%;
	border-radius: 5px;
}
.shopmodal p.title {
	margin-bottom: 30px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #fbeaea;
}
.shopmodal p.explain {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.shopmodal p.explain span {
	font-weight: bold;
	color: #da2d30;
}
.shopmodal ul.disclaimer {
	margin-bottom: 20px;
}
.shopmodal ul.disclaimer li {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}
.shopmodal .btnbox {
	display: flex;
	justify-content: center;
}
.shopmodal .btnbox a.shopmodal-next {
	color: #fff !important;
    font-size: 20px;
	font-weight: bold;
    padding: 0 60px;
	text-align: center;
    line-height: 58px;
    height: 60px;
    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 {
	margin-right: 15px;
    font-size: 20px;
	font-weight: bold;
    color: #333 !important;
    padding: 0 20px;
    line-height: 58px;
    height: 60px;
    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: 40px 0;
}

section.lisk p.explain {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8;
}

/*localarea内ナビ*/
