
@charset "UTF-8";
/* SP WEBカタログCSS */
#sp_webcatalog {
	color: #666;
	width: 320px;
	margin: 0 auto;
}
#sp_webcatalog ul:first-child li img {
	width: 100%;
	height: auto;
}
h1 {
	margin: 90px auto 18px;
	width: 84%;
}
h1 img {
	width: 100%;
}
#webcatalog {
	max-width: 900px;
	height: auto;
	overflow: hidden;
	margin: 1em auto;
	width: 100%;
	padding: 1em;
}
#webcatalog h2 {
	/* padding: 20px 0 0; */
	font-size: 1.3em;
	text-align: center;
	margin: 10px 0;
}
#webcatalog h2 .title_e {
	display: block;
	font-size: 12px;
	line-height: 2;
}
#webcatalog .btn_round-after, .btn_round-before {
	background: #f26496;
	letter-spacing: 1px;
	margin: 3em auto 5em;
}
#webcatalog ul {
	list-style: none;
}
#webcatalog li {
	width: 90%;
	/* float: left; */
	margin: 0 auto 1.5em;
	padding: 1em 2em;
	background-color: white;
	border-radius: 6px;/* height: 350px; */
}
.disc {
	font-size: 16px;
	padding: 10px;
	width: auto;
	margin: 0 auto 20px;
	text-align: center;
	background-color: rgba(0,0,0,0);
	color: #666;
	border-radius: 7px;
	overflow: hidden;
}
.disc span {
	display: block;
}
#webcatalog p {
	font-size: 14px;
	padding: 10px;
	width: 90%;
	margin: 12px auto;
	text-align: center;
	background-color: #e8447e;
	color: white;
	border-radius: 7px;
}
#webcatalog a {
	color: #666;
	text-decoration: none;
}
#webcatalog a:hover, .shiryou:hover, #webcatalog p:hover {
	text-decoration: none;
	opacity: 0.70;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
#webcatalog a:hover {
	color: #e8457e;
}
.shiryou {
	/*display: none;*/
	text-align: center;
	margin: 60px auto 10px;
	width: 200px;
	background-color: #ec407d;
	padding: 10px;
	border-radius: 6px;
	color: white;
	display: block;
	text-decoration: none;
}
.shiryou:visited {
	color: white;
}
.shiryou-block {
}
#inquiry {
	clear : both;
	display: none;
}
#page-top {
	display: none;
}
#contentsBlk {
	width: 90%;
	font-size:  16px;
	max-width: 850px;
	margin: 50px auto 70px;
	text-align: center;
	/* display: block; */
	overflow: hidden;
}
#contentsBlk h1 {
	font-size: 1.5em;
	font-weight: 100;
	color: #666;
	margin-top: 0;
	line-height: 1.2em;
}
#contentsBlk h1 span {
	display: block;
	font-size: 1rem;
}
#webcatalog_form.sendmail #contentsBlk p:first-of-type {
    margin: 30px 0;
    font-size: 1.15em;
    color: #f26496;
}
#contentsBlk p span {
	display: block;
	margin: 14px 0 34px;
	font-size: .9em;
}

/*------------------------PC---------------------------*/
/* WEBカタログCSS */
@media screen and (min-width: 1024px) {
#webcatalog {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 2em auto 115px;
}
#webcatalog h2 {
	/* padding: 20px 0 0; */
	/* font-size: 1em; */
	text-align: center;
}
#webcatalog h2 .title_e {
	display: block;
	font-size: 12px;
	line-height: 2;
}
#webcatalog ul {
	list-style: none;
}
#webcatalog li {
	width: 42%;
	margin: 4%;
	float: left;
}
#webcatalog img {
	width: 100%;
	height: auto;
}
.disc {
	font-size: 19px;
	padding: 10px;
	width: auto;
	margin: 0 auto 20px;
	text-align: center;
	background-color: rgba(0,0,0,0);
	color: #777;
	border-radius: 7px;
	overflow: hidden;
}
.disc span {
	display: block;
}
#webcatalog p {
	font-size: 15px;
	padding: 10px;
	width: 200px;
	margin: 12px auto;
	text-align: center;
	background-color: #e8447e;
	color: white;
	border-radius: 7px;
}
#webcatalog a {
	color: #666;
	text-decoration: none;
}
#webcatalog a:hover, .shiryou:hover, #webcatalog p:hover {
	text-decoration: none;
	opacity: 0.70;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
