@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

body {
  background-color: #fff;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
	color:#444;
}
img{}
.fs-en{
	
	font-family: 'Barlow Condensed', sans-serif;
/*    font-weight: 100;*/
	color: #E7283C;
	  font-size: 200%;
}
.catch{
	text-align: center;
	vertical-align: middle;
	color: #f57d89;;
	font-size: 700%;
    letter-spacing: -4px;
	font-style: oblique;
}
@media screen and (max-width: 640px) {
	
	.catch{
	font-size: 250%;
    letter-spacing: -1px;
}
}
.style-h2{
	
	border-left:4px solid #E7283C;
	padding-left:15px;
	line-height: 120%;
	margin-bottom:15px;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
}
.navi-biz{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
    margin: 40px auto 40px auto;
    width: 70%;
}

.navi-biz li{
/*	width: 26%;*/
border: 4px solid #e7283c;
	padding:20px;
	font-size: 125%;
	border-radius: 5px;
}
.navi-biz li a{
text-decoration: none;
	color: #e7283c;
    background-image: url(../images/ar01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding: 0px 0px 0px 25px;
}
@media screen and (max-width: 640px) {
	.navi-biz{
	display: block;
    width: 80%;
		        margin: 50px 0px 50px 0px;
}

	.navi-biz li{
	width: 100%;
		        margin-bottom: 15px;
}
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.sp {
  display: none;
}

.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

::selection {
  background: #999;
  /* Safari */
  color: #ffffff;
}

::-moz-selection {
  background: #999;
  /* Firefox */
  color: #ffffff;

}

a:link {
	color:#000;

}

a:visited {
	color: #000;
}

a:hover,
a:focus {
}


.hover01 {
  transition: all 0.6s ease 0s;
}

.hover01:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}

input,
select,
textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

.new {
  margin-right: .75em;
  padding: 3px 5px 2px;
  border-radius: 2px;
  background-color: #d00;
  color: #fff;
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
}

.none_text {
  display: none;
}

.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

#container {
  overflow: hidden;
}


/* ヘッダー
================================================== */

#header {
  width: 100%;
}
.h-top{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 10px;
}
.logo {

	  font-size: 80%;
	    font-weight: normal;
}

.logo img {
  height: 48px;
/*  margin-left: 6px;*/
	    vertical-align: middle;
}

.head-right {
display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	    font-size: 80%;
    align-items: center;
}
#siteSearch{
	margin-left: 20px;
}
@media screen and (max-width: 640px) {
	.logo img {
  height: 38px;
}

	.h-top{
font-size: 80%;
	padding: 0px;
}

	#siteSearch{
	display: none;
	
}
	.head-right{
	display: none;
	
}
}
.btn-head01{
	display: block;
}


a img.contact-btn {}

/* メインイメージ
================================================== */
.mainimage-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
	background: linear-gradient(45deg, #d7223c 0%, #d7223c 50%, #e5283c 50%, #db7272 100%);
}

.main_img_wrp {
	width: 100%;
}

.main_img_wrp img {
  width: 100%;
  margin: 0 auto;
	vertical-align: bottom;
}

#content {
  line-height: 200%;
}

/* インナー
================================================== */

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

@media screen and (max-width: 1200px) {
	
.inner {
	padding: 0 30px;
	}
	
}

@media screen and (max-width: 820px) {
	
.inner {
	padding: 0;
	}
	
}


/* メニュー
================================================== */

.h_nav_wrp {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.h_nav_wrp img {
  width: 54px;
}


.h_nav_wrp ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 0px;
}

.h_nav_wrp ul li {
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 0px 1em;
}

.h_nav_wrp ul li a.menu {
  font-size: 100%;
  color: #fff;
  letter-spacing: 0.1em;
}




@media screen and (max-width: 1200px) {
.h_nav_wrp ul li {
    padding: 0px 10px;
	font-size: 90%;
}
}



.h_nav_wrp ul li:last-child {
  border: none;
}

.h_nav_wrp ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.h_nav_wrp ul li a:hover,
a:focus {
  color: #e7283c;
}

#header_menu>li {
  position: relative;
  z-index: 99;
}

#header_menu>li>ul.child {
  display: none;
  position: absolute;
  /*margin-left: -5px;*/
  padding: 0;
  background-color: #000;
  width: 16em;
  padding-top: 1em;
  opacity: 0.9;
}

#header_menu>li>ul.child li {
  font-size: 80%;
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  border-right: none;
  padding-left: 26px;
  background-image: url(../images/icon2.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: 15px 15px;
}

#header_menu>li>ul.child li a {
  padding: 5px 10px;
  display: block;
  color: #fff;
}

#header_menu>li>ul.child li a:hover {
  color: #e7283c;
}



/* インフォメーション
================================================== */

.info {
  padding:60px 0 30px 0;
  background-color: #eee;
	
/*
		  background-image: url(../images/photo_bg.png);
  background-repeat: no-repeat;
	background-position: center top;
background-size: contain;
*/
}

