@charset "UTF-8";
/* CSS Document */

/*------------------------------------------
Setting-Common-Base
-------------------------------------------*/

body {
	font-family: Helvetica, Arial, "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-family: "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	color: #555;
	/*font-size: 14px;*/
	line-height: 2;
}
img {
	display: block;
	vertical-align: bottom;
}
a {
	color: #555;
}
.bold {
	font-weight: bold;
}
dl {
	width: 100%;
	margin: 60px 0;
	margin: 30px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
	margin-bottom: 2em;
}
/*------------------------------------------
Setting-TOP
-------------------------------------------*/

/* スライダー */
.slider .slick-prev {
	left: 1px;
	z-index: 99;
}
.slider .slick-next {
	right: 1px;
}
.slick-prev:before, .slick-next:before {
	color: #f00 !important;
}
.slide-item {
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	background-color: #f7f7f7;
	box-shadow: 2.351px 3.236px 6px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	margin: .4rem 1rem;
	overflow: hidden;
}
.slide-item .icon-new {
	position: absolute;
	top: -.4rem;
	left: -1rem;
}
.slide-item .icon-new img {
	display: none;
	visibility: hidden;
}
.slide-item a {
	text-decoration: none;
	color: #555;
}
.slide-item .label {
	color: #fff;
	background-color: #f5958f;
	display: inline-block;
	padding: 2px 10px;
	margin: 5px 0 10px;
	font-size: 0.8em;
}
.slide-item h2 {
	color: #218fbc;
	color: #C80A0D;
	font-weight: bold;
	margin: 10px 0;
	font-size: 1.125rem;
	line-height: 1.6;
}
.slide-item .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slide-item .flex figure {
	width: 60%;
	margin-right: .625rem;
}
.slide-item .flex img {
	width: 100%;
	height: auto;
	border-radius: 6px 0 0 6px;
}
.slide-item .flex .textarea {
	width: 40%;
	padding: 60px 10px 0px;
	box-sizing: border-box;
}
.slide-item a::before, .slide-item a::before {
	content: "詳しくはこちら";
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: #fff;
	border: 1px solid #ddd;
	width: auto;
	line-height: 2em;
	text-align: center;
	z-index: 100;
	font-size: 0.75em;
	padding: 3px 10px;
}
.slide-item a:hover::before, .slide-item a:hover::before {
	background: #d9000d;
	color: #fff;
	z-index: 100;
}
.textarea .link {
	text-align: right;
	font-size: 0.75em;
	margin-top: 10px;
}
.textarea .link span {
	border: 1px solid #ddd;
	padding: 5px 10px;
	background: #fff;
}
.textarea .link span:hover {
	background: #CE0003;
	color: #fff;
}
/*top-what's new*/
#new-area .column {
	margin: 30px;
}
.subText {
	margin: 20px auto !important;
	font-size: 0.8em;
	width: 200px;
	line-height: 1.6;
}
#rssList {
	width: 80%;
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: left;
	color: #666;
	margin: 10px auto;
}
#rssList .newTtl {
	color: #e51936;
	font-family: 'Roboto Condensed';
	font-size: 1.3em;
}
#rssList .post-date {
	margin-right: 10px;
}
#rssList .post-title {
	padding: 0 5px;
}
#rssList .post-title a {
	border: none;
}
#rssList .post-title:hover {
	border-bottom: 1px dotted #666;
}
#feed, #rssList p {
	margin: 0;
}
#feed li {
	font-size: 85%;
	line-height: 1.5;
	clear: left;
	margin: 0 0 20px;
	margin-right: 15px;
	background: url(../images/bg_bloglist.gif) left center no-repeat;
	padding-left: 15px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}
