@charset "utf-8";

html{
	font-size: 62.5%;
	font-family: 'Lato', sans-serif;
}
body{
	font-size: 1.4rem;
	min-width: 1000px;
	color: #333333;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
}

.sp{
	display: none;
}

#sp-menu{
	display: none;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
header.scroll{
    background: rgba(255, 255, 255, 0.8);
}
header nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}
header nav li a{
	color: #000;
	font-size: 1.6rem;
}
header nav li span{
	display: block;
	font-size: 1.2rem;
	color: #338e39;
	text-align: center;
	margin: 5px 0 0;
	font-weight: bold;
	letter-spacing: 0.05em;
}


.top_ttl01{
	font-size: 2rem;
	letter-spacing: 0.1em;
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 60px;
}
.top_ttl01 span{
	display: block;
	font-size: 6rem;
	color: #000;
	background: transparent;
	background: -webkit-linear-gradient(45deg, #333333, #333333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
}


/*-------------------------------------------

    FV

-------------------------------------------*/
#fv{
	background: url(images/fv_img01.png) no-repeat center;
	background-size: cover;
	padding: 18vw 20px;
	position: relative;
}
#fv h1{
	font-size: 6vw;
	line-height: 1.2;
}
#fv h1 span{
    display: block;
    color: #4cd060;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#fv h2{
    color: #fff;
    font-size: 4rem;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin: 30px 0 0;
    font-style: italic;
}
#fv p{
	margin: 30px 0 0;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.fv_cv{
	position: absolute;
	right: 20px;
	bottom: 0;
}
.fv_cv ul{
	display: flex;
}
.fv_cv ul li a{
	font-size: 2rem;
	letter-spacing: 0.05em;
	display: block;
	padding: 20px 20px 20px 55px;
}
.fv_cv ul li.tel a{
	background: url(images/tel_ico.png) no-repeat 15px center;
    background-color: #4cd060;
	color: #fff;
}
.fv_cv ul li.mail a{
	background: url(images/mail_ico.png) no-repeat 15px center;
    background-color: #15b5dc;
	color: #fff;
	margin: 0 0 0 20px;
}
.fv_cv ul li.mail2 a {
    background: url(images/mail_ico.png) no-repeat 15px center;
    background-color: #fe63b7;
    color: #fff;
    margin: 0 0 0 20px;
}
.fv_cv.transform{
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 100;
}


/*-------------------------------------------

    Case

-------------------------------------------*/
#top_case{
	background: #f7f7f7;
	padding: 80px 20px;
}
.top_case_list{
	display: flex;
}
.top_case_item{
    background: #fff;
    width: 24%;
    margin: 0 1.35% 0 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.top_case_item:last-child{
	margin: 0;
}
.top_case_item figure{
	position: relative;
}
.top_case_item figure img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.top_case_item figcaption{
    position: absolute;
    right: 0;
    top: 0;
    background: #338e39;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    padding: 5px 10px;
}
.top_case_item h3{
    margin: 20px 20px 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: normal;
}
.top_case_item p{
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333;
	padding: 0 20px 20px;
}
.case_archive{
	margin: 40px 0 0;
	text-align: right;
}
.case_archive a{
	background: url(images/arrow_ico.png) no-repeat 95% center;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 20px 80px 20px 20px;
}
.case_archive a:after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    position: absolute;
    bottom: 0;
    left: 0;
}


/*-------------------------------------------

    Service

-------------------------------------------*/
#top_service{
	margin: 80px 20px;
	overflow: hidden;
}
#top_service .inner{
	position: relative;
	padding: 200px 0;
}
#top_service .inner::after{
    content: "";
    display: block;
    width: calc(100% - 20%);
    position: absolute;
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/service_img.png) no-repeat left center;
    background-size: cover;
}
.top_service_box{
	width: 40%;
	box-sizing: border-box;
	padding: 0 40px 0 0;
}
.top_service_box a{
    display: inline-block;
    vertical-align: middle;
    margin: 40px 0 0;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    position: relative;
}
.top_service_box a::after{
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	background: url(images/arrow_ico.png) no-repeat center;
	transform: translate(0,-50%);
	width: 30px;
	height: 5px;
}
.top_service_box p{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}


