@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　自社管理用CSS
/kikaku/function/jisyakanri.asp
-------------------*/

/*-----------------
 *共通
-----------------*/
section {
	padding: 3.5em 0;
}
h2 {
	margin-bottom: 1.55em;	
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
h3 {
	font-size: 1em;
	line-height: 1.4;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.cnv_btn {
    margin: 0 auto;
}
a.text_link {
	color: #2684e2;
    text-decoration: underline;
}
a:hover {
	opacity: .85;
}
#sec-function .function_wrap .function p, #sec-format p.format_tx, #sec-purpose p.luster {
	font-size: .9em;
}
#sec-qa span, #sec-function .function_wrap .function p, #sec-purpose p.luster {
	line-height: 1.6;
}
#sec-format p {
	line-height: 1.75;
}
/* FF対策 */
.sp-only { 
	display: inline-block;
}
.sptab-only { 
	display: none;
}
.pctab-only { 
	display: none;
}
.pc-only {
	display: none;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	section {
		padding: 5em 0;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.25em;
	}
	#sec-function .function_wrap .function p, #sec-format p.format_tx, #sec-purpose p.luster {
		font-size: 1em;
	}
	/* FF対策 */
	.sp-only { 
		display: none!important;
	}
	.sptab-only { 
		display: inline-block !important;
	}
	.pctab-only { 
		display: none!important;
	}
	.pc-only {
		display: none!important;
	}

}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	/* FF対策 */
	.sp-only { 
		display: none!important;
	}
	.sptab-only { 
		display: none!important;
	}
	.pctab-only { 
		display: inline-block !important;
	}
	.pc-only {
		display: none!important;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	/* FF対策 */
	.sp-only { 
		display: none!important;
	}
	.sptab-only { 
		display: none!important;
	}
	.pctab-only { 
		display: none!important;
	}
	.pc-only {
		display: inline-block !important;
	}
}


/*-----------------
 *mainv
-----------------*/
.main-v { 
    background: linear-gradient(#fcf8e3, #fcf2c0);
    text-align: center;
    padding: 7.1em 0 2.5em 0;
}
.main-v h1 {
	font-size: 1.6em;
	line-height: 1.2;
	font-weight: bold;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    .main-v {
        padding: 9.5em 0 4em 0;
    }
	.main-v h1 {
		font-size: 2em;
	}
}


/*-----------------
 *sec-qa
-----------------*/
#sec-qa .qa_wrap {
	margin-bottom: 2.5em;
}
#sec-qa .qa_wrap li {
	margin: 0 0 30px 0;
	width: 100%;
}
#sec-qa .qa_wrap li:last-child {
	margin: 0;
}
#sec-qa .qa_wrap span.q_tx, #sec-qa .qa_wrap span.a_tx {
	text-align: left;
    display: inline-block;
}
#sec-qa .qa_wrap .q_wrap img {
	margin: 0 auto 12px;
	width: auto;
	height: 54px;
    display: block;
}
#sec-qa .qa_wrap .q_wrap span.q_tx span {
	font-weight: bold;
}
#sec-qa .qa_wrap img.arrow {
	margin: 1em auto;
	width: 40px;
	height: auto;
	display: block;
}
#sec-qa .qa_wrap .a_wrap {
	padding: 1.5em;
	background: #ffcc33;
	border-radius: 6px;
}
#sec-qa .qa_wrap .a_wrap img {
	margin: 0 auto 1.25em;
	width: auto;
	height: 92px;
	display: block;
}
#sec-qa .qa_wrap .a_wrap span {
	font-weight: bold;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-qa .qa_wrap li {
		margin: 0 20px 0 0;
		width: 31.3%;	
		float: left;
	}
	#sec-qa .qa_wrap .q_wrap {
		height: 140px;
	}
	#sec-qa .qa_wrap .a_wrap {
		height: 235px;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-qa .qa_wrap li {
		margin: 0px 25px 0 0;
	}
	#sec-qa .qa_wrap .q_wrap {
		height: auto;
	}
	#sec-qa .qa_wrap .a_wrap {
		height: 210px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-qa .qa_wrap .a_wrap {
		height: 185px;
	}
}


/*-----------------
 *sec-function
-----------------*/
#sec-function {
	padding: 3.5em 0 1em;
	background: #fcf8f0;
}
#sec-function .function_wrap .function {
	margin: 0 auto 30px;
	width: 100%;
}
#sec-function h3 {
	margin-bottom: 1.25em;
	font-weight: bold;
}
#sec-function .function_wrap .function img {
	margin: 0 auto .6em;
	width: 95%;
	height: 120px;
	display: block;
}
#sec-function .function_wrap .function p {
	margin: 0 auto;
	width: 95%;
	text-align: left;
}
#sec-function .function_wrap .function p span.icon-webfont-02 {
    margin-left: 1em;
	font-size: 64%;
	color: #2684e2;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-function {
		padding: 5em 0 2.5em;
	}
	#sec-function .function_wrap .function {
		margin: 0 10px 40px 10px;
		width: 47%;	
		float: left;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-function .function_wrap .function {
		margin: 0 25px 40px 0;
		width: 31.3%;	
	}
	#sec-function .function_wrap .function:nth-of-type(3), #sec-function .function_wrap .function:nth-of-type(6) {
		margin-right: 0;
	}
}


/*-----------------
 *sec-case　事例
-----------------*/
#sec-case .case-interview_card .itv-type {
    font-size: 0.85em;
    color: #777;
    padding: 0 0 1em 1.2em;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-case .case-interview_card {
		width: 17em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-case .case-interview_card {
		width: 18em;
	}
}


/*-----------------
 *sec-format
-----------------*/
#sec-format {
	background: #f7f6ee;
}
#sec-format .standard_area {
	margin: 0 auto;
	width: 100%;
}
#sec-format .standard_tx_area {
	margin: 0 auto;
	width: 92%;
	text-align: left;
}
#sec-format h2 {
	font-weight: normal;
	text-align: left;
}
#sec-format h2 span {
	font-size: 16px;
}
#sec-format .format_btn {
	margin: 2.5em auto;
	width: 90%;
	max-width: 20em;
	text-align: center;
}
#sec-format .format_btn a {
	padding: 1em 1em .85em;
	font-size: 1.25em;
	font-weight: bold;
	color: #f6a200;
	line-height: .85em;	background: #fff;
	border: 2px solid #f6a200;
	border-radius: 6px;
	display: block;
	position: relative;
}
#sec-format .format_btn a:hover {
	background: #f7edd6;
}
#sec-format .standard {
	width: 92%;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-format .standard_tx_area {
		width: 52%;
		float: left;
	}
	#sec-format .standard {
		float: right;
		width: 40%;
	}
	#sec-format .format_btn {
		margin: 2.5em 0 0;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-format h2 span {
		font-size: 1em;
	}
	#sec-format .standard_area {
		width: 51.4em;
	}	
	#sec-format .standard_tx_area {
		width: 26.25em;
	}
}


/*-----------------
 *sec-purpose
-----------------*/
#sec-purpose {
    background: url(/web/jp/asp/buyer/images/menu-kanri_purpose-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
#sec-purpose .luster {
	text-shadow: 2px 2px 8px #ffffff;
}
#sec-purpose p.luster {
	margin-bottom: 2.5em;
}