.i-inner {
  max-width: 1080px;
  margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.info-wrap {
  width: 55%;
  margin-right: 3%;


}

.info-title {
	    width: 22%;
    font-size: 300%;
/*    display: flex;*/
    text-align: center;
    align-items: center;
/*    background-color: #000;*/
    justify-content: center;
/*
    background: linear-gradient(45deg, #d7223c 0%, #d7223c 50%, #e5283c 50%, #db7272 100%);
    border-radius: 20%;
*/
}

	
.info-title a {
text-decoration: none;
/*	color:#fff;*/
	font-family: 'Barlow Condensed', sans-serif;
}

.info-title img {
  width: 100%;
}

.info-list {
	width:72%;
}
.info-link{
/*    text-align: right;*/
    display: block;
	font-size: 30%;
}
.info-list ul {}

.info-list ul li {
  margin-bottom: 20px;
	    line-height: 200%;
	    line-height: 100%;
}

.info-list ul li span.title {
     text-align: left;
 }

span.list-category-trouble-report {
  border: 2px solid #E79197;
  border-radius: 15px;
  padding: 1px 7px;
  margin: 0 15px 0 0;
  font-size: 80%;
	background-color: #fff;
}

span.list-category-news {
  border: 2px solid #888;
  border-radius: 15px;
  padding: 1px 7px;
  margin: 0 15px 0 0;
  font-size: 80%;
  background-color: #fff;
}
span.list-category-blog {
  border: 2px solid #888;
  border-radius: 15px;
  padding: 1px 7px;
  margin: 0 15px 0 0;
  font-size: 80%;
  background-color: #fff;
}
span.list-category-support {
  border: 2px solid #888;
  border-radius: 15px;
  padding: 1px 7px;
  margin: 0 15px 0 0;
  font-size: 80%;
  background-color: #fff;
}

span.title {
  display: block;
/*	font-size: 85%;*/
    line-height: 180%;
	    text-align: center;
    margin-top: 1em;
/*	font-size: 90%;*/

}

span.date {
  padding-right: 15px;
}

/* コンテンツ
================================================== */
.top-kv {
  position: relative;
}
.top-kv .top-kv-slide {
  font-size: 0;
  line-height: 0;
}
.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - (63px + 67px));
  height: calc(100dvh - (63px + 67px));
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
    height: calc(100dvh - (63px + 64px));
  }
}
@media screen and (max-width: 1010px) {
  .top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
    height: calc(100vh - (55px + 59px));
    height: calc(100dvh - (55px + 59px));
  }
}
@media screen and (max-width: 480px) {
  .top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
  }
}
@media screen and (max-width: 768px) {
  .top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
  }
}
.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-kv .top-kv-catch {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: calc(90% - 80px);
  max-width: 1500px;
  height: calc(90% - 80px);
}
.top-kv .top-kv-catch .top-kv-catch-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.top-kv .top-kv-catch .top-kv-catch-img > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

#content-top {
  padding: 0px 0;

}


.business {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
.business {
    padding: 0 30px;
}
}

p.business-text01 {
  font-size: 230%;
  margin-bottom: 18px;
color: #e7283c;
}

p.business-text02 {
  font-size: 120%;
    margin-bottom: 20px;
    /* letter-spacing: 0.1em; */
    width: 60%;
    margin: 0px auto 20px auto;
    line-height: 150%;

}


p.business-text02 span{
border-bottom:1px dotted #999;
}

.business-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.business-btn ul {
  display: table;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 0px;
}

.business-btn ul li {
  display: table-cell;
  text-align: center;
}

.business-btn ul li a.btn {}

.business-btn ul li a.btn img {
  width: 100%;
  margin: 10px auto;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.business-btn ul li a.btn img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}


.works-wrap {
  background-color: #eee;
  padding: 50px 0;
	  background-image: url(../images/photo_bg.png);
  background-repeat: no-repeat;
	background-position: center top;
background-size: contain;
}

.top-works-pickup,
.top-works-newWorks {
	padding:40px 30px 40px;
	margin:0 auto 0;
}

.top-works-pickup {
  background-color: #F0E461;
  margin-top: 40px;
}

.top-works-list {
  margin: 30px 0 0;
}

.top-works-list > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px 30px;
}
@media screen and (max-width: 768px) {
  .top-works-list > ul {
    gap: 30px 20px;
  }
}

.top-works-list > ul > li {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
  width: calc(100% / 3 - (30px * 2 / 3));
}

@media screen and (max-width: 768px) {
  .top-works-list > ul > li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .top-works-list > ul > li {
    width: 100%;
  }
}

.top-works-list > ul > li > .thumb {
  display: block;
/*
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5  );
  background-color: #fff;
*/
	border: 1px solid #666;
}
.top-works-list > ul > li > .thumb > a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 70.00%;
  overflow: hidden;
}
.top-works-list > ul > li > .thumb > a > img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in;
}
.top-works-list > ul > li > .thumb:hover > a > img {
  opacity: 0.6;
}

.top-works-list > ul > li > .title {
  display: block;
  margin: 0 0 0;
	
}
.top-works-list > ul > li > .title > a {
  display: block;
/*	    text-decoration: none;*/
/*    font-size: 90%;*/
}
.top-works-list > ul > li > .title > a:hover {
  text-decoration: none;
}
.top-works-list > ul > li > .description {
  display: block;
  margin: 0 0 0;
}

.top-works-newWorks-moreBtn {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .top-works-newWorks-moreBtn {
    margin: 40px 0 0;
  }
}

.works {
  padding: 0 1rem;
}

.works-title {}

.works-more {
  background-color: #e7283c;
  text-align: center;
  padding: 10px;
}

.works-more p {
  color: #fff;
}

.works-more p a:link {
  color: #fff;
}

.works-more p a:visited {
  color: #fff;
}

.works-more p a:hover,
a:focus {
  color: #fff;
}

.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #e7283c;
  border: 2px solid #e7283c;
  color: #fff;
  line-height: 50px;
	border-radius: 5px;
}