/*-------------------------------------------

    Printer_list

-------------------------------------------*/
#printer_list{
	background: #f7f7f7;
	padding: 80px 20px;
}
#printer_list h2{
	text-align: center;
	font-size: 4.2rem;
}
#printer_list h2 span{
	color: #139dc0;
}
#printer_list h3{
	text-align: center;
	font-size: 2.4rem;
	margin: 25px 0 60px;
}
.printer_list_box{
	display: flex;
	justify-content: space-between;
}
.printer_list_item{
	background: #fff;
	width: 32%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0 0;
	position: relative;
}
.printer_list_item h4{
	border-left: solid 3px #338e39;
	padding: 0 0 0 15px;
	margin: 0 20px;
	font-size: 2rem;
	text-align: left;
}
.printer_list_item span{
	
}
.printer_list_item span.type01{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 2rem;
	background: -webkit-linear-gradient(-35deg, #4dd160, #3fa87b);
	color: #fff;
}
.printer_list_item span.type02{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 2rem;
	background: -webkit-linear-gradient(-35deg, #70c1d6, #28a5c5);
	color: #fff;
}
.printer_list_item img{
	margin: 30px 0;
}
.printer_list_item:nth-of-type(1) p,.printer_list_item:nth-of-type(2) p{
	background: #338e39;
	display: block;
	color: #fff;
}
.printer_list_item:nth-of-type(3) p{
	background: #139dc0;
	display: block;
	color: #fff;
}
.printer_list_item p a{
	display: block;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 0.1em;
}
.printer_list_item p a span{
	text-decoration: underline;
}
.printer_archive{
	margin: 40px 0 0;
	text-align: right;
}
.printer_archive a{
	background: url(images/arrow_ico.png) no-repeat 95% center;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 20px 80px 20px 20px;
}
.printer_archive a:after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    position: absolute;
    bottom: 0;
    left: 0;
}


/*-------------------------------------------

    collabo

-------------------------------------------*/
#top_collabo{
	background: -webkit-linear-gradient(45deg, #4cce61, #3fa87b);
	padding: 80px 20px;
}
#top_collabo h2{
	color: #fff;
	font-size: 4rem;
	text-align: center;
	font-weight: normal;
}
#top_collabo p{
	text-align: center;
	font-size: 2rem;
	color: #fff;
	line-height: 1.6;
	margin: 40px 0 0;
}
.collabo_box{
	background: #fff;
	margin: 40px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.collabo_box h3{
	background: url(images/bg.png);
	padding: 20px;
	text-align: center;
	border-bottom: solid 1px #eee;
}
.collabo_box h3 img{
	vertical-align: middle;
}
.collabo_box h3 span{
	display: block;
	margin: 10px 0 0;
	font-size: 4rem;
}
.collabo_box dl{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 0;
}
.collabo_box dl dt{}
.collabo_box dl dd{
	padding: 0 0 0 40px;
}


/*-------------------------------------------

    News

-------------------------------------------*/
#top_news{
	padding: 80px 20px;
}
.top_news_box dl{
	display: flex;
	margin: 10px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.top_news_box dt{
	width: 240px;
}
.top_news_box dd{
	width: calc(100% - 240px);
	box-sizing: border-box;
	padding: 20px 40px;
}
.top_news_box dd span.time{
	display: inline-block;
	vertical-align: middle;
	background: #3fa87b;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.top_news_box dd span.cat{
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
.top_news_box dd b{
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding: 15px 0;
	margin: 0 0 15px;
	border-bottom: solid 1px #eee;
}
.top_news_box dd p{
	letter-spacing: 0.1em;
	font-size: 1.6rem;
	line-height: 1.4;
}
.news_archive{
	margin: 40px 0 0;
	text-align: right;
}
.news_archive a{
	background: url(images/arrow_ico.png) no-repeat 95% center;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 20px 80px 20px 20px;
}
.news_archive a:after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    position: absolute;
    bottom: 0;
    left: 0;
}


footer{
	background: #333333;
	padding: 75px 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
footer .company_name{
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}
footer .add{
	margin: 25px 0 0;
}
footer .add b{
	display: block;
	margin: 0 0 10px;
	color: #fff;
}
footer .add p{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #fff;
}
footer .ft_left ul{
	margin: 25px 0 0;
}
footer .ft_left ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px 0 0;
	position: relative;
}
footer .ft_left ul li::after{
    content: "";
    width: 1px;
    height: 15px;
    background: #696969;
    position: absolute;
    right: 15px;
    top: 0;
    transform: rotate(25deg);
}
footer .ft_left ul li a{
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
footer p#copy{
	color: #999999;
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

footer .ft_right ul li{
	display: block;
	margin: 0 0 60px;
}


@media screen and (min-width:320px) and ( max-width: 767px) {
body{
	font-size: 1.4rem;
	min-width: 0;
	color: #333333;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
}


.sp{
	display: block;
}
.pc{
	display: none;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
header .logo{
	max-width: 150px;
}
header.scroll{
    background: rgba(255, 255, 255, 0.8);
}
header nav{
    display: block;
    position: fixed;
    left: -100%;
    top: 57px;
    bottom: 0;
    background: #fff;
    width: 80%;
    transition: .3s all;
}
header nav.clicked{
	left: 0;
}
header nav li{
    display: block;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 20px;
    border-bottom: dashed 1px #eee;
}
header nav li a{
    color: #000;
    font-size: 1.6rem;
    display: block;
    padding: 0 0 0 10px;
    border-left: solid 2px #44b770;
}
header nav li span{
	display: block;
	font-size: 1.2rem;
	color: #338e39;
	text-align: left;
	margin: 5px 0 0;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#sp-menu {
    width: 30px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 999999;
    margin: -9px 0 0;
    display: block;
}
#sp-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-size: 100% 100%;
    -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;
    left: 0;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
}
#sp-menu span.top-border {
    top: -2px;
}
#sp-menu span.middle-border {
    top: 50%;
    margin: -2px 0 0;
}
#sp-menu span.bottom-border {
    bottom: 0;
}
#sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 8px;
}
#sp-menu.clicked span.middle-border {
    width: 0;
}
#sp-menu.clicked span.bottom-border {
    transform: rotate(45deg);
    bottom: 8px;
}


