@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　標準商品規格書用CSS
/kikaku/function/SSSP2014.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;
}
#sec-merit h3, #sec-link h3 {
	margin-bottom: 2.1em;
	padding-bottom: 10px;
	position: relative;
}
#sec-merit h3::after, #sec-link h3::after  {
	margin: 0 auto;
    width: 25px;
    height: 1px;
    background: #c5c5c5;
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.cnv_btn {
    margin: 1em auto 0;
}
a.text_link {
	color: #2684e2;
    text-decoration: underline;
}
a:hover {
	opacity: .85;
}
#sec-about .about_left .about_tx_area .about_tx, #sec-link ul li, #sec-link ul li a p.link_btn {
	font-size: .9em;
}
#sec-about h2 span {
	line-height: 1.6;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.cnv_btn {
		margin: 3.5em auto 0;
	}
	#sec-about .about_left .about_tx_area .about_tx, #sec-link ul li {
		font-size: 1em;
	}
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	section {
		padding: 5em 0;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.25em;
	}
}


/*-----------------
 *mainv
-----------------*/
.main-v { 
    padding: 7.1em 0 2.5em 0;
    text-align: center;
    background: linear-gradient(#fcf8e3, #fcf2c0);
}
.main-v h1 {
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.2;
}
.main-v h1 span {
	padding: 0 0 .75em;
	font-size: .725em;
	display: block;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    .main-v {
        padding: 9.5em 0 4em 0;
    }
	.main-v h1 {
		font-size: 2em;
	}
	.main-v h1 span {
		font-size: .625em;
	}
}


/*-----------------
 *sec-about
-----------------*/
#sec-about h2 span { 
	padding-top: 20px;
    font-size: 12px;
	font-weight: normal;
	display: block;
}
#sec-about .about_area {
	width: 100%;
}
#sec-about .about_left {
	width: 100%;
	margin: 0 auto;
}
#sec-about .about_left .about_tx_area {
	margin: 0 auto;
	text-align: left;
}
#sec-about .about_left .about_tx_area .about_tx {
	line-height: 1.75;
	padding-bottom: 1.5em;
}
#sec-about .about_left .about_tx_area .about_tx span {
	color: #cc0000;
}
#sec-about .about_left .table_area {
	margin-top: 12px;
}
#sec-about .about_left .table_area p {
	font-size: 12px;
	color: #cc0000;
	text-align: left;
}
#sec-about .about_left .table_area table {
	margin: 10px 0 3.5em 0;
	width: 100%;
	font-size: 12px;
    letter-spacing: .01em;
	text-align: left;
	border-collapse: collapse;
}
#sec-about .about_left .table_area table th {
	width: 78px;
	background: #f8f8f2;
}
#sec-about .about_left .table_area table th, #sec-about .about_left .table_area table td {
	padding: 6px 6px 6px 10px;
	border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
	border-right: #ddd solid 1px;
    border-left: #ddd dotted 1px;
	vertical-align: middle;
}
#sec-about .about_right {
	margin-bottom: 2em;
	width: 100%;
}
#sec-about .about_right a.sample {
    padding-left: 32px;
	color: #2684e2;
	line-height: 2.5;
	text-decoration: underline;
	background: url(/web/jp/kikaku/function/sssp2014/images/sample_icon.svg) no-repeat;
	background-size: 8%;
    background-position: top 9px left;
	display: inline-block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-about .about_left {
		width: 55%;
		float: left;
	}
	#sec-about .about_left .table_area p {
		font-size: 13px;
	}	
	#sec-about .about_left .table_area table {
		font-size: .725em;
	}
	#sec-about .about_right {
		width: 38%;
		float: right;
	}
	#sec-about .about_right img {
		width: 100%;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-about .about_area {
		margin: 0 auto;
		width: 92%;
	}
	#sec-about .about_left {
		width: 62%;
	}
	#sec-about .about_left .about_tx_area .about_tx {
		padding-bottom: 1.25em;
	}
	#sec-about .about_left .table_area table {
		margin-bottom: 0;
	}
	#sec-about .about_right {
		width: 32%;
	}
}