#feed li a:hover {
	text-decoration: underline;
}
.post {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.post.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
#concept-area .box3-2 {
	padding-top: 50px;
}
.container h2.topTtl {
	background: #000;
	font-size: 1.5em;
	color: #fff;
	margin: 0 0 5em 0;
	letter-spacing: 0.1em !important;
	font-weight: bold;
	font-family: 'Roboto Condensed';
	font-size: 1.3em;
	background: url(../images/bg_topttl.gif) center repeat;
	padding: 8px 20px;
}
.topTtl span {
	border-left: 3px solid #fff;
	padding: 3px 15px;
}
.featured-tab .tab-content h3 {
	color: #555;
}
.featured-tab .tab-content {
	font-size: 0.9em;
}
.featured-tab .tab-content p {
	margin: 0;
}
.featured-tab .tab-content dl {
	margin: 0;
}
.featured-tab .tab-content dt {
	background: #2b2b2b;
	color: #fff;
	float: left;
	text-align: center;
	width: 20%;
	border-radius: 20px;
	font-weight: normal;
	margin-right: 10px;
}
.featured-tab .tab-content dd {
	margin-bottom: 1em;
}
/* Contact Us
================================================== */

.contact-form-title {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: normal;
}
.contact-info-box {
	margin-top: 20px;
	float: left;
	width: 50%;
}
.contact-info-box i {
	float: left;
	font-size: 20px;
	color: #999;
}
.contact-info-box .contact-info-box-content {
	padding-left: 50px;
}
.contact-info-box .contact-info-box-content h4 {
	font-size: 16px;
	margin-top: 0;
	line-height: normal;
	font-weight: 700;
	color: #777;
}
.contact-info-box .contact-info-box-content p {
	margin-bottom: 0;
}
.contact-info-box i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	color: #9b9b9b;
	background: #2b2b2b;
	color: #fff;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	padding-left: 5px;
}
.contact-info-box-content p {
	line-height: 36px;
}
#serviceAll {
	width: 90%;
	margin: 0 auto;
}
#service-area .servicePick {
	width: 35%;
	float: left;
}
#service-area .servicePick p.pickText {
	margin: 20px 20px 0!important;
	font-size: 0.9em;
}
#service-area .servicePick p.right {
	font-size: 0.9em;
	text-align: right;
	margin: 0 20px 10px !important;
}
#service-area .serviceCategory {
	width: 65%;
	float: left;
}
#service-area ul {
	padding: 0;
}
#service-area ul li {
	width: 50%;
	float: left;
	margin-bottom: 1.75em;
}
.list {
	float: left;
	width: 96%;
	overflow: auto;
	background: #f8f5ee;
	border-radius: 8px;
	height: 260px;
	height: auto;
	line-height: 1.6;
	position: relative;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	margin: 0 2%;
}
.list a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: auto;
	border: 2px solid #f5f5f5;
}
.list a:hover {
	background: #535353;
	color: #fff;
	border: 3px solid #d9000d;
	background: #d9000d;
}
.list a::before,
.list2 a::before {
	content: "→";
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	color: #d9000d;
	border: 2px solid #d9000d;
	border-radius: 4px;
	width: 28px;
	line-height: 24px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 100;
	font-weight: bold;
}
.list a:hover::before,
.list2 a:hover::before {
	background: #d9000d;
	color: #fff;
	width: 34px;
	line-height: 30px;
	z-index: 100;
}
.list .img {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 6px;
}
.list p.ttl {
	position: absolute;
	/*bottom: 15px;*/
	top: 135px;
	top: 80%;
	left: 0;
	padding-left: 10px;
	z-index: 101;
	color: #d9000d;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}
.servicePick .list p.ttl {
	top: 120px;
	top: 37%;
}
/*.servicePick .list a:hover p.ttl {
	top: 36%;
}*/

/*about-area*/
.featured-tab .tab-content {
	border-top: 0;
	padding: 0px 10px;
	overflow: hidden;
}
.featured-tab .nav.nav-tabs {
	margin-bottom: 20px;
}
.featured-tab .nav-tabs>li>a {
	/*font-size: 14px;
   font-weight: 700;*/
	background: none;
	border-radius: 0;
	padding: 8px 20px;
	color: #555;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	letter-spacing: 0.2em;
}
.featured-tab .nav-tabs>li.active>a {
	color: #fff;
	background: #f62044;
	position: relative;
}
.featured-tab .nav-tabs>li.active>a:after {
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -20px;
	left: 50%;
	border-width: 10px;
	border-style: solid;
	border-color: #f62044 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.featured-tab .lead {
	font-size: 18px;
	line-height: 28px;
	color: #303030;
	font-weight: 400;
}
.featured-tab .tab-pane img.pull-left {
	margin: 0 20px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
	margin: 0 0 0 20px;
}
.featured-tab .tab-icon i {
	font-size: 230px;
}
.featured-tab {
	position: relative;
	width: 90%;
	margin: 0 auto 40px;
}
.sub {
	position: absolute;
	top: 15px;
	right: 4px;
	color: #aaa;
}
/*------------------------------------------
Setting-Common-Page
-------------------------------------------*/
.container img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#pageImg {
	width: 1240px;
	width: 100%;
	margin: -45px auto 0px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#pageImg img {
	width: 100%;
	height: auto;
}
#pageImg div {
	display: block;
	height: 40px;
	background: #e2153c;
	position: relative;
}
#pageImg div h1 {
	text-align: right;
	color: #fff;
	font-size: 1.1em;
	line-height: 40px;
	letter-spacing: 0.2em;
	display: block;
	font-family: 'Roboto Condensed';
	font-size: 1.15em;
	font-weight: normal;
}
.container p {
	margin: 0 2em 1.5em;
}
.container h2 {
	font-size: 1.5em;
	color: #DA0003;
	margin: 0 0 1.5em 0.5em;
	border-left: 3px solid #DA0003;
	padding-left: 20px;
	letter-spacing: 0.4em;
	font-weight: bold;
}
.container h3 {
	font-size: 1.25em;
	color: #DA0003;
	margin: 2em 0;
	font-weight: bold;
}
.container h4 {
	font-size: 1.2em;
	color: #DA0003;
	margin: 0 0 1em;
	font-weight: bold;
}
/*------------------------------------------
Setting-About.html
-------------------------------------------*/