.button p {
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

a:link.button p {
  color: #fff;
}

.button:hover {
  background-color: #fff;
  border-color: #e7283c;
  color: #e7283c;
}

.button::before,
.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e7283c;
}

.button::before {
  top: 0;
}

.button::after {
  bottom: 0;
}

.button:hover::before,
.button:hover::after {
  height: 0;
  background-color: #e7283c;
}

a:visited.button p {
  color: #fff;
}

a:hover.button p,
a:focus.button p {
  color: #e7283c;
}

/* コンテンツ・カテゴリー
================================================== */

.category-btn {
  margin-top: 0px;
  margin-bottom: 30px;
}

.category-btn ul {
  display: table;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 0px;
}

.category-btn ul li {
  display: table-cell;
  text-align: center;
}

.category-btn ul li a.btn {}

.category-btn ul li a.btn img {
  width: 100%;
  margin: 10px auto;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.category-btn ul li a.btn img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

/* コンテンツ
================================================== */

.tm21-contents-wrp {
  padding: 50px 22px;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  background-size: 60px;
  background-attachment: fixed;
}

.tm21-contents-title {}

.tm21-contents {

}

.tm21-contents ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  /* -webkit-justify-content: center; */
  justify-content: space-between;
}

.tm21-contents ul:after {
  content: "";
  display: block;
  width: 31%;
}

.tm21-contents ul li {
  width: 31%;
  margin-bottom: 1.5em;
}

.tm21-contents ul li span.thumb {
  display: block;
  width: 100%;
}

.tm21-contents ul li img {
  width: 100%;
}





.tm21-contents span.date {
  display: none;
}


.hdr {
  width: 458px;
  padding: 10px;
}

#carousel .flex-viewport {
  text-align: center;
  width: 444px;
  /* バナーの 148px * 3 */
  padding-top: 10px;

  float: none;
  margin: 0 auto;
}

.flex-viewport {}

.flex-prev {
  display: none;
}

.flex-next {
  display: none;
}

/* Facebook
================================================== */

.fb {}


/* フッター
================================================== */

#footer {}

#page-top {
  position: fixed;
  z-index: 3;
  bottom: 0;
  right: 0;
}

#page-top img {
  width: 50px;
}

#page-top a {
  background: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.wrap-footter {
  background-image: url(../images/bg-contact.jpg);
  background-position: left top;
  background-repeat: repeat;
	text-align: center;
	margin-bottom:20px;
	object-fit: cover;
}
.cnt{
	text-align: center;	
	padding: 70px 0;
		color: #fff;
}
.cnt-title{
	color:#fff;
	font-size: 550%;
	line-height: 110%;
	font-family: 'Barlow Condensed', sans-serif;
	
}

.cnt-text{
		color:#fff;
	margin:10px auto 10px auto;
	font-size: 135%;
	
}
.cnt-text2{
font-size:80%;	
}
.cnt-btn{
	display: inline-block;
	padding:20px;
			background-color: #fff;
		margin:20px auto 20px auto;
}    
.cnt-btn a{
text-decoration: none;
    background-image: url(../images/ar01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 0px 0px 0px 50px;
    color: #E7283C;
		font-size: 150%;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.cnt-text2{
line-height: 150%;
    margin-top: 10px;
}
	.cnt-title{
	color:#fff;
	font-size: 350%;
	line-height: 110%;
	
}
	.cnt-btn{
	display: inline-block;
	padding:10px;
			background-color: #fff;
		margin:20px 3%;
		
}
.cnt-btn a{
text-decoration: none;
    background-image: url(../images/ar01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 0px 0px 0px 30px;
    color: #E7283C;
		font-size: 135%;
	font-weight: bold;
}
	
}
.f-bottom {
  padding: 20px 0;
  text-align: center;
}

.f-logo {}

.f-logo img {
  width: 185px;
  height: auto;
  padding-top: 3px;
}

.f-logo-text {}

.f-logo-text p {
  font-size: 70%;
}

.f-b-menu {}

.f-b-menu ul {
  display: inline-flex;
  padding: 10px 0;
}

.f-b-menu ul li {
  padding: 8px 8px 8px 8px;
  background-size: 20px 20px;
  /* margin-right: 10px; */
  font-size: 70%;
}



.f-b-menu ul li a {
  text-decoration: none;
}

.f-b-menu ul li a:link {
  color: #e7283c;
}

.f-b-menu ul li a:visited {
  color: #e7283c;
}

.f-b-menu ul li a:hover,
a:focus {
  color: #ccc;
}

.add {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  font-size: 80%;
}

.copy {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.copy p {

  font-size: 80%;
}

.copy a {

}


/* 下層ページ
================================================== */

.contentHeader {
	margin-bottom:40px;
}

.contentHeader p.date {
  float: right;
}

.contentHeader .description {
  display: none;
}

.inner-print {}

.print_wrp {
  float: right;
  font-size: 80%;
  padding-top: 10px;
  padding-left: 26px;
  background-image: url(../images/print.png);
  background-size: 17px;
  background-position: 4px 11px;
  background-repeat: no-repeat;
}

#breadCrumb {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #ccc;
}

#breadCrumb p {
  font-size: 90%;
}

#breadCrumb p a {
  color: #e7283c;
}

#main {
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 20px;
}

.contentBody {}

.page-footer {
  display: none;
  padding-bottom: 20px;
  width: 980px;
  margin: 0 auto;
}



/* サイドメニュー
================================================== */

#sidemenu {
  width: 240px;
  float: right;
  box-sizing: border-box;
  margin: 0px 0 20px 0;
  border: 1px solid #fff;
  background-color: #fff;
}