/*-----------------
 *sec-merit
-----------------*/
#sec-merit {
	background: #ffdf61;
}
#sec-merit h2 span {
	padding-bottom: 8px;
	font-size: .8em;
	display: block;
}
#sec-merit .merit_area dl {
    margin: 1.5em auto;
	padding: 1em .75em;
	background: #fff;
}
#sec-merit .merit_area dt {
    padding-bottom: 1em;
	font-weight: bold;
    line-height: 1.2;
	text-align: center;
}
#sec-merit .merit_area dt::before {
	margin-bottom: .5em;
	width: auto;
    height: 22px;
	content: '';
    display: block;
}
#sec-merit .merit_area dt.buyer::before {
	background: url(/web/jp/kikaku/function/sssp2014/images/merit_buyer.svg) no-repeat center;
}
#sec-merit .merit_area dt.wholesale::before {
	background: url(/web/jp/kikaku/function/sssp2014/images/merit_wholesale.svg) no-repeat center;
}
#sec-merit .merit_area dt.seller::before {
	background: url(/web/jp/kikaku/function/sssp2014/images/merit_seller.svg) no-repeat center;
}
#sec-merit .merit_area dd {
    margin: 0px auto;
	width: 68%;
}
#sec-merit .merit_area dd li {
	padding: 0 0 6px 8px;
	font-size: 0.9em;
	line-height: 1.2;
	text-align: left;
	list-style: none;
	display: flex;
}
#sec-merit .merit_area dd li::before {
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 100%;
	content: "";
	display: inline-block;
	position: relative;
	left: -6px;
	top: 5px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-merit h2 span {
		font-size: .85em;
	}
	#sec-merit .merit_area dl {
		margin: 0 .125em;
		padding: 1.5em 1em;
		width: calc(80% / 3);
		text-align: left;
		vertical-align: top;
		display: inline-block;
	}
	#sec-merit .merit_area dt {
		font-size: 1.125em;
	}
	#sec-merit .merit_area dd {
		width: 85%;
	}
	#sec-merit .merit_area dd li {
		font-size: 1.075em;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-merit .merit_area dl {
		margin: 0 .25em;
		width: calc(85% / 3);
	}
	#sec-merit .merit_area dt {
		font-size: 1.2em;
	}
}


/*-----------------
 *sec-link
-----------------*/
#sec-link ul li {
	margin: 2.5em 0;
	width: 100%;
	position: relative;
}
#sec-link ul li p.link_tx {
	line-height: 1.4;
}
#sec-link ul li p.link_tx::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-color: transparent #e19140 #e19140 transparent;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    top: 24px;
    margin: 0 auto;
}
#sec-link ul li a {
    margin: 50px 7px 0 7px;
    padding: 1.8em 1em;
	background: #fcfaed;
    border: 1px solid #d2d2d2;
    display: block;
}
#sec-link ul li a span.link_label {
	height: 40px;
	font-weight: bold;
    color: #663c07;
	line-height: 1.4;
	display: block;
}
#sec-link ul li a p.link_btn {
    margin: 1em auto 0;
	padding: 1em 1em .85em;
	width: 70%;
    font-weight: bold;
    color: #fff;
    background: #f6a200;
    border-radius: 20px;
    position: relative;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#sec-link ul li {
		margin: 1em 0;
		width: calc(100% / 3);
		float: left;
	}
	#sec-link ul li p.link_tx::after {
		top: 50px;
	}
}


/*-----------------
 *sec-purpose
-----------------*/
#sec-purpose {
	padding: 3em 0;
    background: #faf8f0;
}
#sec-purpose .cnv_btn {
	margin: 0 auto;
}