#webcatalog a:hover {
	color: #e8457e;
}
.shiryou {
	text-align: center;
	margin: 0 auto -40px;
	width: 400px;
	background-color: #ec407d;
	padding: 10px;
	border-radius: 6px;
	color: white;
	display: block;
	font-size: 17px;
}
.shiryou:hover {
	color: white;
}
.shiryou-block {
}
#inquiry {
	clear : both;
	display: none;
}
#page-top {
	display: none;
}
#contentsBlk {
	/* margin-top: 150px; */
}
#contentsBlk h1 {
	margin-bottom: 2em;
}
#webcatalog_form.sendmail #contentsBlk > p {
	/* margin-bottom: 4em; */
	float:  right;
	width: 470px;
	line-height: 2em;
}
#contentsBlk img {
	float: left;
	width: 36%;
}
#contentsBlk #satori__creative_container {
	float: right;
	width: 57%;
}
#contentsBlk #pardot-form-box {
	float: right;
	width: 57%;
}
#contentsBlk p span {
	font-size: 1em;/* display:block; */
	/* padding-top: 7px; */
}
#contentsBlk.sendmail p {
	font-size: 16px;
	width: 100%;
	color: #666;
}
#contentsBlk.sendmail p:first-of-type {
	margin-top: 30px;
}
body {
	width: 100%;
}
header {
/* display: none; */
}
.for_sp {
	display: none;
}
}
/*0507nak*/
#webcatalog_form.sendmail .btn_round-after {
	background-color: #e98304;
}
#webcatalog_form.sendmail #message ul,#webcatalog_form.sendmail #staff ul {
	max-width:  1100px;
	margin: 0 auto;
	justify-content:  normal;
}
#webcatalog_form.sendmail #message ul li,#webcatalog_form.sendmail #staff ul li  {
	width:  25%;
	padding: .5em;
	vertical-align:  top;
	text-align:  left;
}
#webcatalog_form.sendmail #staff ul li {
    width:  33%;
    padding: 2em;
}
#webcatalog_form.sendmail #message strong::before,#webcatalog_form.sendmail #staff strong::before {
	display: block;
	width: 6em;
	color: white;
	margin: .4em 0;
	padding: 0 .3em;
	font-weight: normal;
	text-align: center;
}
#webcatalog_form.sendmail #message strong,#webcatalog_form.sendmail #staff strong {
	display: block;
	font-size: 1em;
	margin-bottom: .5em;
	text-align: left;
}
#webcatalog_form.sendmail #message .okyakusamanokoe::before {
	content: "お客様の声";
	background-color: #e2c247;
}
#webcatalog_form.sendmail #staff .staffblog::before {
	content: "スタッフブログ";
	background-color: #bbd84c;
	width:  8em;
}
#webcatalog_form.sendmail aside#inquiry {
    display:  block;
}
#webcatalog_form.sendmail .btn_set .btn_round-after,#webcatalog_form.sendmail #gallery_inner .btn_round-after {
	min-width: 350px;
	padding:  15px 36px 15px 28px;
	margin: 3em auto 10em;
}
#webcatalog_form.sendmail #gallery_inner > p:first-of-type,#webcatalog_form.sendmail #message > p:first-of-type,#webcatalog_form.sendmail #staff > p:first-of-type {
    font-size: 1.1em;
    margin: 4em 0 3em;
    letter-spacing: 2px;
    line-height: 1.5;
}
@media screen and (max-width: 600px) {
#webcatalog_form.sendmail .btn_set .btn_round-after,#webcatalog_form.sendmail #gallery_inner .btn_round-after {
	margin: 5em auto;
	min-width: 300px;
}
#webcatalog_form.sendmail aside#inquiry #btn_inquiry p {
    width:  100%;
    margin: 1em auto;
}
#webcatalog_form.sendmail aside#inquiry #btn_inquiry p:first-of-type {
    margin-top: 4em;
}
#webcatalog_form.sendmail aside#inquiry #btn_inquiry p a {
	width: 300px;
	margin: 0 auto;
	text-align:center;
}
#webcatalog_form.sendmail #message ul li,#webcatalog_form.sendmail #staff ul li  {
	width: 50%;
}	
#webcatalog_form.sendmail #staff ul li {
    padding: .5em;
}
}

