/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
}


/* -----------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	font-size: 62.5%;
}
html.fontSize-large {
	font-size: 75%;
}

body {
	font-size: 1.4em;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic, '游ゴシック',"ＭＳ Ｐゴシック","sans-serif";
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}


/*clearfix*/
.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}


a {
	color: #2d2d2d;
	text-decoration: underline;
}
a:hover {
	color: #2d2d2d;
}

a img,
.fade {
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover img,
.fade:hover {
	opacity: 0.5;
}
img.nofade {
	opacity: 1 !important;
}


/* PC
-------------------------------------*/
@media screen and (min-width: 737px) {
	#responseFlagPc {
		display: block !important;
	}
	#responseFlagSp {
		display: none !important;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	#responseFlagPc {
		display: none !important;
	}
	#responseFlagSp {
		display: block !important;
	}
}



/*===========================================================================
 Common
===========================================================================*/

.swap,
.swap-sp-blk,
.swap-sp-inblk {
	//display: inline-block;
	background: no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}



/* PC
-------------------------------------*/
@media screen and (min-width: 737px) {
	.pc-block {
		display: block;
	}
	.pc-inline {
		display: inline;
	}
	.pc-inblock {
		display: inline-block;
	}
	.sp-block,
	.sp-inline,
	.sp-inblock {
		display: none;
	}
	
}


/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.sp-block {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	.sp-inline {
		display: inline-block;
	}
	.pc-block,
	.pc-inline,
	.pc-inline {
		display: none;
	}
	
	.swap,
	.swap-sp-blk,
	.swap-sp-inblk {
		display: inline;
		overflow: auto;
		height: auto !important;
		width: auto !important;
		background: none !important;
	}
	.swap-sp-blk {
		display: block;
	}
	.swap-sp-inblk {
		display: inline-block;
	}
}

.imgW100 {
	width: 100%;
	height: auto;
}
.maxW100 {
	max-width: 100%;
}

body > iframe {
	position: fixed;
	top: -15px;
}


#wrap {
	min-width: 980px;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	#wrap {
		min-width: 300px;
		width: 100%;
		overflow: hidden;
	}
}


/*===========================================================================
 #header
===========================================================================*/
#header .hd-inr {
	height: 77px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header .hd-inr .logo {
	position: absolute;
	top: 24px;
	left: 0;
}
#header .hd-inr .logo .swap {
	//width: 160px;
	//height: 38px;
	//background-image: url(/lp_soudankai_sa/image/hd_logo.png);
}
#header .sp-btn-nav {
	display: none;
}
#header .hd-nav {
	display: none;
}
#header .consul-btn {
	position: absolute;
	top: 10px;
	right: 0;
}
#header .consul-btn img {
	width: 124px;
	height: auto;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 737px) {
	#header .hd-nav {
		display: none !important;
	}
	#header .hd-inr .logo .swap img {
    	width: 160px;
    	height:auto;
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	#header .hd-inr {
		width: auto;
		height: 60px;
	}
	#header .hd-inr .logo {
		top: 20px;
		left: 15px;
	}
	#header .hd-inr .logo .swap img {
		width: 136px;
		height: auto;
	}
	#header .sp-btn-nav {
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
		cursor: pointer;
	}
	#header .hd-nav {
		display: none;
		width: 100%;
		color: #000;
		background-color: #fff;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #000;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 100;
	}
	#header .hd-nav ul {
		padding: 0 5px;
	}
	#header .hd-nav li {
		height: 44px;
		font-size: 1.4rem;
		line-height: 44px;
		border-bottom: 1px solid #ccc;
	}
	#header .hd-nav li a {
		display: block;
		padding: 0 22px 0 5px;
		background: url(/lp_soudankai_sa/image/marker_arrow.png) no-repeat right top;
		background-size: 22px auto;
		text-decoration: none;
	}
	#header .consul-btn {
		top: 7px;
		right: 60px;
	}
	#header .consul-btn img {
		width: auto;
		height: 46px;
	}
}




