@charset "UTF-8";
/*
Theme Name: inoco_pc
Description: This is Inoue Construction site original theme.
Author: apr design
*/
body {
  font-family: "游ゴシック",YuGothic,"ヒラギノゴシック Pro W3","Hiragino Gothic Pro","HGゴシックE","MS Pゴシック","MS ゴシック",sans-serif;
  color: #010101;
}

p {
  margin-bottom: 0;
                line-height: 2;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover > img {
  opacity: 0.8;
}

img {
  display: block;
}

i.fa {
  display: inline;
}

.container {
   width: 92%;
  margin: 0 auto;
}
/*  header*/
header {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
  background: #fff;
  display: flex;
	position:fixed;
	width:100%;
	z-index:9900;
	box-shadow: 0px 2px 2px 1px grey;
}

header .logo {
  width: 325px;
  height: 114px;
  position: relative;
}
header .logo img {
  margin: 10px 0 0 10px;
}
header h1 {
  position: fixed;
/*   right: 0; */
  top: 12px;
  font-size: 26px;
  font-family: "游明朝",YuMincho;
  text-align: center;
	white-space: nowrap;
	margin-left: 120px;
	margin-right: auto;
  /*font-weight: bold;*/
}
header h1 span {
  font-family: Yu Gothic UI, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
/* header navi */
header .navi {
  padding: 10px 0 0;
  margin-left: auto;
}
header .navi .sns {
  float: right;
  display: flex;
  padding: 5px 0 0;
}
header .navi .sns img {
  padding: 0 5px;
}
header .navi p.tel {
  font-size: 30px;
  float: right;
  padding: 5px 50px 5px 38px;
  color: #434343;
  display: inline-block;
  background: url(img/icon_tel.png) no-repeat;
  line-height: 1;
  font-family: "游ゴシック",YuGothic;
}
header .navi ul {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

header .navi ul li.btn_line {
  width: 110px;
  margin: 0 4px 0;
  text-align: center;
  font-size: 14px;
}

header .navi ul li.btn_line a {
  display: block;
  padding: 5px 0;
  /*border-radius: 4px;*/
}

/*  TOP VIEW*/
.top_view {
	height: 1000px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
/* 	padding-top:120px; */
}

.top_view .bx-wrapper {
  border: none !important;
}
.top_view .top_slider {
  height: 100%;
}
.top_view .slide_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top_view .arrow_nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 200;
  height: 67px;
  width: 43px;
}
.top_view .slider-prev {
  background: url(img/slide-arrow-left.png) no-repeat;
  left: 0;
}
.top_view .slider-prev .bx-prev {
  opacity: 0;
  display: block;
  height: 100%;
}
.top_view .slider-next {
  background: url(img/slide-arrow-right.png) no-repeat;
  right: 0;
}
.top_view .slider-next .bx-next {
  opacity: 0;
  display: block;
  height: 100%;
}
.top_view img.logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.news {
/*   position: absolute; */
/*   bottom: -10px; */
  right: 0;
  left: 0;
  margin: auto;
  width: 960px;
  display: flex;
  background: #fff;
}
.news h2 {
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
.news h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-right: 1px solid #010101;
  height: 20px;
}
.news p.ttl {
  font-size: 15px;
  margin: 20px auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.news p.ttl span {
  color: #FF1919;
  font-size: 12px;
  padding: 0 20px;
}
.news p.ttl a {
  color: #010101;
  transition: all 0.2s;
}
.news p.ttl a:hover {
  color: #F2082F;
}
.news p.more a {
  display: block;
  color: #fff;
  background: #010101;
  padding: 28px 24px;
  transition: all 0.2s;
}
.news p.more a .fa {
  margin-left: 5px;
}
.news p.more a:hover {
  background: #F2082F;
}

.top_event {
  background: #F5F5F5 url(img/bg_event.png) no-repeat center -280px;
  padding: 24px 0 24px;
}
.top_event .ttl_area {
  position: relative;
}
.top_event h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 20px;
}
.top_event h2 span {
  font-size: 36px;
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  letter-spacing: 0.1em;
}
.top_event h2:before, .top_event h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
}
.top_event h2:before {
  left: 50%;
  margin-left: -30px;
  background: #303030;
}
.top_event h2:after {
  right: 50%;
  margin-right: -30px;
  background: #F2082F;
}
.top_event p.btn_line {
  position: absolute;
  right: 0;
  top: 0;
}
/* TOPイノコレター */
.top_inocoletter {
  background: #F5F5F5 url(img/bg_event.png) no-repeat center -280px;
  padding: 24px 0 24px;
}
.top_inocoletter .ttl_area {
  position: relative;
}
.top_inocoletter h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 20px;
}
.top_inocoletter h2 span {
  font-size: 36px;
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  letter-spacing: 0.1em;
}
.top_inocoletter h2:before, .top_inocoletter h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
}
.top_inocoletter h2:before {
  left: 50%;
  margin-left: -30px;
  background: #303030;
}
.top_inocoletter h2:after {
  right: 50%;
  margin-right: -30px;
  background: #F2082F;
}
.top_inocoletter p.btn_line {
  position: absolute;
  right: 0;
  top: 0;
}
/*  */
.btn_line {
  position: relative;
  display: inline-block;
  font-size: 14px;
  transition: all .35s ease-in-out .35s;
  overflow: hidden;
}
.btn_line a {
  display: block;
  padding: 10px 22px;
  border-bottom: 1px solid #010101;
  transition: all .35s ease-in-out .35s;
}
.btn_line a span {
  display: block;
  transition: all .35s ease-in-out .35s;
  z-index: 10;
  position: relative;
}
.btn_line a:after, .btn_line a:efore, .btn_line a:hover span {
  background: #fff;
  color: #010101;
}
.btn_line a:hover span {
  background: #fff;
  color: #010101;
  transition: all .35s ease-in-out .35s;
}
.btn_line a:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all .35s ease-in-out .5s;
}
.btn_line a:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .35s;
}
/*.btn_line a:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all .35s ease-in-out .5s;
}*/
.btn_line a:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s;
}

