@charset "utf-8";

html,body {
  color: #333;
  font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.7em;
}

body {
	-webkit-font-smoothing: antialiased;
}

a:hover img{
	opacity: 0.6;
	transition: 0.3s ease-in-out;
}
a{
	text-decoration: none;
}

a {color: #37b9e3;}
section a{text-decoration: underline;}
a:hover {color: #93d2ea; text-decoration: none;}

img{
	line-height: 0;
	vertical-align: bottom;
}

strong{font-weight: bold;}

.mobile{display: none;}
.pc{display: inherit;}

.inner{
	width: 1200px;
	margin: 0 auto;
}
.min_inner{
	width: 1000px;
	margin:0 auto;
}

.wf-jp-min{font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.wf-en-g{font-family: 'Fjalla One', sans-serif;}
.wf-en-min{font-family:serif;}

.dflex{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
.wrap{flex-wrap:wrap;}
.flex-start{justify-content: flex-start;}
.flex-end{justify-content: flex-end;}
.j-center{justify-content: center;}

.animated.lowspeed{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.object-fit-img{
    object-fit: cover;
    font-family: 'object-fit:cover;'
}
.scroll-fadein {
	opacity : 0;
	transform: translateY(40px);
	transition: all 1s;
}

/*----------

header

---------*/
header {
  background-color: #fff;
}
header .inner.head{
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head_right dl{
	margin: 0 0 0 auto;
	text-align: right;
}
header .head_right dl dt{
	display: block;
	font-size: 12px;
  font-weight: bold;
  text-align: left;
	padding: 2px;
/*   background-color: #dcf3f2; */
  border-radius: 6px;
  margin-bottom: 0;
}
header .head_right dl dt span{
	color: #00A693;
}


/* ナビゲーション */
#nav{
  width: 100%;
  background-image: url(../images/common/bg_nav.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: left center;
}
#nav ul{
	display: flex;
  flex-wrap: wrap;
}

#nav ul li{
  text-align: center;
	width: calc(100%/5);
	box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

#nav ul li a{
  display: block;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 0;
  transition: all 0.3s;
}
#nav ul li.nav001 a{background-color:#87d022;}
#nav ul li.nav002 a{background-color:#fa9100;}
#nav ul li.nav003 a{background-color:#37b9e3;}
#nav ul li.nav004 a{background-color:#f87885;}
#nav ul li.nav005 a{background-color:#aa6ec3;}

#nav ul li.nav001 a:hover,
#nav ul li.nav002 a:hover,
#nav ul li.nav003 a:hover,
#nav ul li.nav004 a:hover,
#nav ul li.nav005 a:hover,
.message #nav ul li.nav001 a,
.works #nav ul li.nav002 a,
.price #nav ul li.nav003 a,
.company #nav ul li.nav004 a,
.recruit #nav ul li.nav005 a{background-color:rgba(0,120,100,0.5);}

#nav ul li.nav002 ul.children-1 li a,
.works #nav ul li.nav002 ul.children-1 li a{
  padding: 15px 0;
  background-color:#fff;
  color: #333;
  box-sizing: border-box;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  font-size: 13px;
}
#nav ul li ul.children-1 li a:hover,
.works #nav ul li.nav002 ul.children-1 li a:hover{
  background-color: #fa9100;
  color: #fff;
}

 #nav ul li ul.children-1{
	display:none;
	position:absolute;
  border-top: 1px solid #D8D7CA;
	top:63px;
	left:-200px;
	width:1100px;
	z-index: 9999;
  border: 3px solid #fa9100;
  background-color: #fff;
}
 #nav ul li ul.children-1 li{
   float: left;
   width: 25%;
   background-color: #333;
}
#nav ul li:hover ul.children-1,
.works #nav ul li:hover ul.children-1{
  display: block;
  /*background-color:#fa9100;*/
}


/*----------

index

---------*/
/*アニメーションスペース*/
.gifanimation {
	position:relative;
	margin:0 auto;
	width:950px;
	height:463px;
	background:url(../images/page/index/main/anime-bg.gif) no-repeat;
}
.anime_inner {
	background:url(../images/page/index/main/bg_03.jpg) repeat-x 50% 0;
	width: 100%;
}
.main_bg {
	background:url(../images/page/index/main/top_bg.jpg) top no-repeat;
	height:auto;
}
.anime_kv {
	display: none;
}
#mainimg{
  margin: 0 0 0 0;
}
#mainimg h2{text-align: center;}
#mainimg h2 img{width: 100%;}