/*===========================================================================
 #main
===========================================================================*/
.main-col {
	background: #F3EFEE url(/lp_soudankai_sa/image/main_bg.jpg) no-repeat center center;
}
.main-col .main-inr {
	height: 460px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 85px;
	padding-left: 60px;
}
.main-col .main-inr .lead {
	line-height: 1.5;
	font-size: 158%;
	color: #36312B;
}
.main-col .main-inr .main-ttlSet {
	position: relative;
	padding-top:15px;
}
.main-col .main-ttl-logo {
	position: absolute;
	left: 0;
}
.main-col .main-ttl-logo img {
	width: 196px;
	height: 196px;
}
.main-col .main-inr .main-ttlSet .main-ttl {
	padding-left: 207px;
	padding-top: 30px;
	color: #2b6aaa;
	font-size: 217%;
	line-height: 1.5;
	font-weight: bold;
}
.main-col .main-inr .main-ttlSet .main-ttl span {
	display:block;
	font-size:2.1rem;
}
.main-col .txt {
	font-size: 115%;
	color: #326CAC;
	padding-left: 207px;
	margin-top: 10px;
	line-height: 1.5;
}
.main-col .consul-btn {
	position: absolute;
	bottom: 40px;
	left: 60px;
}
.main-col .consul-btn span {
	background-image:url(/lp_soudankai_sa/image/main-col_consul_btn.png);
	width:275px;
	height:40px;
	display:block;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.main-col .consul-btn span:hover {
	opacity: 0.5;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 569px) {
	.main-col .main-inr .lead {
		font-size: 100%;
	}
	.main-col .main-ttl-logo img {
		width: 120px;
		height: auto;
	}
	.main-col .main-inr .main-ttlSet .main-ttl span {
		font-size: 1.4rem;
	}
	.main-col .txt {
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.main-col {
		position:relative;
		background-image: none;
	}
	.main-col .sp-main-visual {
	}
	.main-col .sp-main-visual img {
		width: 100%;
		height:auto;
	}
	.main-col .main-inr {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		padding: 0;
	}
	.main-col .main-inr .lead {
		color: #FFF;
		text-align: center;
		margin: 12px 0;
		line-height: 1.5;
		font-size: 110%;
	}
	.main-col .main-inr .main-ttlSet {
		text-align:center;
		position:static;
	}
	.main-col .main-ttl-logo {
		display:none;
	}

	.main-col .main-inr .main-ttlSet .main-ttl {
		display:none;
	}
	.main-col .txt {
		line-height: 1.5;
		font-size: 1.15rem;
		padding: 0 13%;
		color: #FFF;
		text-align: left;
		position: absolute;
		bottom: 18%;
	}
	.main-col .consul-btn {
		position: absolute;
		bottom: 15px;
		left: auto;
		padding: 0 13%;
	}
	.main-col .consul-btn span {
		text-indent: 0;
		line-height: 1;
	}
	.main-col .consul-btn span img {
		width: 100%;
	}
}

/*===========================================================================
 .cts-wrap
===========================================================================*/

.cts-wrap {
	background-color: #eff5ff;
	text-align: left;
}
.interview-col {
	background-image: url(/lp_soudankai_sa/image/interview.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	border-bottom: 1px solid #2b6aaa;
	margin-bottom:1px;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.interview-col {
		background-image:none;
		height:auto;
		padding:15px 0;
	}
	.interview-col img {
		width:100%;
	}
}

.cts-col {
	margin-top: 1px;
	border-top: 1px solid #2b6aaa;
	border-bottom: 1px solid #2b6aaa;
}
.cts-col .col-ttl {
	text-align: center;
	padding: 30px 0 20px;
	background: #2b6aaa;
	margin-bottom: 1px;
}
.cts-col .col-ttl img {
	width: 440px;
	height: auto;
}
.cts-col .col-ttl .ttl-txt {
	font-size: 193%; /*27px*/
	margin-bottom: 20px;
	color:#FFF;
}
.cts-col .bg {
	border-top: 1px solid #2b6aaa;
	border-bottom: 1px solid #2b6aaa;
	background: #fff;

}
.cts-col .bgInr {
	width:960px;
	margin:0 auto;
}
.consul-btn-wrap {
	padding: 39px 0 40px;
	text-align: center;
	background:#fffdf8;
	border-top: 1px solid #2b6aaa;
	margin-top: 1px;
}
.consul-btn-wrap .label {
	margin-bottom:10px;
}
.consul-btn-wrap img {
	width: 400px;
	height: auto;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 569px) {
	.consul-col .col-ttl .ttl-txt {
		font-size: 1.6rem!important;
	}
}
/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.cts-col .col-ttl {
		padding: 10px 0 10px;
	}
	.cts-col .col-ttl .ttl-txt {
		font-size: 1.9rem;
		margin-bottom: 8px;
		line-height: 1.5;
	}
	.cts-col .col-ttl h2 {
		padding:0 22.5px;
	}
	.cts-col .col-ttl h2 img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	.cts-col .bgInr {
		width:100%;
	}
	.consul-btn-wrap {
		padding: 18px 22.5px 19px;
	}
	.consul-btn-wrap .label {
		margin-bottom:9px;

	}
	.consul-btn-wrap img {
		width: 100%;
		height: auto;
	}
}
/*===========================================================================
 .consul-col
===========================================================================*/

.consul-col {
	margin-top: 0;
	border-top: none;
}
.consul-col .item {
	padding:40px 0;
	border-top: 1px solid #2b6aaa;
	border-bottom: 1px solid #2b6aaa;
	margin-top:1px;
}
.consul-col .item1 {
	border-top:0;
	margin-top:0;
}
.consul-col .item .imgSec {
	float:left;
	width:480px;
}
.consul-col .item .imgSec .mainImg img {
	max-width:100%;
	height:auto;
	width:100%;
}
.consul-col .item .imgSec .mainImgCaption1 {
	background: #eff5ff;
	padding: 15px 20px;
}
.consul-col .item .imgSec .mainImgCaption1 .label {
	color: #2b6aaa;
	line-height: 1.5;
}
.consul-col .item .imgSec .mainImgCaption1 .txt {
	color: #2b6aaa;
	font-size: 86%;
	line-height: 1.5;
	margin-top: 10px;
}
.consul-col .item .imgSec .mainImgCaption2 {
	background: #2b6aaa;
	padding: 13px 15px 15px 15px;
	font-size:.9em;
}
.consul-col .item .imgSec .mainImgCaption2 .label {
	line-height: 1.5;
	color:#FFF;
	display:inline-block;
}
.consul-col .item .imgSec .mainImgCaption2 .txt {
	line-height: 1.5;
	color:#FFF;
	display:inline-block;
}
.consul-col .item .detailSec {
	float:left;
	width: 450px;
	margin-left: 30px;
}
.consul-col .item .detailSec h3 {
	color: #2b6aaa;
	line-height: 1.5;
	font-size: 172%;
	margin-bottom: 15px;
}
.consul-col .item .detailSec .txt {
	line-height: 1.7;
}
.consul-col .item .detailSec .subImg {
	margin:15px 0;
}
.consul-col .item .detailSec .subImg .itemImg {
	width:50%;
	box-sizing:border-box;
	padding-right:8px;
	float: left;
}
.consul-col .item .detailSec .subImg .itemImg:nth-child(even) {
	padding:0 0 0 8px;
}
.consul-col .item .detailSec .subImg .itemImg img {
	max-width:100%;
	height:auto;
	width:100%;
}
.consul-col .item .detailSec .note {
	position:relative;
	padding-left:1.3em;
	color:#666;
	font-size: 75%;
}
.consul-col .item .detailSec .note span {
	position:absolute;
	left:0;
}
/*Movie*/
.consul-col .sec-movie {
	border-top: 1px solid #2b6aaa;
	margin-top:1px;
	padding-top:40px;
}

.consul-col .movieInr {
	border: 2px solid #2b6aaa;
	background: #FFF;
	padding: 3px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	margin-bottom:40px;
}
.consul-col .movieBdy {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border: 1px solid #2b6aaa;
	box-sizing: border-box;
}
.consul-col .movieBdy iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 569px) {
	.consul-col .item-ttl h3 {
		font-size: 1.55rem!important;
	}
	.consul-col .item-ttl h3 span {
	}
}

/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.consul-col .item-ttl {
		position: relative;
		padding: 24px 22.5px 20px;
		border-top: 1px solid #2b6aaa;
		margin-top:1px;
	}
	.consul-col .item1wrap .item-ttl {
		border:0;
		margin:0;
	}
	.consul-col .item-ttl h3 {
		font-size: 1.9rem;
		color: #2b6aaa;
		line-height: 1.5;
		padding-right:35px;
	}
	.consul-col .item-ttl h3 span {
		font-size: 80%;
	}
	.consul-col .item-ttl:after {
		content: " ";
		display: block;
		width: 40px;
		height: 40px;
		background: #2b6aaa url(/lp_soudankai_sa/image/sp_arw_open.png) no-repeat center center;
		border-radius: 40px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		right: 15px;
	}
	.consul-col .item-ttl.js-open:after {
		background-image: url(/lp_soudankai_sa/image/sp_arw_close.png);
	}
	.consul-col .item {
		padding: 0 22.5px 20px;
		border-top:0;
		margin-top:0;
	}
	.consul-col .item .imgSec {
		float:none;
		width:100%;
	}
	.consul-col .item .detailSec {
		float:none;
		width:100%;
		margin:10px 0 0 0;
	}
	.consul-col .item .imgSec .mainImgCaption1 {
		padding:13px;
	}
	.consul-col .item .imgSec .mainImgCaption1 .label {
		font-weight: bold;
		font-size: 1.3rem;
	}
	.consul-col .item .imgSec .mainImgCaption1 .txt {
		font-size: 1.2rem;
	}
	.consul-col .item .detailSec .txt {
		font-size: 1.2rem;
	}
	.consul-col .item .detailSec .subImg .itemImg {
		padding-right:5px;
	}
	.consul-col .item .detailSec .subImg .itemImg:nth-child(even) {
		padding: 0 0 0 5px;
	}
	.consul-col .item .imgSec .mainImgCaption2 {
		padding:13px;
	}
	.consul-col .item .imgSec .mainImgCaption2 .label {
		font-size: 1.3rem;
	}
	.consul-col .item .imgSec .mainImgCaption2 .txt {
		font-size: 1rem;
	}
	.consul-col .sec-movie {
		padding:20px 22.5px;
	}
	.consul-col .movieInr {
		width:100%;
		box-sizing: border-box;
		margin-bottom:0;
	}
	
}