/*.btn_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 30%;
  height: 1px;
  background: #010101;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  transition-delay: 0.3s;
  z-index: 200;
}*/

.btn_line:hover:after {
  transform: scale(1, 1);
}

.project {
  position: relative;
  height: 696px;
  padding: 80px 0;
}
.project .ttl_area {
  position: absolute;
  top: 120px;
  right: 50px;
  z-index: 20;
}
.project .slides {
  position: relative;
}
.project .slides .box {
  height: 696px;
  width: 100%;
  opacity: 0;
  transition: all 1s;
  position: absolute;
  top: 0;
}
.project .slides .box h3 {
  margin: 108px 0 20px 96px;
  font-size: 18px;
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  font-weight: bold;
  position: relative;
  padding: 0 0 30px;
	filter: drop-shadow(3px 1px 3px #fff);
}
.project .slides .box h3 .project_name {
  font-size: 14px;
}
.project .slides .box h3 .num {
  font-size: 28px;
  padding: 0 35px;
}
.project .slides .box h3 small {
  font-size: 14px;
  padding-right: 5px;
}
.project .slides .box h3 :after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
}
.project .slides .box p {
  font-size: 36px;
  font-family: "游明朝",YuMincho;
  padding: 0;
  margin: 0 0 0 96px;
/*   line-height: 2.0; */
	filter: drop-shadow(3px 1px 1px #fff);
}
.project .slides .box p span {
   padding: 10px;
    position: relative;
	color:#222;
	    font-size: 36px;
}
.project .slides .box .bg_photo {
  width: 86%;
  height: 100%;
  position: absolute;
  left: 0;
}
.project .slides .box .bg_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project .slides .box-active {
  z-index: 10;
  opacity: 1;
}
.project .slide_nav {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 662px;
  background: #fff;
  z-index: 20;
}
.project .slide_nav li {
  display: block;
  font-size: 22px;
  font-family: "游明朝",YuMincho;
  position: relative;
}
.project .slide_nav li a {
  display: block;
  transition: all 0.3s;
  padding: 24px 40px;
}
.project .slide_nav li a:hover {
  color: #fff;
  background: #e6a145;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #e6a145 1%, #f2082f 76%);
  background: -o-linear-gradient(left, #e6a145 1%, #f2082f 76%);
  background: linear-gradient(to right, #e6a145 1%, #f2082f 76%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a145', endColorstr='#f2082f',GradientType=1 );
  /* IE6-9 */
}
.project .slide_nav li a:after {
  content: url(img/icon_right.png);
  display: block;
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 20px;
  margin: auto;
  color: #707070;
}
.project .slide_nav li a:hover:after {
  content: url(img/icon_right_hover.png);
}
.project .slide_nav li span {
  padding-right: 15px;
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  font-size: 28px;
}
.project .slide_nav li small {
  font-size: 14px;
}
.project .slide_nav li:nth-child(even) {
  background: #f2f2f2;
}

.inquiry {
  background: url(img/bg_inquiry.png) no-repeat;
  background-size: cover;
  padding: 53px 113px;
  color: #fff;
}
.inquiry .line {
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
}
.inquiry h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
.inquiry .left {
  padding: 56px 60px;
  width: 45%;
  box-sizing: border-box;
}
.inquiry .left p {
  line-height: 1.5;
}
.inquiry .right {
  width: 55%;
  padding: 66px 0;
  box-sizing: border-box;
}
.inquiry .right h3 {
  font-size: 14px;
  text-align: center;
}
.inquiry .right p.tel {
  font-size: 42px;
  margin: 25px 0;
  text-align: center;
}
.inquiry .right p.btn {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.inquiry .right p.btn a {
  display: block;
  background: #E6A145;
  color: #fff;
  padding: 20px 20px;
  transition: all 0.3s;
}
.inquiry .right p.btn a:hover {
  background: #fff;
  color: #E6A145;
}

.top_staff ul {
  display: flex;
  flex-wrap: wrap;
	padding-top: 80px;
}
.top_staff ul li img {
  width: 100%;
  object-fit: cover;
}
.top_staff ul li:first-child {
  background: #F2082F;
  color: #fff;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_staff ul li:first-child h2 {
  text-align: center;
}
.top_staff ul li:first-child p {
  font-family: 'Century Gothic';
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
.top_staff ul li:first-child img {
  margin: 10px auto 14px;
  width: auto;
}
.top_staff ul li:nth-child(2) {
  width: 25%;
}
.top_staff ul li:nth-child(3) {
  width: 50%;
}
.top_staff ul li:nth-child(4) {
  width: 50%;
}
.top_staff ul li:nth-child(5) {
  width: 25%;
}
.top_staff ul li:last-child {
  width: 25%;
}
.top_staff p.btn_line {
  width: 316px;
  margin: 60px auto;
  text-align: center;
  display: block;
}
.top_staff p.btn_line a {
  display: block;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 18px 0;
}
.top_staff p.btn_line i.fa {
  margin-left: 8px;
}

.sns_area {
  margin-bottom: 80px;
}
.sns_area .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sns_area .ttl_sns {
  position: relative;
  margin-top: 12px;

}
.sns_area .ttl_sns img {
  position: absolute;
  right: 0;
  top: 10px;
}
.sns_area h2 {
  position: relative;
  font-size: 12px;
  margin-bottom: 20px;
}
.sns_area h2 span {
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  font-size: 30px;
  padding: 0 45px 0 35px;
  font-weight: bold;
}
.sns_area h2 :before {
  background: #cd4a38;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 3px;
  margin-top: -5px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.blog_box {
  width: 47%;
	border: solid 2px;
    border-color: #F2082F;
}
.blog_box ul {
  list-style: none;
    margin-left: 8px;
    margin-right: 8px;
}
.blog_box li {
  display: flex;
  margin-bottom: 17px;
}
.blog_box li .thumb {
  width: 32%;
}
.blog_box li .thumb img {
  width: 100%;
  height: auto;
}
.blog_box li .text {
  width: 68%;
  padding: 10px 14px 8px;
  box-sizing: border-box;
}
.blog_box li .text p.ttl {
  margin-bottom: 12px;
  line-height: 1.4;
}
.blog_box li .text .author {
  display: flex;
  align-items: center;
	margin-top: 40px;
}
.blog_box li .text .author .photo {
  width: 40px;
  height: 40px;
}
.blog_box li .text .author .photo img {
  width: 40px;
  /*clip-path: circle(20px at center);
  -webkit-clip-path: circle(20px at center);*/
}
.blog_box li .text .author p {
  font-size: 14px;
}
.blog_box li .text .author p.name {
  position: relative;
  padding: 0 5px 0 15px;
}
.blog_box li .text .author p.name:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -5px;
}
.blog_box li .text .author p.date {
  padding: 0 0 0 10px;
}

.fb_box {
  width: 47%;
	border: solid 2px;
	border-color: #3B5998;
}

footer {
  background: #F2F2F2;
  padding: 10px 0 0;
}
footer .name_area {
  position: relative;
  background: #fff;
  margin: 40px 0 40px;
	    padding: 31px 0;
}
footer .name_area img {
      position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    background: #fff;
    padding: 31px;
}
footer .name_area h2 {
  float: left;
  font-size: 26px;
  display: inline-block;
  text-align: center;
  padding: 34px 0;
  font-family: "游明朝",YuMincho;
}
footer .name_area h2 span {
  color: #F10C32;
  font-size: 14px;
  font-family: "游ゴシック",YuGothic;
}
footer .name_area .tel {
  float: right;
  text-align: right;
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.3;
}
footer .name_area .tel .num {
  font-size: 34px;
}
footer .name_area .tel .time {
  font-size: 12px;
}
footer .group {
  margin-bottom: 38px;
}
footer .group ul {
  display: flex;
  justify-content: space-between;
}
footer .group ul li {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .group ul li a {
  display: block;
}
footer .group ul li img {
  margin: 0 auto;
}
footer .footer_nav {
  font-size: 14px;
}
footer .footer_nav .container {
  display: flex;
  justify-content: space-between;
}
footer .footer_nav .address {
  width: 40%;
}
footer .footer_nav .address p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .footer_nav ul {
  width: 50%;
}
footer .footer_nav ul li {
  float: left;
  width: 32%;
  margin: 0 0 8px 0;
  font-size: 14px;
  padding: 0;
  line-height: 1;
}
footer .footer_nav ul li a {
  position: relative;
}
footer .footer_nav ul li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
footer .footer_nav ul li a:hover:after {
  transform: scale(1, 1);
}
footer img.dots {
  margin: 20px auto 20px;
}
footer p.msg {
  text-align: center;
  margin: 50px 0 60px;
  font-size: 18px;
}
footer .copy {
  background: #F2082F;
  padding: 20px 0;
  color: #fff;
}
footer .copy p {
  text-align: center;
  font-size: 14px;
}

.page_top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 250;
  cursor: pointer;
}

.pankuzu {
  padding: 15px 0;
  font-size: 12px;
}

/* 下層ページタイトル部分 */
.page_header {
  position: relative;
  /*height: 384px;*/
	height:auto;
	padding-top:120px;
}
.page_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_header .ttl_box {
  width: 645px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px 0 20px;
  box-sizing: border-box;
  background: #fff;
	box-shadow: 1px 1px 1px 1px grey;
}
.page_header .ttl_box h2 {
  color: #010101;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  padding-bottom: 10px;
}
.page_header .ttl_box h2 span {
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
}
.page_header .ttl_box h2:before, .page_header .ttl_box h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
}
.page_header .ttl_box h2:before {
  left: 50%;
  margin-left: -30px;
  background: #303030;
}
.page_header .ttl_box h2:after {
  right: 50%;
  margin-right: -30px;
  background: #F2082F;
}

/* 新着情報 */
.row {
  background: #F5F5F5 url(img/bg_event.png) no-repeat center -280px;
  padding: 150px 0 0;
}
.row .container {
  display: flex;
  justify-content: space-between;
}

.row.clm_01 {
  background: #fff url(img/bg_event.png) no-repeat center -280px;
}
.row.clm_01 .container {
  display: block;
}

.clm_main {
  width: 712px;
  margin-right: 20px;
  margin-left: auto;
  margin-bottom: 80px;
}
.clm_main h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.clm_main h2.red {
  color: #F2082F;
  margin-bottom: 20px;
}
.clm_main p.date {
  color: #FF1919;
  font-size: 18px;
  margin-bottom: 20px;
}
.clm_main .main_content_wrapper {
  background: #fff;
  min-height: 630px;
  position: relative;
  margin-bottom: 30px;
}
.clm_main .main_content_wrapper .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 22px;
  box-sizing: border-box;
}
.clm_main .main_content_wrapper .pager a:hover {
  color: #F2082F;
}
.clm_main .main_content_wrapper .pager i.fa {
  margin: 0 5px;
}
.clm_main .main_content {
  padding: 40px 120px 20px 20px;
}
.clm_main .main_content p {
  margin-bottom: 40px;
}
.clm_main p.btn_line {
  width: 316px;
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.clm_main p.btn_line a {
  display: block;
  padding: 15px;
  border: 1px solid #010101;
  border-radius: 3px;
}

dl.news_list {
  font-size: 18px;
  width: 100%;
}
dl.news_list dt {
  color: #FF1919;
  position: relative;
}
dl.news_list dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 85%;
  border-top: solid 1px #ccc;
}
dl.news_list dd {
  padding: 30px 0 45px;
}
dl.news_list dd a:hover {
  color: #F2082F;
}

/* イベント情報 */
.clm_main.wide {
  width: 803px;
}

ul.event_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.event_list li {
  width: 257px;
  padding: 0 5px 15px 5px;
  margin-bottom: 60px;
  position: relative;
  box-sizing: border-box;
}
ul.event_list li img.icon_new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
ul.event_list li .photo {
  width: 240px;
  height: 185px;
  margin: 20px auto 10px;
}
ul.event_list li .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
ul.event_list li p.cate {
  font-size: 12px;
  background: #010101;
  display: inline-block;
  padding: 3px 5px;
}
ul.event_list li p.cate a {
  color: #fff;
}
ul.event_list li .date {
  font-family: "游明朝",YuMincho;
  color: #DCB106;
  padding: 10px 0;
}
ul.event_list li .date p {
  text-align: center;
}
ul.event_list li .date span.week {
  padding: 0 5px;
  font-size: 12px;
  color: #010101;
  position: relative;
}
ul.event_list li .date span.week:before {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #303030;
}
ul.event_list li .date span.line {
  font-size: 12px;
  color: #010101;
}
ul.event_list li h3 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.event_list li h3 a:hover {
  color: #F2082F;
}
ul.event_list li p.area {
  font-size: 12px;
  color: #979797;
}
ul.event_list li:before, ul.event_list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 48%;
  height: 2px;
}
ul.event_list li:before {
  left: 50%;
  margin-left: -48%;
  background: #303030;
}
ul.event_list li:after {
  right: 50%;
  margin-right: -48%;
  background: #F2082F;
}

.event h2 {
  text-align: center;
  font-size: 26px;
}
.event .date {
  padding: 20px 0;
}
.event .date p {
  text-align: center;
  font-size: 26px;
  font-family: "游明朝",YuMincho;
  color: #DCB106;
  margin-bottom: 10px;
}
.event .date p span.day {
  padding-right: 6px;
}
.event .date p span.week {
  font-size: 20px;
  color: #010101;
  position: relative;
  padding: 0 5px;
}
.event .date p span.week:before {
  content: "";
  height: 95%;
  width: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #666;
}
.event .date p span.line {
  font-size: 20px;
  color: #010101;
}
.event .area {
  text-align: center;
  position: relative;
  padding: 0 0 14px 0;
}
.event .area:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #303030;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.event .photo {
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event .photo img {
  width: 480px;
	height: auto;
  object-fit: cover;
}
.event .detail {
  margin: 60px 0 40px;
}
.event .detail h3 {
  font-size: 22px;
  background: #F5F5F5;
  border-left: 5px solid #F2082F;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.event .detail table {
  width: 100%;
}
.event .detail th {
  padding: 18px;
  border-bottom: 1px solid #D2D2D2;
  font-weight: bold;
  text-align: left;
}
.event .detail td {
  padding: 18px;
  border-bottom: 1px solid #D2D2D2;
}

/* スタッフ紹介 */
ul.staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
}
ul.staff_list li {
  width: 30%;
  margin-bottom: 65px;
  margin-right: 30px;
}
ul.staff_list li .photo {
  margin: 0 auto 15px;
}
ul.staff_list li .photo a {
  border-radius: 50%;
  width: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
}
ul.staff_list li .photo a .catch {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  clip-path: circle(50% at center);
  -webkit-clip-path: circle(50% at center);
}
ul.staff_list li .photo a .catch p {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
}
ul.staff_list li .photo a:hover .catch {
  -webkit-transform: scale(1);
  transform: scale(1);
}
ul.staff_list li .photo a:hover img {
  opacity: 1;
}
ul.staff_list li .photo img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.staff_list li p {
  text-align: center;
  margin-bottom: 6px;
}
ul.staff_list li h3 {
  text-align: center;
  font-size: 20px;
}

.staff {
  padding-bottom: 100px;
}
.staff .profile_top {
  position: relative;
}
.staff .profile_top .photo {
  height: 520px;
}
.staff .profile_top .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff .profile_top .name_box {
  position: absolute;
  left: 0;
  bottom: -20px;
  background: #fff;
  width: 312px;
  border-bottom: 2px solid #F2082F;
  padding: 60px 14px 18px;
  box-sizing: border-box;
}
.staff .profile_top .name_box img {
  margin: 5px 0;
  margin-left: auto;
}
.staff .profile_top .name_box p {
  text-align: right;
}
.staff .profile_top .name_box p.name {
  font-size: 30px;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
}
.staff .txt_box {
  margin: 73px 0;
}
.staff .items ul {
  display: flex;
  flex-wrap: wrap;
}
.staff .items ul li {
  width: 50%;
  padding: 24px 20px;
  box-sizing: border-box;
  position: relative;
}
.staff .items ul li span.item-name {
  font-weight: bold;
}
.staff .items ul li span.item-content {
  position: absolute;
  left: 150px;
}
.staff .items ul li:nth-child(2), .staff .items ul li:nth-child(3), .staff .items ul li:nth-child(6), .staff .items ul li:nth-child(7) {
  background: #F2082F;
  color: #fff;
}

.staff_list_under {
  background: #F5F5F5;
  padding: 80px 0;
}
.staff_list_under h2 {
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.staff_list_under ul.staff_list li {
  width: 25%;
}
.staff_list_under ul.staff_list li .photo a {
  width: 200px;
  height: 200px;
}

/* 404 */
.clm_main .main_content_wrapper.page_404 {
  background: none;
}

.page_404 .main_content {
  padding: 0;
}
.page_404 h2 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.page_404 a:hover {
  color: #F2082F;
}

/* その他固定ページ */
.page .main_content h3 {
  color: #F2082F;
  margin-bottom: 20px;
}
.page .main_content p {
  font-size: 14px;
}

p.btn_orange {
  width: 222px;
  margin: 40px auto;
  text-align: center;
}
p.btn_orange a {
  display: block;
  color: #fff;
  padding: 15px 0;
  background: #E6A145;
  border-radius: 4px;
}
p.btn_orange a i.fa {
  margin-left: 5px;
}
p.btn_orange a:hover {
  background: #e29227;
}

.tel_inquery {
  border: 1px solid #707070;
  width: 530px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
.tel_inquery h3 {
  position: absolute;
  top: -18px;
  background: #fff;
  right: 0;
  left: 0;
  margin: auto;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  width: 35%;
  color: #010101 !important;
  font-weight: bold;
}
.tel_inquery p {
  font-size: 12px;
  margin: 0 !important;
  text-align: center;
}
.tel_inquery p span {
  font-size: 25px;
  padding: 0 14px;
  font-weight: 500;
}

/* ページネーション */
.wp-pagenavi a, .wp-pagenavi span {
  color: #666;
  background-color: #FFF;
  border: solid 1px #666;
  padding: 6px 10px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #F2082F;
  border-color: #F2082F;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #F2082F;
  border-color: #F2082F;
  font-weight: bold;
}

/* サイドバー */
.clm_side {
  width: 257px;
  color: #010101;
}
.clm_side .cate_box {
  padding: 20px 13px 50px;
  background: #fff;
  position: relative;
}
.clm_side .cate_box h3 {
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.clm_side .cate_box li {
  position: relative;
  font-size: 14px;
  padding: 10px 0 10px 25px;
}
.clm_side .cate_box li a:hover {
  color: #F2082F;
}
.clm_side .cate_box li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  border-top: solid 1px #010101;
}
.clm_side .cate_box:before, .clm_side .cate_box:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 3px;
}
.clm_side .cate_box:before {
  left: 50%;
  margin-left: -50%;
  background: #303030;
}
.clm_side .cate_box:after {
  right: 50%;
  margin-right: -50%;
  background: #F2082F;
}
.clm_side .fb_box_side iframe {
  width: 100%;
  max-width: 257px;
}
.clm_side .banner img {
  width: 100%;
}

.clm_side > div {
  margin-bottom: 30px;
}

/* 施工事例 */
.row.works {
  padding: 80px 0 100px;
}
.row.works .container {
  display: block;
  padding: 0 90px 100px;
  box-sizing: border-box;
}

.works .page_header {
  padding: 0;
  height: auto;
  margin-bottom: 30px;
}
.works .page_header .ttl_box {
  background: none;
  position: relative;
  top: 0;
  left: 0;
}
.works .single_ttl .photo img {
  width: 100%;
  height: auto;
}
.works .single_ttl .txt {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
}
.works .single_ttl .txt h2 {
  font-size: 22px;
}
.works .single_ttl .txt p.area {
  color: #5d5d5d;
  margin: 20px 0;
}
.works .single_ttl .txt .right p {
  width: 440px;
  line-height: 1.8;
}
.works .works_content .box {
  margin-bottom: 20px;
}
.works .works_content .box.type_02 {
  display: flex;
  justify-content: space-between;
}
.works .works_content .has_txt {
  position: relative;
}
.works .works_content .has_txt .txt {
        position: initial;
    top: 30px;
    left: 30px;
    padding: 35px 25px;
    background: #e6e6e6 url(img/bg_event.png) no-repeat center -260px;
}
.works .works_spec {
  margin: 80px 0 60px;
}
.works .works_spec h3 {
  font-size: 22px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.works .works_spec h3:after {
  content: "";
  display: block;
  border-top: 1px solid #F2082F;
  position: absolute;
  top: 50%;
  left: 70px;
  width: 65px;
}
.works .works_spec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works .works_spec li {
  display: inline-block;
  width: 440px;
  border-bottom: 1px solid #D2D2D2;
  padding: 18px 15px;
  box-sizing: border-box;
}
.works .works_spec li .name {
  float: left;
  width: 120px;
  font-weight: bold;
}
.works .works_spec li .item_txt {
  float: left;
  width: 290px;
}
.works .pager {
  display: flex;
}
.works .pager .to_old, .works .pager .to_next {
  width: 36%;
  height: 185px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.works .pager .to_old img, .works .pager .to_next img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all, 0.5s;
}
.works .pager .to_old a:hover img, .works .pager .to_next a:hover img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.works .pager .to_old p, .works .pager .to_next p {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  padding: 16px 40px;
  box-sizing: border-box;
  text-align: right;
}
.works .pager .to_old img {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.works .pager .to_old p {
  text-align: left;
}
.works .pager .to_old p:after {
  display: block;
  content: "";
  height: 20px;
  width: 11px;
  background: url(img/icon_left.png);
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.works .pager .to_next p:after {
  display: block;
  content: "";
  height: 20px;
  width: 11px;
  background: url(img/icon_right.png);
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.works .pager .to_list {
  margin: 0 1%;
  width: 25%;
  position: relative;
}
.works .pager .to_list a {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.works .pager .to_list a .inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-55%, -50%);
}
.works .pager .to_list a .inner img {
  margin: 0 auto 10px;
}
.works .pager .to_list a .inner p {
  text-align: center;
}
.works .pager .to_list a:hover {
  background: #F2F2F2;
}

.works_list {
  padding: 0 0 50px;
}
.works_list li {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  width: 100%;
}
.works_list li .txt {
  width: 45%;
  padding: 65px 35px 30px 10%;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 20;
}
.works_list li .txt img.icon_new {
  position: absolute;
  top: -35px;
  left: 20%;
}
.works_list li .txt h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}
.works_list li .txt p.area {
  font-size: 12px;
  color: #5d5d5d;
  margin-bottom: 15px;
}
.works_list li .txt .overview p {
  font-size: 14px;
}
.works_list li .txt p.more {
  font-family: 'Century Gothic','Avenir-Light', sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: right;
	    height: 24px;
}
.works_list li .txt p.more i.fa {
  margin-left: 10px;
}
.works_list li .txt p.more a{
	    color: #f2082f;
    font-size: 1.3rem;
}
.works_list li .txt p.more a:hover,.works_list li .txt p.more i.fa:hover {
  color: #F2082F;
	 font-weight: 600;
	font-size: 1.4rem;
}
.fa-angle-right:before {
    content: "\f105";
    font-weight: 600;

}
.works_list li .photo {
  width: 70%;
  height: 420px;
  margin-left: auto;
  z-index: 10;
}
.works_list li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_list li:nth-child(even) .txt {
  left: auto;
  right: 0;
  padding: 65px 10% 30px 35px;
}
.works_list li:nth-child(even) .txt img.icon_new {
  top: -35px;
  right: 20%;
  left: auto;
}
.works_list li:nth-child(even) .photo {
  margin-left: 0;
  margin-right: auto;
}

.clm_main.recruit {
  background: #fff;
}

.recruit .ttl {
  margin-bottom: 30px;
}
.recruit .ttl h2 {
  font-size: 26px;
  color: #F2082F;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.recruit .ttl p {
  text-align: center;
}
.recruit table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.recruit table th {
  background: #F2F2F2;
  font-weight: bold;
  padding: 25px 20px;
  width: 182px;
  box-sizing: border-box;
  vertical-align: middle;
}
.recruit table td {
  font-size: 14px;
  border: 1px solid #D8D8D8;
  padding: 20px;
  line-height: 1.6;
}
.recruit ul.recruit_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.recruit ul.recruit_item li {
  width: 44%;
  margin-bottom: 35px;
}
.recruit ul.recruit_item li a {
  color: #fff;
  background: #F2082F;
  padding: 20px 0;
  display: block;
  text-align: center;
  border-radius: 4px;
}
.recruit ul.recruit_item li a:hover {
  background: #d10729;
}
.recruit ul.recruit_item li i.fa {
  margin-left: 10px;
}

/* 問い合わせフォーム */
table.form {
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
}
table.form th {
  border-bottom: 1px solid #D2D2D2;
  font-weight: bold;
  width: 173px;
  padding: 25px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}
table.form th span {
  color: #fff;
  font-size: 10px;
  background: #F2082F;
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 5px;
}
table.form td {
  padding: 25px 10px;
  border-bottom: 1px solid #D2D2D2;
}

.wpcf7-form input {
  width: 95%;
  padding: 5px;
}

.wpcf7-form input.postal {
  width: 60px;
  margin: 0 5px;
}

.wpcf7-form input.tel {
  width: 75px;
  margin: 0 5px;
}

.wpcf7-radio .wpcf7-list-item {
  margin-bottom: 10px;
  display: block;
}
.wpcf7-radio .wpcf7-list-item input {
  width: auto;
}

.wpcf7-submit {
  background: #E6A145;
  color: #fff;
  font-size: 22px;
  width: 390px !important;
  padding: 18px 0 !important;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: "游ゴシック",YuGothic,"ヒラギノゴシック Pro W3","Hiragino Gothic Pro","HGゴシックE","MS Pゴシック","MS ゴシック",sans-serif;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #e29227;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.form p.attention {
  color: #F2082F;
  font-weight: bold;
  margin-bottom: 20px;
}

h2.form_ttl {
  font-size: 26px;
  border-bottom: 2px solid #F2082F;
  padding: 10px;
}
/*----------------会社概要------------------------*/
.container-area {
    width: 1076px;
    margin: 0 auto;
}
.col-head-type1 {
    border-collapse: collapse;
    width: 76%;
    margin: 0 auto;
}
 
.col-head-type1 th,
.col-head-type1 td {
      border-bottom: 2px solid #d0d0d0;
    padding: 20px 20px;
    line-height: 1.5;
}
 
.col-head-type1 th {
  text-align: left;
  width: 120px;
}

#company{
	padding-bottom:2%;
}
#company .fl-left{
	float: left;
}
#company .w-40{
	width:44%;
}
#company .w-60{
	width:56%;
}
#company .sec01 .fl-left h3 {
	    font-size: 2rem;
    font-weight: 500;
    font-family: serif;
    line-height: 1.4;
    border-bottom: 3px solid #f2082f;
    width: 70%;
    margin-bottom: 4%;
}
#company .sec01 .fl-left .comment{
	width: 90%;
}
#company .sec01 .fl-left .text-right{
	    text-align: right;
    margin-top: 3%;
    font-size: 1.2rem;
    font-family: serif;
    font-weight: 600;
    width: 90%;
}
#company .sec02{
	clear:both;
}
#company .w-80{
	    width: 80%;
	    margin: -2.5% auto 2%;
}
#company .w-80.wh{
	          background-color: #fff;
    padding-top: 7%;
    z-index: 1;
    position: relative;
    padding-bottom: 2%;
}
#company .red-ttl{
	       width: 35%;
    background-color: #f2082f;
    text-align: center;
    padding: 1% 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 6% auto 0;
    z-index: 3;
    position: relative;
}
#company .sec02 iframe{
    border: 0;
    width: 90%;
    margin: 10% 5%;
}
#company .enkaku{
	margin-bottom:5%;
}
#company .enkaku td,#company .enkaku th{
    border-bottom: none;
}
#company .enkaku th{
	    border-right: 2px solid #f2082f;
    color: #f2082f;
    font-weight: 600;
}
.shikaku{
	    margin: 4% 0 10%;
}
.shikaku li.fl-left{
	       width: 48%;
    padding: 2% 0;
    font-weight: 600;
    border-bottom: 2px solid #d4d4d4;
    margin-right: 2%;
}
.shikaku li.fl-left span{
	    display: inline-flex;
    float: right;
    padding-right: 20%;
    font-weight: 400;
}
.sec-bg{
	        background-image: url(./img/company/company-bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-position: center top;
}
.banner-area{
	    text-align: center;
    padding: 4% 0;
}
.banner-area a {
	    display: inline-block;
}
/*----------------家が出来るまで----------------------*/
#flow p.text-c{
	text-align:center;
}
#flow p{
	font-size:1.2rem;
}
#flow .step01,#flow .step05{
	    background-color: #fff;
    padding: 8%;
    margin: 6% auto;
}
#flow .st1{
	    display: flex;
    flex-direction: row;
    justify-content: left;
}
#flow .st1 .st-ttl{
	    font-size: 2rem;
    font-weight: 500;
    margin-top: 5%;
    margin-left: 2%;
}
#flow .st2 .st-ttl{
	font-size: 2rem;
    font-weight: 500;
    margin-top: 5%;
    margin-bottom: 5%;
}
#flow .st3 .st-ttl{
	font-size: 2rem;
    font-weight: 500;
    margin-top: 5%;
    margin-bottom: 5%;
}
#flow .step01 .st-btm,#flow .step05 .st-btm,#flow .step02,#flow .step03,#flow .step04{
	    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: 10%;
}
#flow .st-text{
	    margin-right: 8%;
}
#flow .st3{
	margin-left: 8%;
}
#flow{
	    padding-bottom: 4%;
}
.grecaptcha-badge {
  bottom: 100px !important;
}