.sideHeader {
  padding: 10px;
  background-color: #4D4D4D;
  color: #fff;
  border: 1px solid #4D4D4D;
  margin-top: 30px;
}

.sideHeader h2 {
  font-size: 135%;
  letter-spacing: 0.1em;
  text-align: center;
}

.sideBody {
  border: 1px solid #ccc;
}

.sideBody ul {
  padding: 10px;

}

.sideBody ul li {
  padding: 3px 3px 3px 20px;
  margin-bottom: 5px;
  background-image: url(../images/icon2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px 15px;
  font-size: 90%;
}

.active {
  color: #ccc;
}

/* スタッフ紹介
================================================== */

.profile-left {
/*  float: left;*/
  width: 100%;
/*  max-width: 400px;*/
}

.profile-right {
/*  float: right;*/
  /* width: 520px; */
/*  width: -webkit-calc(100% - 450px); */
/*	width: calc(100% - 450px);*/
}

.member_profile {}

.member_profile_self_image {}

.member_profile_self_image img {
  display: block;
  width: 100%;
  height: auto;
}

.member_profile_desc_block {}

.member_profile_desc_header {}

.member_profile_desc_post {
  font-weight: bold;
  color: #e7283c;
  letter-spacing: 0.1em;
}

.member_profile_desc_name_wrp {
  padding: .5em .75em;
/*
  background-color: #f6f6f6;
  border-left: 6px solid #000;
*/
  margin-bottom: 18px;
}

.member_profile_desc_name_wrp::after {}

.member_profile_desc_name {
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.member_profile_desc_name_en {
  letter-spacing: 0.1em;
  padding-left: 5px;
  color: #4D4D4D;
}

.member_profile_skill_block {
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}

.member_profile_skill_block_head {
  background-color: #000;
  color: #fff;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 20px;
  float: left;
}

.member_profile_skill_list {
  font-size: 80%;
}

.member_profile_body {}

.member_profile_body p {
  font-size: 80%;
  line-height: 180%;
}

.member_profile_body a:visited {
  color: #e7283c;
}

.member_profile_body a:link {
  color: #e7283c;
}

/* 実績
================================================== */

ul.gyoushu_list {
  display: block;
  list-style: none;
  padding-left: 0px !important;
}

/*　ページング　*/

.pagination {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

.pagination span{margin: 8px;}

span.page.current {
  padding: 12px;
  background-color: #ccc;
  border-radius: 3px;
}

span.page {
  background-color: #e7283c;
	padding-top: 12px;
	padding-bottom: 12px;
  border-radius: 3px;

}

.pagination a{
 border-radius: 3px;
 padding: 12px;
	color: #ffffff;
line-height: 1.5em;
}
span.next {
  padding: 12px;
  background-color: #e7283c;
  border-radius: 3px;
  color: #fff;
}

span.next a {
  color: #fff;
}

span.prev {
  padding: 12px;
  background-color: #e7283c;
  border-radius: 3px;
  color: #fff;
}

span.prev a {
  color: #fff;
}

span.first {
  padding: 12px;
  background-color: #e7283c;
  border-radius: 3px;
  color: #fff;
}

span.first a {
  color: #fff;
}

span.last {
  padding: 12px;
  background-color: #e7283c;
  border-radius: 3px;
  color: #fff;
}

span.last a {
  color: #fff;
}
span.gap{
	background-color: #ffffff;
}




ul.gyoushu_list {
  /* display: flex; */
  /* list-style: none; */
  list-style: none !important;
  width: 100% !important;
  display: inline-flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

ul.gyoushu_list li {
  float: none !important;
  width: 15% !important;
  font-size: 80% !important;
  margin-bottom: 0px !important;
}

ul.gyoushu_list li::before {
	display: none!important;
}

ul.gyoushu_list li a {
  border: none !important;
  background-color: transparent !important;
  padding: 3px !important;
  color: #e7283b !important;
	line-height: 165%!important;
  margin: 0 !important;
}

.page_item {
  border: 1px solid;
  height: auto;
  margin-bottom: 50px;
  font-size: 95%;
  float: left;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  background-size: 40px;
	    width: 100%;
}

.works_item {}

.contentBody .setumei h2 {
  margin: 0;
  background-repeat: no-repeat;
  font-size: 150%;
  background-color: #000;
  color: #fff;
}

.contentBody .setumei h2:after {
  background-color: transparent;
}

.contentBody .setumei h2 {
  background-color: transparent;
  font-size: 130%;
  border-left: none;
  color: #000;
  background: linear-gradient(transparent 70%, #fff792 10%);
  font-weight: bold;
  padding: 7px;
  margin: 10px 0px 10px 0px;
  display: inline-block;

}

.contentBody .setumei h2 span.title {
  color: #fff;
  margin-top: 0;
}

.contentBody .setumei h2 span.title a:link {
  color: #fff;
}

.contentBody .setumei h2 span.title a:visited {
  color: #fff;
}

.contentBody .setumei h2 a {
  pointer-events: none;
  text-decoration: none;
}

.contentBodyWrapper .setumei h2 {
  margin: 0;
  background-repeat: no-repeat;
  font-size: 150%;
  background-color: #000;
  color: #fff;
}

.contentBodyWrapper .setumei h2:after {
  background-color: transparent;
}

.contentBodyWrapper .setumei h2 {
  background-color: transparent;
  font-size: 130%;
  border-left: none;
  color: #000;
  background: linear-gradient(transparent 70%, #fff792 10%);
  font-weight: bold;
  padding: 1px;
  margin: 10px 0px 10px 0px;
  display: inline-block;

}

.contentBodyWrapper .setumei h2 span.title {
  color: #fff;
  margin-top: 0;
}

.contentBodyWrapper .setumei h2 span.title a:link {
  color: #fff;
}

.contentBodyWrapper .setumei h2 span.title a:visited {
  color: #fff;
}

.contentBodyWrapper .setumei h2 a {
  pointer-events: none;
  text-decoration: none;
}



.works_item_main .icon {
  margin: 10px 20px 0 10px;
    /* display: block; */
    
    height: auto;
}

.works_item_main .icon img {
  width: 500px;
    height: 30em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: top center;
    border: 1px solid #ccc;
}


@media screen and (max-width: 1160px) {

.works_item_main .icon img {
    width: 400px;
}
}

@media screen and (max-width: 1030px) {

.works_item_main .icon img {
    width: 350px;
}
}


@media screen and (max-width: 850px) {
  .works_item_main .icon {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin: 0;
	   
  }
	
.works_item_main .icon img {
       width: 250px;
}
	
}


@media screen and (max-width: 510px) {
.works_item_main .icon img {
    height: 18em;
}
}

.works_item_main {
	display: flex;
	padding: 20px;
}

.works_content {
  padding: 15px;
}

.cut_over {
  text-align: right;
  padding-right: 10px;
  font-size: 80%;
}

.setumei {}


.setumei tr {
  padding: 2px;
	    border-top: 1px solid #d3d3d3;
	 
}

.setumei th {
  width: 75px;
  vertical-align: top!important;
  line-height: 130%;
	color: #e6283c;
}


p.setumei th {}

.setumei td {
  vertical-align: top;
  font-size: 100%;
  padding: 0px 10px 20px 10px;
  line-height: 130%;
}

.contentBody .setumei td p {
margin: 0 0px 1em 0px;
	    line-height: 180%;
}

.contentBody .setumei td ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contentBodyWrapper .setumei td ul {
  list-style: disc;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.setumei td li {
      list-style-type: none;
    position: relative;
    padding-left: 1em;
    margin: 10px 0!important;
}

.setumei td li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px!important;
    content: "";
    background: #e6283c;
    }

.works_content_html ul {
  list-style: disc;
  padding-left: 2em;
}

.works_content_html ul li {
  margin-bottom: 0.8em;
}

.link_box {
  padding-bottom: 15px;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid;
	    margin-top: 20px;
}

.link_box img {
  width: 100%;
    max-width: 240px;
}

/* 実績サムネイル
================================================== */

@media screen and (max-width: 768px) {

  img {
    max-width: 100%;
    height: auto;
  }

  input,
  select,
  textarea {
    color: #000;
    font-family: inherit;
    font-size: 80%;
  }

  .attached_icon {
    width: 7%;
  }

  p {

  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .inner {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }


  .print_wrp {
    display: none;
  }

  /* ヘッダー
================================================== */


  .h-right {
    display: none;
  }

  .h-right {
    width: 100%;
    float: right;
    background-color: #e7283c;
  }

  .logo {
    float: left;
    padding-top: 0px;
    height: 70px;
  }

  .logo img {
    width: 68%;
    height: auto;
  }

  .logo-comment {
    display: none;
  }

  .info {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
/*    background-color: #fff;*/
  }

  .info img {
    width: 100%;
    height: auto;
  }

  .info-list {
    float: left;
    padding: 25px 30px;
    width: 75%;
    font-size: 115%;
    background-color: #f1f1f1;
  }

  .info-list ul {}

  .info-list ul li {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  span.date {
    color: #e7283c;
    font-weight: bold;
  }

  span.title {
    color: #000;
    display: block;
  }

  .new {
    margin-left: 0px;
    margin-right: 10px;
    padding: 3px 5px 2px;
    border-radius: 50px;
    background-color: #d00;
    color: #fff;
    font-size: 75%;
    font-weight: normal;
    text-transform: uppercase;
  }

  #content-top h2 {
    font-size: 300%;
    padding: 0 2%;
    font-weight: lighter;
  }

  #content-top h2 span {
    font-size: 30%;
  }

  /* business */

  .business {
    text-align: center;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 60px;
    margin-bottom: 0;
  }



  .business-btn-sp {
    padding-left: 3px;
    padding-right: 3px;
  }

  .business-btn-sp-top {
    width: 100%
  }

  .business-btn-sp-bottom {
    width: 100%
  }

  .business-btn-sp img {
    width: 27%;
    padding: 5px;
  }

  p.business-text02 {
    font-size: 100%;
    margin-bottom: 50px;
    letter-spacing: 0.1em;

  }

  .category-btn ul li a.btn img {
    width: 90%;
    margin: 0px auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }


  .category-btn {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }


  .works {
    margin-bottom: 0px;
  }

  /* tm21-contents */

  .tm21-contents {
    padding: 50px 20px;
    background-image: none;
    background-repeat: repeat;
    background-size: 60px;
  }

  .hdr {
    width: 100%;
    padding: 0px;
  }

  /* nav */

  .h_nav_wrp {
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 999999;
    box-shadow: -1px 0px 3px #ccc;
    -webkit-box-shadow: -1px 0px 3px #ccc;
    -moz-box-shadow: -1px 0px 3px #ccc;
    /*background-color: #fff;*/
    margin-top: 0px;
    padding-top: 0px;
  }

  .h_nav_wrp ul {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: none;
    padding-left: 20px;
  }

  .h_nav_wrp ul.link {
    display: block;
  }

  .h_nav_wrp ul li {
    display: block;
    vertical-align: middle;
    text-align: left;
    margin-left: 0px;
    border: none;
    font-size: 110%;
    margin-bottom: 18px;
    padding-left: 25px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px 15px;
  }

  .nav_row ul li a {
    width: auto;
    height: auto;
  }

  .menu_open_wrp {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    background-image: url(../images/menu_icon.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: #000000;
    background-size: 56px;
    padding-top: 27px;
    padding-bottom: 43px;
    padding-left: 5px;
    padding-right: 75px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    font-size: 90%;
  }

  .close_btn {
    display: block;
    margin: 10px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 60px;
    padding-top: 15px;
    padding-bottom: 65px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    font-size: 90%;
    border-bottom: solid 1px #9c9c9c;
  }

  .bx-controls-auto-item a {
    display: none;
  }

  .search_btn {
    padding-left: 20px;
    color: #fff;
    font-size: 80%;
    list-style: none;
  }


  /* main */

  .description {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(142, 142, 142);
    font-size: 70%;
  }

  #breadCrumb {
    font-size: 70%;
  }

  #breadCrumb p {
  }

  #main {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }

  .contentBody {
    padding-left: 0px;
    padding-right: 0px;
  }

  .page-footer {
    display: none;
  }

  /* スタッフ紹介 */

  .profile-left {
/*
    float: left;
    width: 24%;
*/
  }

  .member_profile_self_image img {
/*    width: 180px;*/
  }

  .member_profile_self_image {
    text-align: center;
    padding-bottom: 10px;
  }

  .profile-right {
/*
    float: right;
    width: 72%;
*/
  }

  .member_profile_desc_post {
    font-weight: bold;
    color: #e7283c;
    letter-spacing: 0.1em;
    font-size: 80%;
  }

  .member_profile_desc_name_wrp {
    padding: .5em .75em;
/*
    background-color: #f6f6f6;
    border-left: 6px solid #000;
*/
    margin-bottom: 10px;
  }

  .member_profile_desc_name {
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .member_profile_desc_name_en {
    letter-spacing: 0.1em;
    padding-left: 5px;
    color: #666;
    font-size: 70%;
  }

  .member_profile_skill_block_head {
    background-color: #000;
    color: #fff;
    padding: 2px 2px 2px 3px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 10px;
    float: left;
    margin-top: 6px;
    font-size: 80%;
  }

  .member_profile_skill_list {
    font-size: 80%;
  }

  .member_profile_skill_block {
    padding-bottom: 7px;
    padding-left: 0px;
    border-bottom: 1px dotted #ccc;
  }

  .member_profile_body {
    font-size: 110%;
  }



  /* fb */

  .fb {
    text-align: center;
    padding: 50px 0;
  }


  /* footer */


  #footer {
  }


  .f-bottom {
    padding-top: 6px;
  }

  .f-logo-text {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .f-menu {
    display: none;
  }

  .add {
    border-top: none;
  }

  #page-top {
    position: fixed;
    z-index: 3;
    bottom: 0;
    right: 0;
  }



  /* contents
================================================== */


  .tm21-contents ul li span.thumb {
    height: auto;
  }

  /* 実績
================================================== */

  .pagination {}

  .page_item {
    height: auto;
    margin-bottom: 50px;
    font-size: 115%;
    float: left;
    width: 100%;
  }

  .works_item {}

  .contentBody .works_item h2 {
  }

  .works_item h2 a {
    pointer-events: none;
    text-decoration: none;
  }



  .works_item_main {}

  .works_content {
    float: none;
    width: 95%;
    padding-left: 15px;
  }

  .cut_over {
    padding-right: 10px;
    font-size: 80%;
    text-align: center;
    margin-bottom: 20px;
    color: #666;
  }

  .setumei {
/*    font-size: 80%;*/
  }

  .setumei table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  .setumei tr {
    padding: 2px;
  }

  .setumei th {
    width: 65px;
    vertical-align: top;
    padding: 13px 10px 13px 10px;
    line-height: 130%;
  }

  .setumei td {
    vertical-align: top;
    font-size: 100%;
    padding: 0px 10px 13px 10px;
    line-height: 130%;
  }

  .setumei td {
    vertical-align: top;
    font-size: 100%;
    padding: 13px 10px 13px 10px;
    line-height: 130%;
  }

  .setumei td ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .setumei td li {
    margin-bottom: 8px;
  }

.link_box {
    margin-top: 30px;
    padding: 30px;
}

  .link_box img {
    width: 100%;
  }


  /* トップ実績サムネイル
================================================== */

  .works {
    margin-bottom: 0px;
    padding: 50px 20px;
    background-color: #eee;
  }

}

@media screen and (max-width: 768px) {

  ul.gyoushu_list li {
    width: 20% !important;
  }

}

@media screen and (max-width: 667px) {
  .tm21-contents {
    float: left;
    background-color: #fff;
    margin: 0 auto;
    padding-left: 10px;
  }

  .print_wrp {
    display: none;
  }

}

@media screen and (max-width: 767px) {
	
.i-inner {
    display: block;
	padding-top: 20px;
	}

.info-title {
    width: 100%;
    font-size: 200%;
    display: block;
    text-align: center;
    align-items: center;
/*    background-color: #000;*/
    justify-content: center;
	color: #fff;
}
	
.info-list {
    width: auto;
    float: none;
    padding: 0% 3% 3% 3%;
}
	
}

@media screen and (max-width: 480px) {

  #content {
    line-height: 160%;
  }

  .print_wrp {
    display: none;
  }

  .contentHeader {
    padding: 0px 0px 0px 0px;
	  margin-bottom: 0px;
  }

  .contentHeader p.date {
    float: right;
    font-size: 70%;
    color: #7f7f7f;
  }


  /* Header
================================================== */

  .logo {
    float: left;
    padding-top: 0px;
    height: 48px;
	  letter-spacing: -0.5px;
  }

  .logo img {
    width: 48%;
    height: auto;
  }

  .h_nav_wrp {
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 999999;
    box-shadow: -1px 0px 3px #ccc;
    -webkit-box-shadow: -1px 0px 3px #ccc;
    -moz-box-shadow: -1px 0px 3px #ccc;
    /* background-color: #fff; */
    margin-top: 0px;
    padding-top: 0px;
  }


  .menu_open_wrp {
    display: block;
	  position: fixed;
    top: 0px;
    right: 0px;
    background-image: url(../images/menu_icon.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: #000000;
    background-size: 38px;
    padding-top: 27px;
    padding-bottom: 21px;
    padding-left: 5px;
    padding-right: 50px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    font-size: 90%;
  }

  .close_btn {
    display: block;
    margin: 10px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 38px;
    padding-top: 15px;
    padding-bottom: 35px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    font-size: 90%;
  }

  .h_nav_wrp ul li {
    display: block;
    vertical-align: middle;
    text-align: left;
    margin-left: 0px;
    border: none;
/*    font-size: 90%;*/
    margin-bottom: 18px;
    padding-left: 25px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px 15px;
  }

  .search_btn {
    padding-left: 20px;
    color: #fff;
    font-size: 70%;
    list-style: none;
  }

  /* お知らせ
================================================== */

  .info-list {
  }

  span.title {
    color: #000;
    display: block;
    padding-top: 0px;
	      line-height: 195%;
  }

  span.date {
    color: #e7283c;
    font-weight: bold;
    margin-right: 0px;
  }

  .new {
    margin-left: .75em;
    padding: 3px 5px 2px;
    border-radius: 50px;
    background-color: #d00;
    color: #fff;
    font-size: 75%;
    font-weight: normal;
    text-transform: uppercase;
  }


  .info-list ul li {
    margin-bottom: 10px;
  }


  /* コンテンツ
================================================== */

  #content-top h2 {
    font-size: 230%;
    line-height: 100%;
    margin-bottom: 30px;

  }

	.business {
  margin-top: 0px;
 }
	
  p.business-text01 {
    font-size: 170%;
    text-align: center;
    margin-bottom: 20px;

  }


  p.business-text02 {
/*    line-height: 190%;*/
    padding: 0 0px;
	  	text-align: center;
	      width: 100%;
/*	  font-weight: 100;*/
  }



  .button {
    margin-bottom: 0px;
  }

  .tm21-contents {
    width: auto;
    padding: 10px 0px;
	    background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  background-size: 60px;
  background-attachment: fixed;
	  
  }

  .tm21-contents ul {
    justify-content: space-between;
  }

  .tm21-contents ul li {
	  text-align: center;
	  margin: 0px auto 20px auto;
    width: 100%;
  }


  /* 下層
================================================== */

  #breadCrumb p {
    font-size: 80%;
  }


  /* 制作実績 */



  /*　ページング　*/

  .pagination {
    font-size: 70%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 17px;
  }


  span.page.current {
    margin: 7px;
    padding: 2px 2px 2px 2px;
    background-color: #ccc;
    border-radius: 3px;
  }

  span.page {
    margin: 8px;
    padding: 0px;
    border-radius: 3px;
  }

  span.next {
    margin-right: 7px;
    padding: 2px 2px 2px 2px;
    background-color: #e7283c;
    border-radius: 3px;
    color: #fff;
  }

  span.next a {
    color: #fff;
  }

  span.prev {
    margin: 7px;
    padding: 2px 2px 2px 2px;
    background-color: #e7283c;
    border-radius: 3px;
    color: #fff;
  }

  span.prev a {
    color: #fff;
  }

  span.first {
    margin: 7px;
    padding: 2px 2px 2px 2px;
    background-color: #e7283c;
    border-radius: 3px;
    color: #fff;
  }

  span.first a {
    color: #fff;
  }

  span.last {
    margin: 7px;
    padding: 2px 2px 2px 2px;
    background-color: #e7283c;
    border-radius: 3px;
    color: #fff;
  }

  span.last a {
    color: #fff;
  }


  .page_item {
    font-size: 95%;
  }

  .works_content {
    width: auto;
  }

  .contentBody .works_item h2 {}

  .contentBody .works_item h2 span.title {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
  }



  /* スタッフ紹介 */

  .profile-left {
/*    float: left;*/
    width: 100%;
  }

  .member_profile_self_image img {
/*    width: 180px;*/
  }

  .member_profile_self_image {
    text-align: center;
    padding-bottom: 10px;
  }

  .profile-right {
/*    float: right;*/
    width: 100%;
  }

  .member_profile_desc_post {
    font-weight: bold;
    color: #e7283c;
    letter-spacing: 0.1em;
    font-size: 80%;
  }

  .member_profile_desc_name_wrp {
    padding: .5em .75em;
/*
    background-color: #f6f6f6;
    border-left: 6px solid #000;
*/
    margin-bottom: 10px;
  }

  .member_profile_desc_name {
    font-size: 115%;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .member_profile_desc_name_en {
    letter-spacing: 0.1em;
    padding-left: 5px;
    color: #666;
    font-size: 70%;
  }

  .member_profile_skill_block_head {
    background-color: #000;
    color: #fff;
    padding: 2px 2px 2px 3px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 10px;
    float: left;
    margin-top: 6px;
    font-size: 80%;
  }

  .member_profile_skill_list {
    font-size: 80%;
  }

  .member_profile_skill_block {
    padding-bottom: 7px;
    padding-left: 0px;
    border-bottom: 1px dotted #ccc;
  }

  .member_profile_body {
    font-size: 110%;
  }



  /* fb
================================================== */

  .fb {
    padding: 0;
  }


  /* 実績
================================================== */

  .business {
    margin-bottom: 20px;
    padding: 22px;
  }

  .works-title {
    margin-bottom: 2px;
  }

  .tm21-contents ul li span.thumb {}



  /* footer
================================================== */
	
	
.cnt-text {
    font-size: 120%;
}


  #footer {
    font-size: 100%;
	  background-color: #f3f3f3;
  }

  .f-logo img {
    padding-bottom: 20px;
  }


  .f-menu ul li:last-child {
    list-style: none;
    border: 0;
  }


  .f-b-menu ul li {
    padding: 8px 8px 8px 8px;
	      width: auto;
  }

  .f-logo-text {
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .add {
line-height: 80% 
	}
	  .add span {
display: block; 
	}

  .f-bottom {
    padding: 0 18px;
  }

  #page-top img {
    width: 40px;
  }


  #breadCrumb {
    padding: 20px 0;
    font-size: 70%;
    border-top: none;
  }

  .contentBody ul.gyoushu_list {
    display: block;
    list-style: none;
    margin-bottom: 10px;
  }

  ul.gyoushu_list li {
    width: 33.2% !important;
  }




}



/* Header
================================================== */

/* focus時のみ表示する */
.skip {
  background-color: #666;
}

.skip a {
  display: block;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.skip a:focus {
  position: static;
  height: auto;
}


/* BreadCrumb
================================================== */

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Sitemap
================================================== */

/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list {
  border-left: 1px dotted #444;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item {}

.sitemap-list-item-span a {
  text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list {
  list-style-type: disc;
}

ul.sitemap-list.sm-depth2-list {
  list-style-type: circle;
}

ul.sitemap-list.sm-depth3-list {
  list-style-type: square;
}

ul.sitemap-list.sm-depth4-list {
  list-style-type: circle;
}

.p-navi{
	display: flex;
	justify-content: space-between;
	flex-wrap:nowrap;
	margin:30px auto 50px auto;
	padding:0px;
	margin:0px;
	width:74%;
}

.p-navi li{
	width: 40%;
	padding: 30px;
	border:solid 5px #E7283C;
	text-align: center;
	display: block;
	font-size: 140%;
	  border-radius: 20px;
	    background-color: #fff0f0;
}

.p-navi li a{
    display: block;
    margin-top: 20px;
    text-decoration: none;
    line-height: 120%;
}

.far ,.fas{
	display:block;
	font-size:400%;
	color: #777;
}



@media screen and (max-width: 1080px) {

#content {
    padding: 0 30px;
}
	
}

@media screen and (max-width: 979px) {
	
	.p-navi{
			width:95%;
	}
	.p-navi li{
	padding: 30px 20px 30px 20px;
		width: 42%;
}
}


@media screen and (max-width: 1010px) {
	
.logo img {
    height: 40px;
	}
	
.h-right img {
    height: 60px;;
	}
	
	
.h_nav_wrp ul {
    font-size: 75%;
}
	
#breadCrumb {
    border-top: none;
    padding: 20px 30px;
    font-size: 80%;
}
	
.print_wrp {
	display: none;
}
	
.contentHeader p.date {
    font-size: 80%;
    color: #d82538;
}
	
.cnt {
    text-align: center;
    font-size: 85%;
    line-height: 200%;
    padding: 30px 30px 40px 30px;
}
	
	
}



@media screen and (max-width: 768px) {
.logo img {
    width: 68%;
    height: auto;
}
	
p.business-text01 {
    font-size: 180%;
	        line-height: 135%;
}
	
	
}


@media screen and (max-width: 650px) {
	
	.p-navi{
	display: block;
	justify-content: space-between;
	flex-wrap:nowrap;
	margin:0px auto 30px auto;
			width:100%;
}

.p-navi li{
	width: 100%;
	padding: 20px 0px 20px 0px;
	border:solid 5px #E7283C;
	text-align: center;
	display: block;
	font-size: 120%;
	margin-bottom:20px;
}

.p-navi li a{
	
}
}

.tbl-works{
}
	.tbl-works td img{
border:1px solid #aaa;
		
}

@media screen and (max-width: 650px) {
	.tbl-works td{
	display: block;
	
}
	
}

@media screen and (max-width: 480px) {

.logo img {
    width: 40%;
}
	
.info-list {
    font-size: 90%;
}
	
#breadCrumb {
    padding: 20px 20px;
}
	
#content {
    padding: 0 20px;
}
	
	
}

.wrap-tel{
	
	
}

.wrap-tel span{
	margin-right: 20px;
	
}
.wrap-link{
	
	
}
.wrap-link a{
	color: #fff;
	display: inline-block;
	margin: 30px auto 10px auto;
	
}

@media screen and (max-width: 480px) {
	.wrap-tel span{
	margin-right: 0px;
		display: block;
	font-size: 150%;
	
}
		.wrap-tel span a{
color: #fff;	
}
	
}