/*===========================================================================
 .case-col
===========================================================================*/

.case-col {
}
.case-col .item-wrap {
	padding:40px 0;
}
.case-col .item-wrap2 {
	border-top:1px solid #2b6aaa;
	padding-top: 0;
}
.case-col .item-wrap2Inr {
	border-top:1px solid #2b6aaa;
	margin-top:1px;
	padding-top: 40px;
}
.case-col .flow {
	width: 300px;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.case-col .flow1 {
	background: #eff5ff;
	margin-right: 30px;
	padding:30px;
}
.case-col .flow1:after {
	content: "";
	background: url(/lp_soudankai_sa/image/arw-flow1.png);
	width: 16px;
	height: 23px;
	display: inline-block;
	position: absolute;
	right: -28px;
	/*
	top: 50%;
	margin-top: -11px;
	*/
	top:112px;
}
.case-col .flow2 {
	padding:30px 10px;
	margin-right: 30px;
}
.case-col .flow2:after {
	content: "";
	background: url(/lp_soudankai_sa/image/arw-flow2.png);
	width: 16px;
	height: 23px;
	display: inline-block;
	position: absolute;
	right: -28px;
	/*
	top: 50%;
	margin-top: -11px;
	*/
	top:112px;
}
.case-col .flow3 {
	padding:30px 10px;
}
.case-col .flow1 .prof {
	margin-bottom: 20px;
}
.case-col .flow1 .prof .thumb {
	float:left;
}
.case-col .flow1 .prof .thumb img {
	width: 94px;
	height: auto;
}
.case-col .flow1 .prof .profDtl {
	float:left;
	padding-top: 10px;
	padding-left: 15px;
}
.case-col .flow1 .prof .profDtl .name {
	color: #2b6aaa;
	font-size: 130%;
	margin-bottom: 8px;
	font-weight: bold;
}
.case-col .flow1 .prof .profDtl .etc {
	color: #2b6aaa;
	font-size: 130%;
	line-height:1.5;
}
.case-col .flow1 .label {
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 5px;
}
.case-col .flow1 .txt {
	line-height: 1.5;
}
.case-col .flow2 .label {
	color:#f83a70;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 5px;
}
.case-col .flow2 .txt {
	color:#f83a70;
	line-height: 1.5;
	min-height: 5em;
}
.case-col .flow2 .flowImg {
	padding: 15px 0 0 15px;
}
.case-col .flow2 .flowImg img {
	width:100%;
	max-width:100%;
	height:auto;
}
.case-col .item-wrap2Inr .flow2 .flowImg img {
	width:auto;
}
.case-col .item-wrap2Inr .flow3 .flowImg img {
	width:auto;
}
.case-col .flow3 .label {
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 5px;
	color:#2b6aaa;
}
.case-col .flow3 .txt {
	line-height: 1.5;
	color:#2b6aaa;
	min-height: 5em;
}
.case-col .flow3 .singleTxt {
	min-height:3.5em;
}
.case-col .flow3 .flowImg {
	padding: 15px 0 0 10px;
}
.case-col .flow3 .flowImg img {
	width:100%;
	max-width:100%;
	height:auto;
}
.case-col .sp-more-wrap {
	display: none;
}



/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.case-col .item-wrap {
		padding:0;
	}
	.case-col .flow {
		float: none;
		width: auto;
		padding: 20px 22.5px;
		margin: 0;
	}
	.case-col .flow1 {
		margin-bottom:10px;
	}
	.case-col .flow1:after {
		content: "";
		background: url(/lp_soudankai_sa/image/arw-flow1_sp.png);
		background-size: cover;
		width: 29px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -30px;
		margin: 0 -15px 0 0;
	}
	.case-col .flow1 .prof {
		margin-bottom: 10px;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.case-col .flow1 .prof .thumb img {
		width: 117.5px;
		height: auto;
	}
	.case-col .flow1 .prof .profDtl {
		padding-top: 30px;
		padding-left: 8px;
	}
	.case-col .flow1 .prof .profDtl .name {
		font-size: 116%;
	}
	.case-col .flow1 .prof .profDtl .etc {
		font-size: 116%;
	}
	.case-col .flow2 {
		padding-top:30px;
		margin-bottom:10px;
	}
	.case-col .flow2 .flowImg {
		padding: 10px 0 0 0;
	}
	.case-col .flow2 .txt {
		min-height:auto;
	}
	.case-col .flow3 {
		padding-top:30px;
	}
	.case-col .flow3 .txt {
		min-height:auto;
	}
	.case-col .flow2:after {
		content: "";
		background: url(/lp_soudankai_sa/image/arw-flow2_sp.png);
		background-size: cover;
		width: 29px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -30px;
		margin: 0 -15px 0 0;
	}
	.case-col .flow3 .flowImg {
		padding: 10px 0 0 0;
	}
	.case-col .item-wrap2Inr {
		padding-top:0;
	}
	.case-col .sp-more-wrap {
		display:block;
		background: #eff5ff;
	}
	.case-col .sp-more-wrap .more-inr {
	    padding: 20px 0;
	    text-align: center;
	}
	.case-col .sp-more-wrap .more-inr .btn-more {
		cursor: pointer;
	}
	.case-col .sp-more-wrap .more-inr .btn-more img {
		width:53%;
	}
	.case-col .item-wrap.hide-item {
		display: none;
		height: 0;
		overflow: hidden;
	}
}
/*===========================================================================
 .faq-col
===========================================================================*/

.faq-col {
}
.faq-col .faqItemWrap {
	float:left;
	width:50%;
}
.faq-col .faqItemWrap dt {
	color:#2b6aaa;
	padding-top:10px;
	padding-left:45px;
	margin-bottom:20px;
	background-image:url(/lp_soudankai_sa/image/ico_q.png);
	background-repeat: no-repeat;
	background-size: 36px;
	min-height: 36px;
}
.faq-col .faqItemWrap dd {
	color:#f83a70;
	line-height:1.7;
	padding-top:7px;
	padding-left:45px;
	background-image:url(/lp_soudankai_sa/image/ico_a.png);
	background-repeat: no-repeat;
	background-size: 36px;
	min-height: 36px;

}

.faq-col .faqItem1-1 {
	padding:40px 0 30px;
	border-bottom:1px solid #2b6aaa;
	margin-bottom:1px;
	margin-right:30px;
}
.faq-col .faqItem1-2 {
	padding:40px 0 30px;
	border-bottom:1px solid #2b6aaa;
	margin-bottom:1px;
	margin-left:30px;
	float:left;
}
.faq-col .faqItem2-1 {
	padding:40px 0 30px;
	border-top:1px solid #2b6aaa;
	margin-right:30px;
}
.faq-col .faqItem2-2 {
	padding:40px 0 30px;
	border-top:1px solid #2b6aaa;
	margin-left:30px;
	float:left;
}
.faq-col .sp-more-wrap {
	display: none;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.faq-col .faqItemWrap {
		float:none;
		width:auto;
		padding: 0 22.5px;
	}
	.faq-col .faqItemWrap dt {
		background-size: 44px;
		padding-left: 55px;
		line-height: 1.5;
		padding-top: 5px;
		margin-bottom: 17px;
		min-height: 45px;
	}
	.faq-col .faqItemWrap dd {
		background-size: 44px;
		padding-left: 55px;
		line-height: 1.5;
		padding-top: 5px;
		margin-bottom: 17px;
		min-height: 45px;
	}
	.faq-col .faqItem1-1 {
		padding:20px 0 15px;
		margin-right:0px;
	}
	.faq-col .faqItem1-2 {
		padding:20px 0 15px;
		margin: 0;
		border-bottom:0;
		border-top: 1px solid #2b6aaa;
	}
	.faq-col .faqItem2-1 {
		padding:0;
		margin-right:0px;
	}
	.faq-col .faqItem2-2 {
		padding:20px 0 15px;
		margin-left: 0;
		border-top: 1px solid #2b6aaa;
	}
	.faq-col .faqItem2-1Inr {
		border-top: 1px solid #2b6aaa;
		border-bottom: 1px solid #2b6aaa;
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 20px 0 15px;
	}
	.faq-col .sp-more-wrap {
		display:block;
		background: #eff5ff;
	}
	.faq-col .sp-more-wrap .more-inr {
	    padding: 20px 0;
	    text-align: center;
	}
	.faq-col .sp-more-wrap .more-inr .btn-more {
		cursor: pointer;
	}
	.faq-col .sp-more-wrap .more-inr .btn-more img {
		width:53%;
	}
	.faq-col .item-wrap.hide-item {
		display: none;
		height: 0;
		overflow: hidden;
	}
}


/*===========================================================================
 .feature-col
===========================================================================*/
.feature-col {
}
.feature-col .item-wrap {
	padding:26px 30px 37px;
}
.feature-col .item-wrap .item {
	float:left;
	box-sizing:border-box;
	position: relative;
	padding-top: 128px;
}
.feature-col .item-wrap .item .itemImg {
}
.feature-col .item-wrap .item .itemImg .img-balloon {
	position: absolute;
	top: 0;
}
.feature-col .item-wrap .item .itemDtl {
	padding-top: 10px;
}
.feature-col .item-wrap .item .itemDtl p {
	color: #2b6aaa;
	font-size: 87%;
	line-height: 1.3;
}
.feature-col .item-wrap .item .itemDtl a {
	color: #2b6aaa;
	font-size: 87%;
	padding-left:1.2em;
	position: relative;
	margin-top:10px;
	display: inline-block;
}
.feature-col .item-wrap .item .itemDtl a:before {
	content:">";
	position: absolute;
	left:0;
}
.feature-col .item-wrap .item .itemDtl a:hover {
	text-decoration: underline;
}
.feature-col .item-wrap .item1 {
	width:300px;
	padding-left:100px;
}
.feature-col .item-wrap .item2 {
	width:200px;
	margin: 0 50px;
}
.feature-col .item-wrap .item3 {
	width:300px;
	padding-right:100px;
}
.feature-col .item-wrap .item1 .itemImg .img-balloon {
	left: 0;
}
.feature-col .item-wrap .item2 .itemImg .img-balloon {
	left:-2px;
}
.feature-col .item-wrap .item3 .itemImg .img-balloon {
	right:0;
}
.feature-col .item-wrap .note {
	display:inline-block;
	margin-top:40px;
	color:#666;
	line-height: 1.3;
	font-size: 71%;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.feature-col .bg {
		padding: 25px 22.5px 20px;
	}
	.feature-col .item-wrap {
		padding:0;
	}
	.feature-col .item-wrap .item {
		width:auto;
		padding:0;
		margin-left:0;
		margin-right:0;
		float:none;
	}
	.feature-col .item-wrap .item .itemImg img {
		width:100%;
		height:auto;
	}
	.feature-col .item-wrap .item .itemDtl {
		padding-top:7px;
	}
	.feature-col .item-wrap .item1 {
		margin-bottom:15px;
	}
	.feature-col .item-wrap .item2 {
		margin-bottom:15px;
	}
	.feature-col .item-wrap .item3 {
		margin-bottom:15px;
	}
	.feature-col .item-wrap .item .itemDtl p {
		font-size: 100%;
		line-height:1.7;
	}
	.feature-col .item-wrap .item .itemDtl a {
		margin-top:5px;
		font-size: 100%;
	}
	.feature-col .item-wrap .note {
		margin-top:18px;
		font-size:90%;
		line-height:1.5;
	}
}
/*===========================================================================
 .recommend-col
===========================================================================*/

.recommend-col {
	border-bottom: 0;
}
.recommend-col .bg {
	border-bottom: 0;
}
.recommend-col .recWrap1 {
	padding-top:40px;
	padding-bottom:40px;
}
.recommend-col .recWrap1 .item {
	float:left;
}
.recommend-col .recWrap1 .item p {
	color:#2b6aaa;
	padding-top:10px;
}
.recommend-col .recWrap1 .item a {
	color:#2b6aaa;
	text-decoration: none;
}

.recommend-col .recWrap1 .item1 {
	margin-right:15px;
}
.recommend-col .recWrap1 .item2 {
	margin-left:15px;
}

.recommend-col .recWrap2 {
	padding-bottom:40px;
}
.recommend-col .recWrap2 .item {
	float:left;
	margin-right:25px;
}
.recommend-col .recWrap2 .item p {
	color:#2b6aaa;
	padding-top:10px;
	font-size: 86%;
}
.recommend-col .recWrap2 .item a {
	color:#2b6aaa;
	text-decoration: none;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.recommend-col {
	}
	.recommend-col .recWrap1 {
		padding:20px 22.5px 0;
	}
	.recommend-col .recWrap1 .item {
		margin-bottom: 15px;
		float: none;
	}
	.recommend-col .recWrap1 .item p {
		padding-top:5px;
		font-size: 86%;
	}
	.recommend-col .recWrap2 {
		padding:0 22.5px;
	}
	.recommend-col .recWrap2 .item {
		margin-bottom: 18px;
		margin-right: 0;
		float: none;
	}
	.recommend-col .recWrap2 .item p {
		padding-top:5px;
		font-size: 86%;
	}
	.recommend-col .item img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	.recommend-col .recWrap1 .item1 {
		margin-right:0;
	}
	.recommend-col .recWrap1 .item2 {
		margin-left:0;
	}



}

/*===========================================================================
 .ft-col
===========================================================================*/

.ft-col .sp-cts {
	display: none;
}

.ft-col .pc-cts {
	width: 960px;
	margin: 0 auto;
	line-height: 1.7;
	font-size: 86%;
	margin-top: 40px;
}
.ft-col .pc-cts a {
	text-decoration: none;
}
.ft-col .pc-cts a:hover {
	text-decoration: underline;
}
.ft-col .pc-cts .b {
	font-weight: bold;
}
.ft-col .pc-cts .bn-staffinterview {
	margin-bottom: 3em;
}
.ft-col .pc-cts .bn-staffinterview a {
	display: block;
	border: solid 1px #debb8f;
}
.ft-col .pc-cts .bn-staffinterview img {
	width: 100%;
}
.ft-col .pc-cts .clearfix{
	overflow:hidden;
}
.ft-col .pc-cts .clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:0.01px;
	visibility:hidden;
	overflow:hidden;
}
.ft-col .pc-cts .left,
.ft-col .pc-cts .f_left {
	float:left;
}
.ft-col .pc-cts .wi210 {width:210px;}
.ft-col .pc-cts .mb0 {margin-bottom:0;}
.ft-col .pc-cts .ml20 {margin-left:20px;}
.ft-col .pc-cts .ml15 {margin-left:15px;}
.ft-col .pc-cts .pad_l30 { padding-left:30px;}
.ft-col .pc-cts .footer_sr {
	width:960px;
	border-top:1px #000 solid;
	padding-top:15px;
}
.ft-col .pc-cts .r_top0 {
	margin-top:0;
	padding-top:0;
}
.ft-col .pc-cts .fs_up { font-size:115%;}
.ft-col .pc-cts .fs_up150{ font-size:150%;}
.ft-col .pc-cts .arrow1 {
	padding-left:15px;
	background:url(/lp_soudankai_sa/image/arrow1.gif) no-repeat left .35em;
}