/*  業務内容　*/
.l-inner{
	width: 1100px;
}

.l-extraInner, .l-inner, .l-outer {
    position: relative;
    margin: 0 auto;
	padding-top: 80px;
}

 .services_container{
	padding: 100px 0;
}

 .services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
 .services_listItem {
    width: 320px;
	 margin-bottom: 40px;
}

 .services_listItemTitle {
    margin-top: 20px;
    font-size: 1.4rem;
}

.services_listItemText {
    margin-top: 30px;
    text-align: justify;
}

.services_listItem img{
	width:100%;
}

.c-plainText {
    font-size: 1.0rem;
    line-height: 1.73;
    letter-spacing: .1em;
}

.c-title01:after, .c-title02:after {
    position: relative;
    content: "";
    display: block;
    height: .82em;
    width: 42px;
    border-bottom: 1px solid #F2082F;
}

.c-title01, .c-title02 {
    font-size: 1.2rem; 
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .1em;
}

.c-contentsHeader {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 340px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    overflow: hidden;
}

ul>* {
    list-style-type: none;
}

/* inocoletter */
 .inocoletter_container{
	padding: 100px 0;
}
.inocoletter_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
 .inocoletter_listItem {
    width: 320px;
	 margin-bottom: 40px;
	 margin-right: 20px;
    margin-left: 10px;
}
 .inocoletter_listItemTitle {
    margin-top: 20px;
    font-size: 1.4rem;
}

