@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-change .note, #sec-change .change_wrap .tx, #sec-change .for-example .tx, #sec-function .function_wrap .function p, #sec-format p.format_tx, #sec-purpose p.luster {
	font-size: .9em;
}
#sec-change p.tx, #sec-function .function_wrap .function p, #sec-purpose p.luster {
	line-height: 1.6;
}
#sec-format p {
	line-height: 1.75;
}

/* タブレット縦サイズ 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-change .change_wrap .tx, #sec-function .function_wrap .function p, #sec-format p.format_tx, #sec-purpose p.luster {
		font-size: 1em;
	}
}


/*-----------------
 *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-change
-----------------*/
#sec-change h2 {
	margin-bottom: .8em;
}
#sec-change .note {
	margin-bottom: 2.75em;
	line-height: 1.4;
}
#sec-change .change_wrap {
	position: relative;
}
#sec-change .change_wrap:before {
	margin: auto;
	width: 64px;
	height: 55px;
	background-image: url("/web/jp/kikaku/function/materials/images/change_arrow.svg");
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: inline-block;
	transform: rotate(90deg);
}
#sec-change .before {
    margin: 0 0 48px 0;	
	width: 100%;
}
#sec-change .after {
	margin: 0;
	padding: 48px 0 0 0;
	width: 100%;
}
#sec-change .change_wrap .heading {
	position: relative;
}
#sec-change .change_wrap .heading span {
	padding: 8px 0;
	width: 95px;
	border-radius: 8px 8px 0 0;
	display: block;
}
#sec-change .change_wrap .heading:after {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
}
#sec-change .change_wrap .before .heading span {
    background: #ebebeb;
}
#sec-change .change_wrap .before .heading:after {
	background: #ebebeb;
}
#sec-change .change_wrap .after .heading span {
	background: #ffcc33;
}
#sec-change .change_wrap .after .heading:after {
	background: #ffcc33;
}
#sec-change .change_wrap h3 {
	margin: 1.25em 0;
	font-weight: bold;
}
#sec-change .change_wrap .after h3 {
	color: #f6a200;
}
#sec-change .change_wrap img.change_img {
	margin-bottom: 1.25em;
	height: 126px;
}
#sec-change .change_wrap .img {
	position: relative;
    display: inline-block;
}
#sec-change .change_wrap .img_tx span {
	font-weight: bold;
	color: #f6a200;
	position: absolute;
	left: 162px;
}
#sec-change .change_wrap .img_tx span:nth-of-type(1) {
	top: 35px;
}
#sec-change .change_wrap .img_tx span:nth-of-type(2) {
	top: 73px;
}
#sec-change .change_wrap .img_tx span:nth-of-type(3) {
	top: 112px;
}
#sec-change .change_wrap .tx {
	text-align: left;
    display: table;
    margin: 0 auto;
}
#sec-change .for-example {
	margin: 2em 0 0 0;
	padding: 1.25em;
	text-align: left;
	background: #f5f5f5;
	display: inline-block;
}
#sec-change .for-example .ttl {
	padding: 3px 0 3px 10px;
	line-height: 1.4;
	font-weight: bold;
	border-left: 4px solid #f6a200;
}
#sec-change .for-example .ttl span {
	padding: 0 0 5px 0;
	font-size: .9em;
	font-weight: normal;
	display: block;
}
#sec-change .for-example .tx {
	margin: 1em 0 0 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-change .before, #sec-change .after {
		width: 288px;
		display: inline-block;
	}
	#sec-change .before {
		margin: 0 38px 0 0;
	}
	#sec-change .after {
		margin: 0 0 0 38px;
		padding: 0;
	}
	#sec-change .change_wrap:before {
		transform: rotate(0deg);
	}
	#sec-change .for-example {
		padding: 2em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-change .before, #sec-change .after {
		width: 402px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-change .before, #sec-change .after {
		width: 460px;
	}
}


/*-----------------
 *sec-function
-----------------*/
#sec-function {
	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 .function_wrap .function {
		margin: 0 10px 40px 10px;
		width: 30%;	
		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) {
		margin-right: 0;
	}
}


/*-----------------
 *sec-case
-----------------*/
#sec-case .case-interview_card .itv-name {
	padding-bottom: .5em;
}
#sec-case .case-interview_card .itv-type {
    padding: 0 0 1em 1.2em;
	font-size: .85em;
    color: #777;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-case .case-interview {
		margin: 0 auto;
		max-width: 542px;
		width: 100%;
	} 
	#sec-case .case-interview_card {
		width: 16.4em;
		height: 25em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-case .case-interview {
		max-width: 584px;
	}
	#sec-case .case-interview_card {
		width: 17em;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-case .case-interview {
		max-width: 660px;
	} 
	#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;
}