#about dl {
	margin: 0 auto;
	width: 90%;
}
#about dl dt {
	display: inline-block;
	float: left;
	clear: both;
	font-weight: normal;
	margin: 0;
	width: 140px;
}
#about dl dd {
	float: left;
	margin-left: 10px;
}

/*------------------------------------------
Setting-Service.html
-------------------------------------------*/

.detail {
	clear: both;
	margin: 20px;
}
.imageServ {
	border-radius: 10px;
	border: 1px solid #ddd;
	width: 60% !important;
	height: auto;
}
.recBox {
	padding: 2em 4em;
	margin: 3em 0 6em;
	background: #F7F7F7;
	background: rgba(255,254,232,1.00);
	border-top: solid 5px #DA0003;
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
}
.container .recBox .box3-2 {
	padding: 2em 0 0 2em;
}
.container .recBox .box3-1 img {
	width: 90%;
	height: auto;
	margin: 10px auto;
	max-width: 400px;
}
.container img.pdf {
	width: auto;
	height: auto;
	max-width: 220px;
	display: inline-block;
	margin-left: 20px;
	margin: 20px;
}
#serviceTab {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 5px solid #d8ceb0;
	box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.2);
}
#serviceTab li {
	margin: 0;
	padding: 0;
	float: left;
	width: 23%;
	margin: 0 1%;
}
#serviceTab li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
}
#serviceTab li a:link, #serviceTab li a:visited {
	background: #f2eee4;
	margin-top: 10px;
	padding: 10px 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#serviceTab li a:hover, #serviceTab li a:active, #serviceTab li a.active {
	margin-top: 0;
	padding: 15px 0;
	background: #f62044;
	color: #fff;
}

#serviceOut {
	border-top: 1px solid #ddd;
}
.serviceBox:before, .serviceBox:after {
	display: table;
	content: " "
}
.serviceBox:after {
	clear: both
}
.serviceBox {
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
}
.serviceBox p {
    margin: 0 2em 1.5em 1em;
}
.serviceBox ul{
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1.5em;
}
/*------------------------------------------
Setting-Concept.html
-------------------------------------------*/


.box3-1 {
	width: 33%;
	float: left;
}
img.concept {
	max-width: 190px;
	height: auto;
	margin-bottom: 3em;
}
.box3-2 {
	width: 66%;
	float: left;
}
.sign {
	text-align: right;
}
.profile {
	border-top: 1px dotted #999;
	padding-top: 60px;
	margin-top: 60px;
}
.catalog {
	float: right;
	width: 260px;
}
.catalog img {
	width: 100%;
	height: auto;
}
.flRight {
	float: right;
}
.flRight img {
	width: 90% !important;
	max-width: 330px;
	display: block;
	margin: 0 auto;
}