.top_ttl01{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 40px;
}
.top_ttl01 span{
	display: block;
	font-size: 3rem;
	color: #000;
	background: transparent;
	background: -webkit-linear-gradient(45deg, #333333, #333333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
}


/*-------------------------------------------

    FV

-------------------------------------------*/
#fv{
	background: url(images/fv_img01.png) no-repeat center;
	background-size: cover;
	padding: 18vw 20px;
	position: relative;
	margin: 60px 0 0;
}
#fv h1{
    font-size: 10vw;
    line-height: 1.6;
    text-align: center;
}
#fv h1 span{
    display: block;
    color: #4cd060;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#fv h2 {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin: 0 0 0;
    font-style: italic;
    text-align: center;
}
#fv p{
    margin: 20px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: justify;
}
.fv_cv{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 100;
}
.fv_cv ul{
	display: flex;
}
.fv_cv ul li{
	width: 50%;
}
.fv_cv ul li a{
	font-size: 3.2vw;
	letter-spacing: 0;
	display: block;
	padding: 20px 20px 20px 35px;
}
.fv_cv ul li.tel a{
	background: url(images/tel_ico.png) no-repeat 15px center #338e39;
	background-size: 14px;
	color: #fff;
}
.fv_cv ul li.mail a{
	background: url(images/mail_ico.png) no-repeat 15px center #fb5dab;
	background-size: 14px;
	color: #fff;
	margin: 0 0 0;
}
.fv_cv ul li.mail2 a{
	background: url(images/mail_ico.png) no-repeat 15px center #139dc0;
	background-size: 14px;
	color: #fff;
	margin: 0 0 0;
}
.fv_cv.transform{
	position: fixed;
	right: 0;
	bottom: 0;
}