.inocoletter_listItemText {
    margin-top: 30px;
    text-align: justify;
}

.inocoletter_listItem img{
	width:100%;
}

ul.inocoletter_list li img.icon_new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

/* TOP BANNER */
.topbanner_area {
	margin-top: 20px;
  margin-bottom: 20px;
}
.topbanner_area .container {
  display: flex;
  justify-content: center;
/*   margin-bottom: 50px; */
}
.topbanner_area .container img {
  	width:100%;
}

/* 追加CSS */
.title {
                color: #FF1919;
                font-size: 24px;
                font-weight: bold;
            }
.sub-title {
                color: #FF1919;
                font-size: 20px;
            }
 .w-60 {
                width: 57% !important;
            }
            .w-40 {
                width: 39% !important;
            }
@media (max-width: 767px) {
                .w-60 {
                    width: 100% !important;
                }
                .w-40 {
                    width: 100% !important;
                }
            }
.bold {
                font-weight: bold;
	                 position: relative;
                padding-left: 2em;
            }
 .bold:after {
                content: "";
                width: 20px;
                border-top: 1px solid #222;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

 .tmpl-table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
   .tmpl-table .label {
    display: table-cell;
    width: 20%;
    padding: 10px 5px;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    background: #eee;
}
   .tmpl-table .row {
    width: 100%;
    display: table;
    border-top: 1px solid #ddd;
}
   .tmpl-table .row:first-child {
    border: none;
}
   .tmpl-table .info {
    display: table-cell;
    width: 80%;
    padding: 10px 15px;
}

.box-2col-5-5 .left {
    width: 49%;
    float: left;
    padding: 0 0 20px;
}
.box-2col-5-5 .right {
    width: 49%;
    float: left;
    padding: 0 0 20px;
}
  .tmpl-box span.caption {
    display: block;
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
}