/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.ft-col .pc-cts {
		display: none;
	}
	.ft-col .sp-cts {
		display: block;
	}
	.ft-col .sp-cts .bn-staffinterview {
		margin: 3em 5px;
	}
	.ft-col .sp-cts .bn-staffinterview img {
		border: solid 1px #debb8f;
		width: 100%;
	}
	.ft-col .sp-cts #sp-shopList h1 {
		margin: 20px 5px;
	}
	.ft-col .sp-cts #sp-shopList p {
		margin: 20px 5px 0;
		line-height:30px;
		font-weight:bold;
	}
	.ft-col .sp-cts #sp-shopList .list-ttl {
		font-weight: bold;
		font-size: 1.6rem;
		padding-bottom: 5px;
		padding-left: 10px;
		display: block;
	}
	.ft-col .sp-cts #sp-shopList dl {
		border-bottom: 1px solid #ccc;
		background: #fff;
		font-size: 1.4rem;
	}
	.ft-col .sp-cts #sp-shopList dt {
		height: 44px;
		padding: 0 10px;
		font-weight:300;
		line-height: 44px;
		color: #000;
		background-color: #E2ECF5;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.ft-col .sp-cts #sp-shopList dd {
		height: 44px;
		margin: 0 10px;
		padding-left:20px;
		line-height: 20px;
		border-top: 1px solid #ccc;
	}
	.ft-col .sp-cts #sp-shopList dt + dd {
		border-top: 0 none;
	}
	.ft-col .sp-cts #sp-shopList dd a {
		display: block;
		/*padding: 20px 14px 0 20px;*/
		background-size: 22px auto;
		text-decoration: none;
	}
	.ft-col .sp-cts #sp-shopList .shop_info_mei {
		position:relative;
	}
	
	.ft-col .sp-cts #sp-shopList .shop_info_tel {
		position: absolute;
		bottom: 0;
		font-size: 10px;
		left:20px;
	}
	
	.ft-col .sp-cts #sp-shopList .shop_info_mei > a:first-child {
		position: absolute;
		top: 4px;
		font-weight: 500;
		left:20px;
	}
	
	.ft-col .sp-cts #sp-shopList .shop_info_mei > a:last-child > img {
		position:absolute;
		right: 20px;
		width: 22px;
		height: 44px;
	
	}
}


.footer .page-top {
	padding: 40px 0;
	text-align: center;
}
.footer .page-top img {
	width: 104px;
	height: auto;
}
.footer .copyright {
	background: #fff;
	text-align: center;
	padding: 33px 0;
	color: #2b6aaa;
	font-size: 86%; /*12px*/
}

/* SP
-------------------------------------*/
@media screen and (max-width: 736px) {
	.footer .page-top {
		padding: 29px 0;
	}
	.footer .page-top img {
		width: 23%;
		height: auto;
	}
	.footer .copyright {
		padding: 15px 0;
		font-size: 1rem;
	}
}


/* botchan
-------------------------------------*/
.botchan_open:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}



/*
showroom_col
------------------------------------ */
.showroom_col {
  display:flex;
  flesx-flow:row nowrap;
  justify-content:space-between;
}

@media screen and (max-width: 768px) {
  
}