/*-------------------------------------------

    Case

-------------------------------------------*/
#top_case{
	background: #f7f7f7;
	padding: 40px 20px 60px;
}
.top_case_list{
	display: block;
}
.top_case_item{
    background: #fff;
    width: 100%;
    margin: 0 0 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.top_case_item:last-child{
	margin: 0;
}
.top_case_item figure{
	position: relative;
}
.top_case_item figure img{
	width: 100%;
}
.top_case_item figcaption{
    position: absolute;
    right: 0;
    top: 0;
    background: #338e39;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    padding: 5px 10px;
}
.top_case_item h3{
    margin: 20px 20px 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #eee;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: normal;
}
.top_case_item p{
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333;
	padding: 0 20px 20px;
}
.case_archive{
	margin: 40px 0 0;
	text-align: right;
}
.case_archive a{
	background: url(images/arrow_ico.png) no-repeat 95% center;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 20px 80px 20px 20px;
}
.case_archive a:after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    position: absolute;
    bottom: 0;
    left: 0;
}


/*-------------------------------------------

    Service

-------------------------------------------*/
#top_service{
	padding: 40px 20px 120px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#top_service .inner{
	position: static;
	padding: 0;
}
#top_service .inner::after{
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: static;
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/service_img.png) no-repeat left center;
    background-size: cover;
}
.top_service_box{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0;
}
.top_service_box a{
    display: block;
    vertical-align: middle;
    margin: 40px 0 0;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 45px;
    margin: 0 auto;
}
.top_service_box a::after{
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	background: url(images/arrow_ico.png) no-repeat center;
	transform: translate(0,-50%);
	width: 30px;
	height: 5px;
}
.top_service_box p{
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
}