.index_bnr{
	background-image:
  url(../images/common/bg_footer.jpg);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left top;
	padding-top: 92px;
}
.index_concept{
  background-image:
  url(../images/common/bg_footer.jpg),
  /*url(../images/common/bg_footer.jpg),*/
  url(../images/page/index/bg_index.jpg);
  background-repeat: repeat-x,/*repeat-x,*/no-repeat;
  background-size: auto,/*auto,*/cover;
  background-position: left top,/*left bottom,*/center;
  padding: 100px 0;
  text-align: center;
	margin-bottom: 0;
}
.index_concept h2{
  color: #11b0a5;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
}
.index_concept p{
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.ib_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ib_list ul li{
  margin-bottom: 15px;
}
.ib_list ul li a:hover img{
	opacity: 1;
	transition: 0.3s ease-in-out;
}


/*----------

共通パーツ

---------*/
article{margin-bottom:80px;}
article.nobottom{margin-bottom: 0;}

/* メインイメージ */
#page_content{
  padding: 0 0 4%;
  margin-bottom: 70px;
}
#page_content.nobottom{margin-bottom: 0;}
#page_content.green{background-color: #e7f7f6;}
#page_content.lightblue{background-color: #edf1f8;}
#page_content.lightpurple{background-color: rgba(249,238,243,1);}

.inner.white{
  background-color: #fff;
  padding: 4% 100px;
  box-sizing: border-box;
  border-radius: 10px;
}

.inner.white section:nth-of-type(n+2){margin-top: 80px;}

.pagemain{
  padding: 6% 0 8%;
  background-image:url(../images/common/bg_footer.jpg),url(../images/common/bg_pagemain.jpg);
  background-position:left bottom,center;
  background-size:auto,cover;
  background-repeat:repeat-x,no-repeat;
  text-align: center;
}
.pagemain h1{
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #11b0a5;
}
.pagemain h1 span{
  display: block;
  margin-top: 30px;
}