/*-------------------------------------------

    Printer_list

-------------------------------------------*/
#printer_list{
	background: #f7f7f7;
	padding: 40px 20px;
}
#printer_list h2{
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.6;
}
#printer_list h2 span{
	color: #139dc0;
}
#printer_list h3{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 25px 0 40px;
}
.printer_list_box{
	display: block;
	justify-content: space-between;
}
.printer_list_item{
	background: #fff;
	width: 100%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0 0;
	margin: 20px 0 0;
	position: relative;
}
.printer_list_item h4{
	border-left: solid 3px #338e39;
	padding: 0 0 0 15px;
	margin: 0 20px;
	font-size: 2rem;
	text-align: left;
}
.printer_list_item span{
	
}
.printer_list_item span.type01{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 2rem;
	background: -webkit-linear-gradient(-35deg, #4dd160, #3fa87b);
	color: #fff;
}
.printer_list_item span.type02{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 2rem;
	background: -webkit-linear-gradient(-35deg, #70c1d6, #28a5c5);
	color: #fff;
}
.printer_list_item img{
	margin: 30px 0;
}
.printer_list_item:nth-of-type(1) p,.printer_list_item:nth-of-type(2) p{
	background: #338e39;
	display: block;
	color: #fff;
}
.printer_list_item:nth-of-type(3) p{
	background: #139dc0;
	display: block;
	color: #fff;
}
.printer_list_item p a{
	display: block;
	color: #fff;
	padding: 10px 0;
	letter-spacing: 0.1em;
}
.printer_list_item p a span{
	text-decoration: underline;
}
.printer_archive{
	margin: 40px 0 0;
	text-align: right;
}
.printer_archive a{
	background: url(images/arrow_ico.png) no-repeat 95% center;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 20px 80px 20px 20px;
}
.printer_archive a:after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    position: absolute;
    bottom: 0;
    left: 0;
}


/*-------------------------------------------

    collabo

-------------------------------------------*/
#top_collabo{
	background: -webkit-linear-gradient(45deg, #4cce61, #3fa87b);
	padding: 80px 20px;
}
#top_collabo h2{
    color: #fff;
    line-height: 1.6;
    font-size: 2.4rem;
    text-align: center;
    font-weight: normal;
}
#top_collabo p{
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.6;
	margin: 40px 0 0;
}
.collabo_box{
	background: #fff;
	margin: 40px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.collabo_box h3{
	background: url(images/bg.png);
	padding: 20px;
	text-align: center;
	border-bottom: solid 1px #eee;
}
.collabo_box h3 img{
	vertical-align: middle;
}
.collabo_box h3 span{
    display: block;
    margin: 10px 0 0;
    font-size: 2.4rem;
    line-height: 1.4;
}
.collabo_box dl{
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px;
}
.collabo_box dl dt{}
.collabo_box dl dd{
	padding: 40px 0 0;
}


/*-------------------------------------------

    News

-------------------------------------------*/
#top_news{
	padding: 40px 20px;
}
.top_news_box dl{
	display: block;
	margin: 20px 0 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.top_news_box dt{
	width: 100%;
}
.top_news_box dt img{
	width: 100%;
}
.top_news_box dd{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px;
}
.top_news_box dd span.time{
	display: inline-block;
	vertical-align: middle;
	background: #3fa87b;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.top_news_box dd span.cat{
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
.top_news_box dd b{
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding: 15px 0;
	margin: 0 0 15px;
	border-bottom: solid 1px #eee;
}
.top_news_box dd p{
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	line-height: 1.4;
}
.news_archive{
	margin: 20px 0 0;
	text-align: right;
}
.news_archive a{
	background: url(images/arrow_ico.png) no-repeat 95% center;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 20px 80px 20px 20px;
}
.news_archive a:after{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4dd160, #3fa87b);
    position: absolute;
    bottom: 0;
    left: 0;
}


footer{
	background: #333333;
	padding: 80px 20px 40px;
	margin: 0 0 50px;
	position: relative;
	display: block;
	justify-content: space-between;
}
footer .company_name{
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.05em;
}
footer .add{
    margin: 25px 0 0;
    padding: 0 0 25px;
    border-bottom: solid 1px #464444;
}
footer .add b{
	display: block;
	margin: 0 0 10px;
	color: #fff;
}
footer .add p{
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #fff;
}
footer .ft_left ul {
    margin: 25px 0 0;
    text-align: center;
    line-height: 1.8;
}
footer .ft_left ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px 0;
	position: relative;
}
footer .ft_left ul li::after{
    display: none;
}
footer .ft_left ul li a{
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
footer p#copy{
	color: #999999;
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

footer .ft_right ul li {
    display: block;
    margin: 40px 0 40px;
    text-align: center;
}
footer .ft_right ul li:first-child{
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    text-align: center;
    margin: 0;
}
footer .ft_right ul li:first-child img{
	max-width: 150px;
}
}

/*ADD200818*/
#campaign .inner {
    text-align: center;
    margin: 40px auto;
}
#campaign .campaign_btn img {
    opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#campaign .campaign_btn img:hover {
    opacity: .5;
}
@media screen and (max-width: 767px) and (min-width: 320px){
    #campaign {
        padding: 40px 20px 60px;
    }
}
/* 20211220追記 */
.support_Cont {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
img.support {
    width: 60%;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
img.support {
    width: 95%;
}}
#printer_logo h2 {
    text-align: center;
    font-size: 4.2rem;
    margin-top: 100px;
}
#printer_logo h3 {
    text-align: center;
    font-size: 2rem;
    margin: 25px 0 10px;
    line-height: 3.5rem;
}
@media screen and (min-width:320px) and ( max-width: 767px) {
#printer_logo h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0px;
}
#printer_logo h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 25px 0 10px;
    line-height: 2.5rem;
}}