.subttl{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size:22px;
  letter-spacing: 0.1rem;
	padding: 60px 0;
	margin-bottom: 60px;
  background-image: url(../images/common/bg_ttl.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.subttl span{
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.ttl_underline{
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 45px;
}
.ttl_underline::after{
  content: "";
  display: block;
  border-top: 6px solid;
  width: 90px;
  margin: 20px auto 0;
}
.ttl_underline.white::after{border-color: #fff;}
.ttl_underline.blue::after{border-color: #37acd8;}
.ttl_underline.orange::after{border-color: #fd961a;}


.tac{text-align: center;}

.price_btn{
  display: flex;
  justify-content: flex-end;
  margin-top: -180px;
  margin-bottom: 60px;
}

/*----------

ＦＴからのメッセージ

---------*/
.messa{
  background-image: url(../images/page/message/bg001.png),url(../images/page/message/bg003.png),url(../images/page/message/bg002.png);
  background-repeat: no-repeat, no-repeat,repeat-y;
  background-position: center top, center bottom,center;
  background-size: auto,auto auto;
}
.messa .inner{
  padding: 180px 8% 5%;
  box-sizing: border-box;
}
.messa section{
  margin-bottom: 80px;
}
.messa section h2{
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
  color: #11b0a5;
  margin-bottom: 40px;
}
.messa section p{
  font-size: 18px;
  line-height: 2;
}
.messa section .messa_text p:nth-child(n+2){
  margin-top: 32px;
}
.messa section .mimg001{
  text-align: center;
  margin-top: 40px;
}
.messa section .mimg001 img,
.messa section .mimg002 img{max-width: 100%;}

.messa section .m_content{
  display: flex;
  justify-content: space-between;
}
.messa section .m_content .messa_text{width: 60%;}
.messa section .m_content .mimg002{width: 34%;}

.messa section .m_content.m002 .messa_text{width: 60%; order: 2;}
.messa section .m_content.m002 .mimg002{width: 35%; order: 1;}

.messa section ul.messa_icon{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 530px;
  margin: 50px auto 0;
}
.messa section ul.messa_icon li{
  width: 20%;
  margin-bottom: 24px;
}

.messa section.greenbox{
  border: 1px solid #11b0a5;
  padding:35px 40px;
  text-align: center;
}
.messa section.greenbox p{margin-bottom: 24px;}
.messa section.greenbox h3{
  font-size: 30px;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  font-weight: bold;
  color: #11b0a5;
}

/*----------

取扱品目

---------*/

/*のぼり  */
.pagemain.nobori{background-image:url(../images/common/bg_footer.jpg),url(../images/page/nobori/bg_pagemain.jpg);}
.works_ttl{
  text-align: center;
  margin-bottom: 80px;
  font-size: 22px;
  font-weight: bold;
}
.works_ttl span{
  display: block;
  margin-top: 12px;
}
.works_ttl.nobori{color:#87d022;}

.work_list{
  display: flex;
  flex-wrap: wrap;
}
.work_list div{
  width: 31%;
  margin: 0 1% 6%;
  text-align: center;
  font-size: 18px;
}
.work_list div h4{margin-top: 20px;}
.work_list div p{margin-top: 10px;}
.work_list div h3 img{/*max-width: auto;*/max-width: 360px;}
.work_list.block2 div h3 img{/*max-width: auto;*/max-width: 500px;}


/* 看板 */
.pagemain.kanban{
  background-image:url(../images/common/bg_footer.jpg),url(../images/page/kanban/bg_pagemain.jpg);
  margin-bottom: 0;
}
.works_ttl.kanban{color:#fa9100;}
.work_list.block2 div{width: 48%;}

.kanban_head{
  background-color: #fef4e5;
  padding: 6% 0;
}
.kaban_photo{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.kanban_text{
  font-size: 18px;
  line-height: 2;
}

/* 紙 */
.pagemain.paper{background-image:url(../images/common/bg_footer.jpg),url(../images/page/paper/bg_pagemain.jpg);margin-bottom: 0;}
.works_ttl.paper{color:#5375be;}
.paper_head {
		background-color: #edf1f8;
    padding: 2% 0 6%;
}
.paper_head_white{
    background-color: #fff;
		text-align: center;
		margin-bottom: 0;
		 padding: 2% 0;
}
.paper_head .inner_head_paper{
	padding: 4% 100px 7.5%;
	margin-bottom: 70px;
	letter-spacing: 0.03em;	

}
.paper_head_white h2{
    color: #5375be;
		font-size: 24px;
		font-weight: bold;
    line-height: 2;
		margin-bottom: 40px;
		letter-spacing: 0.2em;	
}
.paper_head_white p{
		font-size: 18px;
    line-height: 2;
}
.paper_head .color_ttl{
	background-color: #5375be;
	margin-bottom: 30px;
	letter-spacing: 0.2em;	
}
.paper_head .paper_head_ttlb{
	margin-bottom: 100px;
}

.paper_head section{
	margin-bottom: 80px;
}

.paper_head section:last-of-type{
	margin-bottom: 0px;
}

.d_line_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.d_line_ttl:before,
.d_line_ttl:after{
		content: "";
    width: 15%;
    height: 2px;
    max-width: 130px;
    display: block;
}
.d_line_ttl_paper:before,
.d_line_ttl_paper:after{
	background-color: #5375be;
}

.d_line_ttl span{
	font-size: 22px;
	font-weight: 600;
	margin: 0 30px;
}
.b_line_ttl:after{
	content: "";
	display: block;
	height: 4px;
}
.paper_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 992px;
	margin: 0 auto -20px;
}
.paper_list:first-of-type{
	margin-top: 50px;
}
.paper_list li {
	width: 20%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #5375be;
	border-radius: 2px;
	max-width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
.paper_list li:nth-of-type(5n) {
	margin-right: 0;
}

.paper_list_small{
	display: flex;
	justify-content: space-between;
	padding: 0 10px 20px;
	letter-spacing: 0.2em;	
}

.paper_list_small li{
	max-width: 130px;
	text-align: center;
	width: 16%;
	background-color: #5375be;
	border-radius: 5px;
	padding: 5px 0;
	font-weight: 600;
	color: #fff;
}
.papar_head_box{
	display: flex;
	position: relative;
	margin-bottom: 70px;
}
.papar_head_box:first-of-type{
	margin-top: 80px;
}

.papar_head_box:last-of-type{
	margin-bottom: 0px;
}

.papar_head_box.icon_brand:before {
  content: "";
	width: 125px;
	height: 124px;
	background: url("../images/page/paper/icon_paper_brand.png") no-repeat center center;
	background-size:contain;
	position: absolute;
	top: -37px;
	right: -25px;
}
.papar_head_box:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.papar_head_box .paper_photo {
    flex: 1;
}
.papar_head_box .paper_text{
	background-color: #edf1f8;
	padding: 70px 45px 40px;
	line-height: 2;
}
.papar_head_box .paper_text h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1;
}
.papar_head_box .paper_text p{
	font-size: 14px;
	line-height: 2;
}

.head_comment{
	text-align: center;
	margin-top: 100px;
}
.head_comment p{
	display: inline-block;
	padding: 30px 2.5em;
	font-size: 20px;
	color: #fff;
	border-radius: 20px;
}
.paper_head .head_comment p{
	background-color: #5375be;
}
.coming{
  width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 5% 0;
  border: 2px solid
}
.coming h2{margin-bottom:30px;}
.coming p{font-size:22px; font-weight: bold; line-height: 2;}
.coming.paper{
  color: #5375be;
  border-color: #5375be;
}

/* ホームページ */
.pagemain.web{background-image:url(../images/common/bg_footer.jpg),url(../images/page/web/bg_pagemain.jpg);}
.works_ttl.web{color:#37b9e3;}

/* 名刺 */
.pagemain.meishi{
  background-image:url(../images/common/bg_footer.jpg),url(../images/page/meishi/bg_pagemain.jpg);
  margin-bottom: 0;
}
.works_ttl.meishi{color:#b278d2;}

.meishi_head{
  background-color: #f7f1fa;
  padding: 6% 0;
}
.meishi_head h3,
.meishi_head h4{text-align: center;}

.meishi_head h4{margin-top: 50px;}
.meishi_head p{margin-top: 30px;}

.meishi_head h4{
  color:#b278d2;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
.meishi_head .meishi_text{margin: 0 10%;}
.meishi_head p{font-size: 18px; line-height: 2;}

/* 封筒 */
.pagemain.futo{
  background-image:url(../images/common/bg_footer.jpg),url(../images/page/futo/bg_pagemain.jpg);
  margin-bottom: 0;
}
.works_ttl.futo{color:#00b35a;}
.futo_head{
  background-color: #e5f7ee;
  padding: 6% 0;
}
.futo_head .inner{
  display: flex;
  justify-content: center;
}
.futo_head .inner section,
.futo_head .inner section:nth-of-type(n+2){
  width: 30%;
  margin: 0 1%;
  text-align: center;
}
.futo_head .inner section h3{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#00b35a;
}
.futo_head .inner section ul{margin-top: 24px;}
.futo_head .inner section ul li{margin-bottom: 20px;}

/* ロゴ */
.pagemain.logo{background-image:url(../images/common/bg_footer.jpg),url(../images/page/logo/bg_pagemain.jpg);}
.works_ttl.logo{color:#f87885;}

/* イラスト */
.pagemain.illust{background-image:url(../images/common/bg_footer.jpg),url(../images/page/illust/bg_pagemain.jpg);}
.pagemain.illust h1{
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.pagemain.illust h1::before{content: url(../images/page/illust/page_img001.png); margin-right: 2%;}
.pagemain.illust h1::after{content: url(../images/page/illust/page_img002.png); margin-left: 2%;}
.works_ttl.illust{color:#00b35a;}

/* DM */
.pagemain.dm{
  background-image:url(../images/common/bg_footer.jpg),url(../images/page/dm/bg_pagemain.jpg);
  margin-bottom: 0;
}
.works_ttl.dm{color:#3399cc;}

.dm_head{
  background-color: #eaf5fa;
  padding: 6% 0;
}
.dm_head .inner{
  display: flex;
  justify-content: center;
}
.dm_head .inner section,
.dm_head .inner section:nth-of-type(n+2){
  width: 48%;
  margin: 0 1%;
  text-align: center;
}
.dm_head .inner section h3{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#3399cc;
}
.dm_head .inner section div:nth-of-type(2){margin-top: 80px;}
.dm_head .inner section p.dmimg{margin-top: 24px;}


/* チラシ・折込 */
.pagemain.chirashi{background-image:url(../images/common/bg_footer.jpg),url(../images/page/chirashi/bg_pagemain.jpg);}
.works_ttl.chirashi{color:#fac800;}

/* 領収書・伝票 */
article.recepit_head {
	margin-top: -80px;
	padding-top: 80px;
}
.pagemain.recepit{background-image:url(../images/common/bg_footer.jpg),url(../images/page/recepit/bg_pagemain.jpg);}
.works_ttl.recepit{color:#c1568b;}
#recepit .detailbtn a{
	background: linear-gradient(0deg, rgba(193,86,139,1) 80%, rgba(212,137,174,1) 100%);
	border-color: #8a2f70;
	max-width: 214px;
	font-size: 16px;
	text-align: left;
	padding: 12px 0 12px 7%;
}
#recepit .detailbtn a:hover{
	background: #8a2f70;
}
#recepit .detailbtn a span {
	background-image: url(../images/page/recepit/icon_arrow003.png);
	background-position: 94% center, 96% center;
}
.inner.white.inner_head_recepit{
	padding: 120px 0;
}
.inner_recepit_content{
	border: 3px solid #c1568b;
	border-radius: 10px;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 70px 50px;
	box-sizing: border-box;
	margin-bottom: 150px;
}

.inner_recepit_content:last-of-type{
	margin-bottom: 0;
}

.inner_recepit_content section{
	margin-bottom: 40px;
}

.inner.white .inner_recepit_content section:nth-of-type(n+2){
	margin: 50px auto 0;
}

.color_ttl.recepit_head_ttlp {
	background-color: #c1568b;
	border-radius: 0px !important;
	text-align: center;
	margin: -42px auto 50px;
	max-width: 330px;
	padding: 20px 0;
}

.color_ttl.recepit_head_ttlp span{
	font-size: 68%;
	font-weight: normal;
	letter-spacing: 0.03em;
}

.recepit_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recepit_list li{
    width: 49%;
}

.recepit_list_sample li{
    margin-bottom: 40px;
}

.b_line_ttl_recepit{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #c1568b;
}
.b_line_ttl_recepit:after{
	background-color: #c1568b;
	width: 60px;
	margin: 10px auto 0;
}

.recepit_content_text{
	text-align: center;
}

.recepit_head .head_comment{
	margin-top: 120px;
}
.recepit_head .head_comment p{
	background-color: #c1568b;
	font-size: 22px;
	line-height: 2.1;
	font-weight: bold;
	padding: 80px 5.8em;
}
.recepit_head .head_comment_s{
	font-size: 16px;
	font-weight: normal;
	margin-top: 40px;
}
.coming.recepit{
  color: #c1568b;
  border-color: #c1568b;
}
/* 作業効率化 */
.pagemain.business{background-image:url(../images/common/bg_footer.jpg),url(../images/page/business/bg_pagemain.jpg);}
.works_ttl.business{color:#f58abe;}
.coming.business{
  color: #f58abe;
  border-color: #f58abe;
}

/* パンフ・冊子 */
.pagemain.pamphlet{background-image:url(../images/common/bg_footer.jpg),url(../images/page/pamphlet/bg_pagemain.jpg);}
.works_ttl.pamphlet{color:#e65453;}

/* ノベルティ・オリジナルグッズ */
.pagemain.hansoku{background-image:url(../images/common/bg_footer.jpg),url(../images/page/hansoku/bg_pagemain.jpg);}
.works_ttl.hansoku{color:#ffad46;}

/* 撮影*/
.pagemain.photo{background-image:url(../images/common/bg_footer.jpg),url(../images/page/photo/bg_pagemain.jpg);}
.works_ttl.photo{color:#25a3ad;}
.coming.photo{
  color: #25a3ad;
  border-color: #25a3ad;
}
.work_list.photo li{
  width: 23%;
  margin: 0 1% 3%;
}
.work_list.photo li img{max-width: 100%;}


/*----------

料金表

---------*/
.price .pagemain{margin-bottom: 0;}
.price_nav{
  background-color: #fff;
  padding: 4% 0;
}
.price_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.price_nav ul li{
  width: 23%;
  margin: 0 1% 2%;
}
.price_nav ul li a,
.detailbtn a{
  padding: 15px 0;
  box-sizing: border-box;
  border-radius: 6px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-right: 2px solid;
  border-bottom: 3px solid;
  text-decoration: none;
}
.price_nav ul li a span,
.detailbtn a span{
  padding-left: 60px;
  display: block;
  background-repeat: no-repeat,no-repeat;
  background-position: 4% center, 96% center;
}


/* のぼりボタン */
.price_nav ul li.pnavi001 a,
#nobori .detailbtn a{
  background: rgb(135,208,34);
  background: linear-gradient(0deg, rgba(135,208,34,1) 80%, rgba(171,222,101,1) 100%);
  border-color: #60b000;
}
.price_nav ul li.pnavi001 a span{background-image: url(../images/page/price/icon_nobori.png),url(../images/page/price/icon_arrow.png);}
#nobori .detailbtn a span{background-image: url(../images/page/price/icon_nobori.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi001 a:hover,
#nobori .detailbtn a:hover{background: #689600;}

/* 看板ボタン */
.price_nav ul li.pnavi002 a,
#kanban .detailbtn a{
  background: rgb(250,145,0,1);
  background: linear-gradient(0deg, rgba(250,145,0,1) 80%, rgba(252,178,77) 100%);
  border-color: #ba6200;
}
.price_nav ul li.pnavi002 a span{background-image: url(../images/page/price/icon_kanban.png),url(../images/page/price/icon_arrow.png);}
#kanban .detailbtn a span{background-image: url(../images/page/price/icon_kanban.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi002 a:hover,
#kanban .detailbtn a:hover{background: #fb6300;}

/* 名刺ボタン */
.price_nav ul li.pnavi003 a,
#meishi .detailbtn a{
  background: rgb(178,120,210,1);
  background: linear-gradient(0deg, rgba(178,120,210,1) 80%, rgba(201,161,224) 100%);
  border-color: #7f578d;
}
.price_nav ul li.pnavi003 a span{background-image: url(../images/page/price/icon_meishi.png),url(../images/page/price/icon_arrow.png);}
#meishi .detailbtn a span{background-image: url(../images/page/price/icon_meishi.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi003 a:hover,
#meishi .detailbtn a:hover{background: #9c518d;}

/* 封筒ボタン */
.price_nav ul li.pnavi004 a,
#futo .detailbtn a{
  background: rgb(0,179,90,1);
  background: linear-gradient(0deg, rgba(0,179,90,1) 80%, rgba(77,202,140) 100%);
  border-color: #006547;
}
.price_nav ul li.pnavi004 a span{background-image: url(../images/page/price/icon_futo.png),url(../images/page/price/icon_arrow.png);}
#futo .detailbtn a span{background-image: url(../images/page/price/icon_futo.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi004 a:hover,
#futo .detailbtn a:hover{background: #008e5a;}

/* ロゴボタン */
.price_nav ul li.pnavi005 a,
#logo .detailbtn a{
  background: rgb(248,120,133,1);
  background: linear-gradient(0deg, rgba(248,120,133,1) 80%, rgba(250,160,170) 100%);
  border-color: #c85163;
}
.price_nav ul li.pnavi005 a span{background-image: url(../images/page/price/icon_logo.png),url(../images/page/price/icon_arrow.png);}
#logo .detailbtn a span{background-image: url(../images/page/price/icon_logo.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi005 a:hover,
#logo .detailbtn a:hover{background: #f54052;}

/* イラストボタン */
.price_nav ul li.pnavi006 a,
#illust .detailbtn a{
  background: rgb(38,192,142,1);
  background: linear-gradient(0deg, rgba(38,192,142,1) 80%, rgba(104,211,176) 100%);
  border-color: #089577;
}
.price_nav ul li.pnavi006 a span{background-image: url(../images/page/price/icon_irasuto.png),url(../images/page/price/icon_arrow.png);}
#illust .detailbtn a span{background-image: url(../images/page/price/icon_irasuto.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi006 a:hover,
#illust .detailbtn a:hover{background: #299f83;}

/* チラシボタン */
.price_nav ul li.pnavi007 a,
#chirashi .detailbtn a{
  background: rgb(250,200,0,1);
  background: linear-gradient(0deg, rgba(250,200,0,1) 80%, rgba(252,217,77) 100%);
  border-color: #c88f00;
}
.price_nav ul li.pnavi007 a span{background-image: url(../images/page/price/icon_chirashi.png),url(../images/page/price/icon_arrow.png);}
#chirashi .detailbtn a span{background-image: url(../images/page/price/icon_chirashi.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi007 a:hover,
#chirashi .detailbtn a:hover{background: #e2bb17;}

/* 領収書・伝票ボタン */
.price_nav ul li.pnavi008 a,
#ryousyusyo .detailbtn a{
  background: rgb(193,86,139,1);
  background: linear-gradient(0deg, rgba(193,86,139,1) 80%, rgba(212,137,174) 100%);
  border-color: #8a2f70;
}
.price_nav ul li.pnavi008 a span{background-image: url(../images/page/price/icon_ryousyusyo.png),url(../images/page/price/icon_arrow.png);}
#ryousyusyo .detailbtn a span{background-image: url(../images/page/price/icon_ryousyusyo.png),url(../images/page/price/icon_arrow002.png);}
.price_nav ul li.pnavi008 a:hover,
#ryousyusyo .detailbtn a:hover{background: #b73977;}

.color_ttl{
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 8px;
  margin-bottom: 50px;
}

table.pricetable{
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}
table.pricetable th,
table.pricetable td{
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border: 1px solid;
  padding: 20px 0;
  font-size: 18px;
}
p.price_caption{margin-bottom: 20px;}

table.pricetable.block1{table-layout: auto;}
table.pricetable.block1 th{width: 25%; }

.detailunit{
  margin: 0 -100px -6%;
  padding: 4% 0;
  box-sizing: border-box;
}
.detailbtn a{
  width: 320px;
  margin: 30px auto;
  text-align: center;
}
.detailbtn a span{
  padding-left: 0;
}
.caption_head{font-size: 18px; font-weight: bold; margin-bottom: 10px;}

.price_content{
  display: flex;
  justify-content: space-between;
}
.price_photo{text-align: center;}
.price_photo span{display: block; margin-top: 12px;}

/* のぼり料金 */
#nobori .color_ttl{background-color: #87d022;}
#nobori table.pricetable th,
#nobori table.pricetable td{border-color:#87d022;}
#nobori table.pricetable thead th,
#nobori table.pricetable.block1 th{color: #fff; background-color:#9fd94e;}
#nobori table.pricetable tbody th{background-color:#e7f6d3;}
.nobori_list{
  display: flex;
  margin-bottom: 30px;
}
.nobori_list div{
  border: 1px solid #87d022;
  width: 33%;
  box-sizing: border-box;
  text-align: center;
}
.nobori_list div:last-child{width: 34%;}
.nobori_list div h3{
  font-size: 18px;
  color: #fff;
  background-color:#9fd94e;
  padding: 15px 0;
}
.nobori_list div p{border-top:1px solid #87d022;}
.nobori_list div p img{max-width: 100%;}
.nobori_list div p:last-of-type{padding: 15px 0;}
#nobori .detailunit{background-color:#dbf1bc;}

/* 看板料金 */
#kanban .color_ttl{background-color: #fa9100;}
#kanban table.pricetable th,
#kanban table.pricetable td{border-color:#fa9100;}
#kanban table.pricetable thead th,
#kanban table.pricetable.block1 th{color: #fff; background-color:#fba733;}
#kanban table.pricetable tbody th{background-color:#fee9cc;}
#kanban .detailunit{background-color:#fddeb2;}

/* 名刺料金 */
#meishi .color_ttl{background-color: #b278d2;}
#meishi table.pricetable th,
#meishi table.pricetable td{border-color:#b278d2;}
#meishi table.pricetable thead th{color: #fff; background-color:#c193db;}
#meishi table.pricetable tbody th{background-color:#f0e4f6;}
#meishi .detailunit{background-color:#f0e4f6;}

#meishi .price_content .price_photo{width: 210px;}
#meishi .price_content .price_photo li{margin-bottom: 15px;}
#meishi .price_content .price_text{width: 73%;}

/* 封筒料金 */
#futo .color_ttl{background-color: #00b35a;}
#futo table.pricetable{margin-bottom: 15px;}
#futo table.pricetable th,
#futo table.pricetable td{border-color:#00b35a;}
#futo table.pricetable thead th,
#futo table.pricetable.block1 th{color: #fff; background-color:#33c27b;}
#futo table.pricetable.block1{margin-top: 40px;}
#futo table.pricetable.block1 th{width: 33%;}
#futo table.pricetable tbody th{background-color:#ccf0de;}
#futo .detailunit{background-color:#ccf0de;}

#futo .price_content .price_photo{width: 250px;}
#futo .price_content .price_text{width: 70%;}
#futo .p_sub_ttl{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#futo .p_sub_ttl h3{
  text-align: center;
  color: #fff;
  background-color:#00b35a;
  padding: 10px 0;
  border-radius: 40px;
  width: 280px;
  font-size: 18px;
  margin-right: 20px;
}

/* ロゴ料金 */
#logo .color_ttl{background-color: #f87885;}
#logo table.pricetable th,
#logo table.pricetable td{border-color:#f87885;}
#logo table.pricetable thead th,
#logo table.pricetable.block1 th{color: #fff; background-color:#f9939d;}
#logo table.pricetable.block1 th{width: 53%;}
#logo .detailunit{background-color:#fee4e7;}

#logo .price_content .price_photo{width: 270px;}
#logo .price_content .price_photo span{font-size: 14px;}
#logo .price_content .price_text{width: 70%;}

/* イラスト料金 */
#illust .color_ttl{background-color: #26c08e;}
#illust section:nth-last-of-type(n+2){margin-top:40px;}
#illust table.pricetable th,
#illust table.pricetable td{border-color:#26c08e;}
#illust table.pricetable thead th,
#illust table.pricetable.block1 th{color: #fff; background-color:#51cda5;}
#illust table.pricetable.block1 th{width: 53%;}
#illust .detailunit{background-color:#beecdd;}

#illust .price_content .price_photo{width: 250px;}
#illust .price_content .price_text{width: 70%;}


/* チラシ料金 */
#chirashi .color_ttl{color: #000; background-color: #fac800;}
#chirashi table.pricetable th,
#chirashi table.pricetable td{border-color:#fac800;}
#chirashi table.pricetable thead th{color: #000; background-color:#fac800;}
#chirashi table.pricetable tbody th{background-color:#fef4cc;}
#chirashi .detailunit{background-color:#fdeeb2;}
#chirashi .price_photo{margin-bottom: 30px;}


/*領収書料金 */
#ryousyusyo .color_ttl{ background-color: #c1568b;}
#ryousyusyo table.pricetable th,
#ryousyusyo table.pricetable td{border-color:#c1568b;}
#ryousyusyo table.pricetable thead th,
#ryousyusyo table.pricetable.block1 th{color: #fff; background-color:#d489ae;}
#ryousyusyo table.pricetable.block1 th{width: 33%;}

#ryousyusyo .p_sub_ttl{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#ryousyusyo .p_sub_ttl h3{
  text-align: center;
  color: #fff;
  background-color:#c1568b;
  padding: 10px 0;
  border-radius: 40px;
  width: 340px;
  font-size: 18px;
  margin-right: 20px;
}

#ryousyusyo .detailunit{background-color:#f3dde8;}
#ryousyusyo .price_photo{
  text-align: left;
  width: 310px;
}
#ryousyusyo .price_photo li{margin-bottom: 24px;}
#ryousyusyo .price_content .price_text{width: 65%;}




/*----------

企業情報

---------*/

/* 会社概要 */
.tableunit table{width: 100%;}
.tableunit table tr th,
.tableunit table tr td{
	box-sizing: border-box;
	padding: 20px 3%;
	vertical-align: middle;
}
.tableunit table tr th{
  width:20%;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #11b0a5;
}
.tableunit table tr td{
  width:80%;
  border-bottom: 1px solid #ccc;
}
.tableunit table tr:first-child th{border-top: 1px solid #11b0a5;}
.tableunit table tr:first-child td{border-top: 1px solid #ccc;}

.tableunit table tr td h3:nth-child(n+2){margin-top: 32px;}
.tableunit table tr td ul li{
  list-style: decimal;
  margin: 10px 0 0 20px;
}

/* アクセス */
.access_text{margin-bottom: 40px;}
.access_text dl{
  display: flex;
  align-items: center;
  margin:0 0 20px 20px;
}
.access_text dl dt{
  background-color:#11b0a5;
  color: #fff;
  font-size:20px;
  font-weight: bold;
  width: 320px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
.access_text dl dt span{font-size:26px;}
.access_text dl dd{
  font-size: 20px;
  margin-left: 10px;
}
.access_text dl dd span{
  font-size:26px;
  font-weight: bold;
  color: #11b0a5;
}
.ggmap iframe{width: 100%;}

/* 会社沿革 */
.history {
  background-image: url(../images/page/company/line_green.jpg);
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: 4px 94%;
}
.history div{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/page/company/icon_en.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.history div h3{box-sizing: border-box; margin: 0 3%;}
.history div p{box-sizing: border-box; margin: 0 5%;}

.history div h3{
  font-size:22px;
  font-weight: bold;
  color: #11b0a5;
  width: 44%;
}
.history div p{
  background-color: #fff;
  padding: 30px 20px;
  border-bottom:2px solid #cbcbcb;
  width: 40%;
  position: relative;
}

.history div:nth-child(odd) h3{text-align: right;}
.history div:nth-child(odd) p{border-left:2px solid #cbcbcb;}
.history div:nth-child(odd) p::before{
  content: url(../images/page/company/icon_arrow.png);
  position: absolute;
  left: -26px;
  top: 38%;
}
.history div:nth-child(even) h3{order: 2;}
.history div:nth-child(even) p{
  order: 1;
  text-align: right;
  border-right:2px solid #cbcbcb;
}
.history div:nth-child(even) p::after{
  transform: rotate(180deg);
  content: url(../images/page/company/icon_arrow.png);
  position: absolute;
  right: -26px;
  top:30%;
}

/*----------

求人情報

---------*/
.rectuit_detail{
  background-image: url(../images/page/recruit/bg_recruit.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.rectuit_detail .inner.recruit{
  padding: 220px 12% 200px;
  box-sizing: border-box;
}


/*----------

プライバシーポリシー

---------*/

.privacy_unit section,
.privacy_text{margin:0 50px 70px; }
.privacy_unit section ul li{
  list-style: disc;
  margin: 22px 0 0 20px;
}


/*----------

footer

---------*/

#page-top {
    position: fixed;
    bottom: 2%;
    right: 1%;
}
#page-top a {
	background: url(../images/common/img_pagetop.png) no-repeat center center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#page-top a:hover {
	background: url(../images/common/img_pagetop_hover.png) no-repeat center center;
    text-decoration: none;
}

.sidebnr{
  position: fixed;
  bottom: 5%;
  right: 0;
}
.sidebnr ul{margin-bottom: 15px;}
.sidebnr ul.sidemenu{width: 125px;}
.sidebnr ul.sidemenu li a{
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6;
}
.sidebnr ul.sidemenu li.sn1 a{background-color:#87d022;}
.sidebnr ul.sidemenu li.sn2 a{background-color:#fa9100;}
.sidebnr ul.sidemenu li.sn3 a{background-color:#5375be;}
.sidebnr ul.sidemenu li.sn4 a{background-color:#37b9e3;}
.sidebnr ul.sidemenu li.sn5 a{background-color:#b278d2;}
.sidebnr ul.sidemenu li.sn6 a{background-color:#00b35a;}
.sidebnr ul.sidemenu li.sn7 a{background-color:#f87885;}
.sidebnr ul.sidemenu li.sn8 a{background-color:#26c08e;}
.sidebnr ul.sidemenu li.sn9 a{background-color:#3399cc;}
.sidebnr ul.sidemenu li.sn10 a{background-color:#fac800;}
.sidebnr ul.sidemenu li.sn11 a{background-color:#c1568b;}
.sidebnr ul.sidemenu li.sn12 a{background-color:#f58abe;}
.sidebnr ul.sidemenu li.sn13 a{background-color:#e65453;}
.sidebnr ul.sidemenu li.sn14 a{background-color:#ffad46;}
.sidebnr ul.sidemenu li.sn15 a{background-color:#25a3ad;}
.sidebnr ul.sidemenu li.sn16 a{background-color:#f50000;}

.sidebnr ul.sidemenu li.sn1 a:hover{background-color:#6aaa06;}
.sidebnr ul.sidemenu li.sn2 a:hover{background-color:#c6710c;}
.sidebnr ul.sidemenu li.sn3 a:hover{background-color:#3460ad;}
.sidebnr ul.sidemenu li.sn4 a:hover{background-color:#379ae3;}
.sidebnr ul.sidemenu li.sn5 a:hover{background-color:#903cbe;}
.sidebnr ul.sidemenu li.sn6 a:hover{background-color:#00845a;}
.sidebnr ul.sidemenu li.sn7 a:hover{background-color:#f65162;}
.sidebnr ul.sidemenu li.sn8 a:hover{background-color:#00b570;}
.sidebnr ul.sidemenu li.sn9 a:hover{background-color:#0080ac;}
.sidebnr ul.sidemenu li.sn10 a:hover{background-color:#fa9300;}
.sidebnr ul.sidemenu li.sn11 a:hover{background-color:#b33172;}
.sidebnr ul.sidemenu li.sn12 a:hover{background-color:#f269ab;}
.sidebnr ul.sidemenu li.sn13 a:hover{background-color:#e13433;}
.sidebnr ul.sidemenu li.sn14 a:hover{background-color:#ff9005;}
.sidebnr ul.sidemenu li.sn15 a:hover{background-color:#00929f;}


footer{
  background-image: url(../images/common/bg_footer.jpg), url(../images/common/bg_footer_img.jpg);
  background-size: auto,cover;
  background-repeat: repeat-x, no-repeat;
  background-position: left top,center center;
	padding: 60px 0 0;
  margin: 0 0 0 0;
  color: #fff;
}
footer .inner{
  padding-bottom: 30px;
  position: relative;
}
footer .inner h4{
/*  text-align: center;*/
  margin-bottom: 34px;
/*	padding-right: 70px;*/
}

footer .foot_logo img{
	margin-left: 180px;
}

footer .inner .foot_info{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  margin-bottom: 40px;
}

footer .inner .foot_info p{
  font-size: 17px;
  margin: 0 2%;
  font-weight: bold;
}
footer .inner .foot_info p.caption{
  position: absolute;
  top:0;
  right: 40px;
}
footer .inner p.foot_btn a{
  display: block;
  width: 220px;
  border: 1px solid #fff;
  background-image: url(../images/common/icon_arrow_white2.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  margin: 0 auto;
}
footer .inner p.foot_btn a:hover{
  background-image: url(../images/common/icon_arrow_green.png);
  background-position: 98% center ;
  background-color: #fff;
  color: #11b0a5;
}


.copy{
	text-align: center;
  color: #fff;
  background-color: rgba(0,96,93,0.6);
	font-size: 12px;
	padding: 15px 0;
}
