@charset "UTF-8";

/*body {animation: fadeIn 2s ease 0s 1 normal; -webkit-animation: fadeIn 2s ease 0s 1 normal;}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/

html, body {
  overflow-x: hidden;
}

/* web Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato');

body,
.font-g {
  font-family: "游ゴシック", YuGothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.font-m {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

.font-l {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

/* header */
#header {
  position: absolute;
  top: -115px;
  height: 115px;
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
  -webkit-transform: translate3d(0, 116px, 0px);
  -moz-transform: translate3d(0, 116px, 0px);
  -ms-transform: translate3d(0, 116px, 0px);
  -o-transform: translate3d(0, 116px, 0px);
  transform: translate3d(0, 116px, 0px);
  color: #2a3237;
  background: #fff;
}

/* body.under #header{color:#2a3237;} */
#header.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2a3237;
  box-shadow: 0px 0px 8px 6px rgba(136, 136, 136, 0.7);
}

/* box-shadow: 0px 6px 3px rgba(135,135,135,0.7); */
#header .inner {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  height: 115px;
  position: relative;
  border-bottom: 1px solid #2a3237;
}

body.under #header .inner {
  border-bottom: 1px solid rgba(127, 132, 135, 0.6);
}

#header.fixed .inner {
  border-bottom: none !important;
}

#header .inner .h-logo {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 254px;
  height: 30px;
  background: url(/images/common/logo-black.png) no-repeat;
}

/* body.under #header .inner .h-logo{background:url(/images/common/logo-black.png) no-repeat;} */
#header.fixed .inner .h-logo {
  position: absolute;
  top: 60px;
  left: 20px;
  width: 254px;
  height: 30px;
  background: url(/images/common/logo-black.png) no-repeat;
}

#header .inner .h-logo a {
  display: block;
  width: 254px;
  height: 30px;
}

#header .inner ul {
  position: absolute;
  list-style: none;
  display: block;
  box-sizing: border-box;
}

#header .inner ul li {
  float: left;
  display: block;
  position: relative;
}

#header .inner ul.main {
  right: 15px;
  top: 72px;
}

#header .inner ul.main li {
  height: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  box-sizing: border-box;
  margin-right: 30px;
}

#header .inner ul.main li:nth-last-child(1) {
  margin-right: 0;
}

#header .inner ul.main li a {
  height: 40px;
  display: block;
}

/*#header .inner ul.main li a:hover{border-bottom:2px #de0000 solid;}*/
#header .inner ul.main li a:before,
#header .inner ul.main li a:after {
  position: absolute;
  bottom: -27px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #de0000;
  transition: 0.3s;
}

#header .inner ul.main li a:before {
  left: 50%;
}

#header .inner ul.main li a:after {
  right: 50%;
}

#header .inner ul.main li a:hover:before,
#header .inner ul.main li a:hover:after {
  width: 50%;
}

#header .inner ul.sub {
  right: 15px;
  top: 25px;
}

#header .inner ul.sub li {
  height: 28px;
  font-size: 1.2rem;
  line-height: 28px;
  box-sizing: border-box;
  background: #dd0000;
  border: 1px solid #fff;
  padding: 0px 20px;
}

#header.fixed .inner ul.sub li:nth-child(1):before,
#header.fixed .inner ul.sub li:nth-child(2):before {
  color: #fff;
}

#header.fixed .inner ul.sub li:nth-child(1) a,
#header.fixed .inner ul.sub li:nth-child(2) a {
  color: #fff;
}

#header .inner ul.sub li:nth-child(1) {
  /*padding-left:10px;*/
  margin-right: 20px;
}

#header .inner ul.sub li:nth-child(2) {
  /*padding-left:10px;*/
  margin-right: 30px;
}

#header .inner ul.sub li:nth-child(3),
#header .inner ul.sub li:nth-child(4) {
  font-size: 1.1rem;
  line-height: 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px #2a3237 solid;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#header.fixed .inner ul.sub li:nth-child(3),
#header.fixed .inner ul.sub li:nth-child(4),
/* body.under #header .inner ul.sub li:nth-child(3),
body.under #header .inner ul.sub li:nth-child(4){border:1px #2a3237 solid;} */
#header .inner ul.sub li:nth-child(3) {
  border-right: none !important;
  border-radius: 0 2px 0 2px;
  padding: 0 12px 0 17px;
}

#header .inner ul.sub li:nth-child(4) {
  border-left: none !important;
  border-radius: 0 2px 2px 0;
  padding: 0 17px 0 12px;
}

#header .inner ul.sub li:nth-child(1):before,
#header .inner ul.sub li:nth-child(2):before {
  content: ">";
  font-size: 0.7rem;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
}

#header .inner ul.sub li:nth-child(4):before {
  content: "|";
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
}

#header .inner ul li a {
  text-decoration: none;
  color: #2a3237;
}

/* body.under #header .inner ul li a,
#header.fixed .inner ul li a{color:#2a3237;} */
#header .inner ul.sub li:nth-child(1),
#header .inner ul.sub li:nth-child(2),
#header .inner ul.sub li:nth-child(1) a,
#header .inner ul.sub li:nth-child(2) a {
  color: #fff;
}

#section-pulldown {
  position: fixed;
  width: 100%;
  top: 117px;
  z-index: 100;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#section-pulldown .box-pulldown {
  width: 100%;
  position: absolute;
  background: url(/images/root/pc/nav_pulldown-bk.png) repeat-y 0 0;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 4px rgba(101, 101, 101, 0.5);
  background-size: 100% 10px;
  display: none;
}

#section-pulldown .box-pulldown.hover {
  background: url(/images/root/pc/nav_pulldown-bk-hover.png) repeat-y 0 0;
  background-size: 100% 10px;
  -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;
}

#section-pulldown .box-pulldown:before {
  position: absolute;
  top: 0;
  width: 50%;
}

#section-pulldown .box-pulldown .link_list {
  width: 980px;
  margin: 0 auto;
}

#section-pulldown .box-pulldown .link_list .category {
  font-size: 2.0rem;
  letter-spacing: 2px;
  width: 240px;
  height: 280px;
  display: block;
  background: url(/images/common/icon_arrow.png) no-repeat;
  background-size: 16px 15px;
  background-position: bottom 30px right 30px;
  padding: 60px 0 0 0;
  float: left;
}

#section-pulldown .box-pulldown .link_list .category:hover {
  background: url(/images/common/icon_arrow_white.png) no-repeat;
  background-size: 16px 15px;
  background-position: bottom 30px right 30px;
}

#section-pulldown .box-pulldown .link_list .category a {
  width: 240px;
  height: 280px;
  display: block;
  color: #333;
}

#section-pulldown .box-pulldown .link_list .category a:hover {
  color: #fff;
}


#section-pulldown .box-pulldown ul {
  float: left;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  width: 740px;
  height: 340px;
  background: #fff;
}

#section-pulldown .box-pulldown ul li {
  float: left;
  width: 165px;
  list-style: none;
  margin: 0 15px 20px 0;
}

#section-pulldown .box-pulldown ul li:nth-child(4) {
  margin-right: 0;
}

#section-pulldown .box-pulldown ul li .image {
  width: 160px;
  height: 110px;
  margin-bottom: 12px;
  display: block;
}

/*#section-pulldown .box-pulldown ul li .image img{width:160px; height:110px; margin-bottom:12px;}*/
#section-pulldown .box-pulldown.company ul li:nth-child(1) .image {
  background: url(/images/common/img_navi_company01.jpg) 52% 25% no-repeat;
  background-size: 240%;
}

#section-pulldown .box-pulldown.company ul li:nth-child(2) .image {
  background: url(/images/common/img_navi_company02.jpg) 50% 50% no-repeat;
  background-size: 100%;
}

#section-pulldown .box-pulldown.company ul li:nth-child(3) .image {
  background: url(/images/common/img_navi_company03.jpg) 50% 45% no-repeat;
  background-size: 120%;
}

#section-pulldown .box-pulldown.company ul li:nth-child(4) .image {
  background: url(/images/common/img_navi_company04.jpg) 50% 100% no-repeat;
  background-size: 100%;
}

#section-pulldown .box-pulldown.company ul li:nth-child(5) .image {
  background: url(/images/common/img_navi_company05.jpg) 50% 50% no-repeat;
  background-size: 100%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(1) .image {
  background: url(/images/common/img_navi_service01.jpg) 50% 0% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(2) .image {
  background: url(/images/common/img_navi_service02.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(5) .image {
  background: url(/images/common/img_navi_service03.jpg) 50% 0% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(7) .image {
  background: url(/images/common/img_navi_service04.jpg) 50% 0% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(4) .image {
  background: url(/images/common/img_navi_service05.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(3) .image {
  background: url(/images/common/img_navi_service06.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(8) .image {
  background: url(/images/common/img_navi_service07.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown.business ul li:nth-child(6) .image {
  background: url(/images/common/img_navi_service08.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

#section-pulldown .box-pulldown ul li .text {
  font-size: 1.4rem;
  margin-top: 0px;
  padding-right: 22px;
  background: url(/images/common/icon_arrow.png)100% 50% no-repeat;
  background-size: 12px 11px;
}

#section-pulldown .box-pulldown ul li a {
  text-decoration: none;
}

#section-pulldown .box-pulldown ul li a .text {
  display: inline-block;
  color: #dd0000;
  font-size: 1.4rem;
  text-decoration: none;
  background: url(/images/common/icon_arrow.png) no-repeat;
  background-size: 12px 11px;
  padding-right: 27px;
  background-position: right 5px top 50%;
  position: relative;
  color: #2a3237;
}

#section-pulldown .box-pulldown ul li a:hover .text {
  text-decoration: underline;
  -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;
  background-position: right 0px top 50%;
  color: #de0000;
}

#section-pulldown .box-pulldown ul li a:hover .image {
  opacity: 0.5;
}

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

/* main */
body main {
  padding-top: 115px;
  display: block;
}

/* #breadcrumbs */
#breadcrumbs {
  font-size: 1.2rem;
  color: #293237;
}

#breadcrumbs .inner {
  width: 980px;
  margin: 0 auto 0 auto;
  padding: 15.2px 0;
  line-height: 1.5;
  box-sizing: border-box;
  /*height:45px; line-height:45px;*/
  display: block;
}

#breadcrumbs a {
  text-decoration: underline;
  color: #293237;
}

#breadcrumbs a:after {
  content: ">";
  font-size: 0.7rem;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  top: -2px;
}

#breadcrumbs span {}

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

/*#footer*/
#footer {
  background: #2a3237;
  color: #fff;
  width: 100%;
  height: 360px;
  position: relative;
  margin: 0;
  padding: 0 0 30px 0;
  box-sizing: border-box;
}

#footer .inner {
  width: 980px;
  margin: 0 auto -20px auto;
  position: relative;
}

#footer ul {
  position: absolute;
  top: 62px;
  right: 0;
  display: block;
}

#footer ul li {
  float: left;
  margin-right: 30px;
  list-style: none;
}

#footer ul li:nth-last-child(2) {
  margin-right: 0;
}

#footer ul li:nth-last-child(1) {
  float: right;
  clear: both;
  margin: 110px 0 0 0;
}

#footer ul li a {
  font-size: 1.4rem;
  color: #fff;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer .f-logo {
  padding-top: 45px;
}

#footer .btn-pagetop {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#footer .btn-pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 25px;
  background: url(/images/common/icon_arrow_clrcle_white_top.png) #de0000 no-repeat 50% 50%;
  background-size: 15px 8px;
}

#footer .btn-pagetop a:hover {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 25px;
  background: url(/images/common/icon_arrow_clrcle_white_top.png) #e84c4c no-repeat 50% 50%;
  background-size: 15px 8px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#footer .address {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 25px;
}

#footer .tel {
  font-size: 1.2rem;
  margin-top: 5px;
}

#footer .facebook {
  margin-top: 30px;
  background: url(/images/common/icon_facebook.png) no-repeat 0 50%;
  background-size: 16px 16px;
  padding-left: 17px;
  line-height: 16px;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#footer .facebook a {
  color: #a9adaf;
}

#footer .facebook a:hover {
  text-decoration: underline;
}

#footer .Instagram {
  margin-top: 5px;
  background: url(/images/common/icon_Instagram.png) no-repeat 0 50%;
  background-size: 16px 16px;
  padding-left: 20px;
  line-height: 16px;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#footer .Instagram a {
  color: #a9adaf;
}

#footer .Instagram a:hover {
  text-decoration: underline;
}

#footer .Twitter {
  margin-top: 5px;
  background: url(/images/common/icon_Twitter.png) no-repeat 0 50%;
  background-size: 16px 16px;
  padding-left: 20px;
  line-height: 16px;
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#footer .Twitter a {
  color: #a9adaf;
}

#footer .Twitter a:hover {
  text-decoration: underline;
}

#footer .authorization {
  color: #aaadaf;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  margin-top: 80px;
}

#footer .credit {
  font-size: 1.1rem;
  margin-top: 80px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

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

/*#contents-mv*/
#contents-mv {
  width: 100%;
  height: 690px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

#contents-mv .wrapper-mv {
  height: 690px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#contents-mv .wrapper-mv .clip {
  width: 100%;
  margin: 0 auto;
  cursor: grab;
  background: #fff;
}

#contents-mv .wrapper-mv .clip:active {
  cursor: grabbing;
}

#contents-mv .wrapper-mv .clip .visual {
  width: 100%;
  height: 690px;
  position: relative;
  float: left;
  background: #cee;
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center center !important;
}

#contents-mv .wrapper-mv .clip .visual a {
  text-decoration: none;
  cursor: default;
  pointer-events: none !important;
  outline: none;
}

#contents-mv .wrapper-mv .clip .visual a:hover {
  opacity: 0.8;
  -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;
}

#contents-mv .wrapper-mv .clip .visual .mv_box {
  width: 980px;
  height: 690px;
  display: table;
  margin: 0 auto;
}

#contents-mv .wrapper-mv .clip .visual .mv_box .mv_text h2 {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

#contents-mv .wrapper-mv .clip .visual .mv_box .mv_text h2 span {
  font-size: 3rem;
  font-weight: normal;
  display: block;
}

#contents-mv .wrapper-mv .clip .visual .mv_box .mv_text p {
  font-size: 1.8rem;
  line-height: 1.8;
}

#contents-mv .wrapper-mv .clip .visual .mv_box .mv_text {
  width: 980px;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
  color: #fff;
}

#contents-mv .wrapper-mv .nextskip {
  position: absolute;
  bottom: 19px;
  width: 100%;
}

#contents-mv .wrapper-mv .nextskip a {
  width: 30px;
  height: 30px;
  background: url(/images/common/icon_arrow_clrcle_white_bottom.png)50% 50% no-repeat;
  background-size: 15px 8px;
  display: block;
  margin: 0 auto;
}

#contents-mvideo {
  background: none;
  max-height: 750px;
  z-index: -1;
  /*margin-bottom:60px;*/
  overflow: hidden;
  /*transform: scale(1.2,1.2);*/
  position: relative;
}

#contents-mvideo .video {
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
  /*transform: scale(1.2,1.2);*/
}

#contents-mvideo .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#contents-mvideo #youtube {
  width: 100%;
  height: 690px;
  /*transform: scale(1.5,1.5);*/
}

#contents-mvideo .mv_box {
  display: block;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  top: 50%;
  left: 0;
  right: 0;
  width: 980px;
}

#contents-mvideo .mv_box .mv_text h2 {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#contents-mvideo .mv_box .mv_text h2 span {
  font-size: 3rem;
  font-weight: normal;
  display: block;
}

#contents-mvideo .mv_box .mv_text p {
  font-size: 1.8rem;
  line-height: 1.8;
}

#contents-mvideo .mv_box .mv_text {
  /*width:980px;*/
  height: auto;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
  color: #fff;
}

#contents-mvideo img {
  width: 100%;
}

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

/*m_slider*/
.m_slider {
  clear: both;
  padding: 20px 0;
  background: url(/images/common/img_dott_bk.png) repeat 0 0;
}

.m_slider .inner {
  width: 960px;
  padding: 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.m_slider .inner .box-body {
  position: relative;
}

.m_slider .inner .box-body .slider {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.m_slider .inner .box-body .slider .box-link {
  height: auto;
  /* height:440px;*/
  box-sizing: border-box;
  float: left;
  margin: 10px 20px 15px 20px;
  background: #ffffff;
  /*/*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  */ box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
  padding-bottom: 20px;
}

.m_slider .inner .box-body .slider .box-link:hover {
  background: #293137;
  /*box-shadow:4px 4px 12px 6px*/
  /*/*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m_slider .inner .box-body .slider .box-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.m_slider .inner .box-body .slider .box-link a span.image {
  width: 280px;
  height: 190px;
  display: block;
  background-size: contain;
  position: relative;
}

.m_slider .inner .box-body .slider .box-link:hover a span.image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.m_slider .inner .box-body .slider .box-link a span.date {
  color: #7f8387;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

.m_slider .inner .box-body .slider .box-link a span.lead {
  height: 60px;
  color: #293237;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  display: block;
}

.m_slider .inner .box-body .slider .box-link:hover a span.lead {
  color: #fff;
}

.m_slider .inner .box-body .slider .box-link a ul.tag {
  width: 100%;
  clear: both;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.m_slider .inner .box-body .slider .box-link a ul.tag li {
  list-style: none;
  /*width:48%; line-height:25px; margin-right:2%;*/
  float: left;
  margin: 0 10px 10px 0;
  background: #a9adaf;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 6px 15px;
  border-radius: 2px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

.m_slider .inner .box-body .slider .box-link a ul.tag li:nth-last-child(1) {
  margin-right: 0%;
}

.m_slider .inner .box-body .btns {
  position: absolute !important;
  top: 160px;
  width: 100%;
}

.m_slider .inner .box-body .btns .btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: block;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
}

.m_slider .inner .box-body .btns .btn:hover {
  box-shadow: 4px 4px 4px 0px rgba(153, 153, 153, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.m_slider .inner .box-body .btns .prev {
  background: url(/images/common/icon_arrow_clrcle_white_left.png) rgba(37, 47, 55, 0.7) no-repeat 50% 50%;
  background-size: 8px 15px;
  position: absolute;
  left: -50px;
}

.m_slider .inner .box-body .btns .next {
  background: url(/images/common/icon_arrow_clrcle_white_right.png) rgba(37, 47, 55, 0.7) no-repeat 50% 50%;
  background-size: 8px 15px;
  position: absolute;
  right: -50px;
}

.m_slider .inner .box-body .btns .prev:hover {
  background: url(/images/common/icon_arrow_clrcle_white_left.png) #de0000 no-repeat 50% 50%;
  background-size: 8px 15px;
}

.m_slider .inner .box-body .btns .next:hover {
  background: url(/images/common/icon_arrow_clrcle_white_right.png) #de0000 no-repeat 50% 50%;
  background-size: 8px 15px;
}

.m_slider ._btn-link {
  width: 940px;
}

/*project_slider*/
.project_slider.inner {
  width: 960px;
  padding: 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.project_slider.inner .box-body {
  position: relative;
  clear: both;
}

.project_slider.inner .box-body .slider {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.project_slider.inner .box-body .slider .box-link {
  height: auto;
  border: #ccc 1px solid;
  /* height:440px;*/
  box-sizing: border-box;
  float: left;
  margin: 10px 20px 15px 20px;
  background: #ffffff;
}

/*.project_slider.inner .box-body .slider .box-link:hover{background:#293137; box-shadow:0px 5px 15px 4px rgba(153,153,153,0.7); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}*/
.project_slider.inner .box-body .slider .box-link img {
  width: 100%;
}

.project_slider.inner .box-body .btns {
  position: absolute !important;
  top: calc(50% - 25px);
  width: 100%;
}

.project_slider.inner .box-body .btns .btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: block;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
}

.project_slider.inner .box-body .btns .btn:hover {
  box-shadow: 4px 4px 4px 0px rgba(153, 153, 153, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.project_slider.inner .box-body .btns .prev {
  background: url(/images/common/icon_arrow_clrcle_white_left.png) rgba(37, 47, 55, 0.7) no-repeat 50% 50%;
  background-size: 8px 15px;
  position: absolute;
  left: -50px;
}

.project_slider.inner .box-body .btns .next {
  background: url(/images/common/icon_arrow_clrcle_white_right.png) rgba(37, 47, 55, 0.7) no-repeat 50% 50%;
  background-size: 8px 15px;
  position: absolute;
  right: -50px;
}

.project_slider.inner .box-body .btns .prev:hover {
  background: url(/images/common/icon_arrow_clrcle_white_left.png) #de0000 no-repeat 50% 50%;
  background-size: 8px 15px;
}

.project_slider.inner .box-body .btns .next:hover {
  background: url(/images/common/icon_arrow_clrcle_white_right.png) #de0000 no-repeat 50% 50%;
  background-size: 8px 15px;
}

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

/*contents-service-top*/
#contents-service-top {
  background: url(/images/root/index_service_bk.png) no-repeat 100% 350px;
  position: relative;
  background-size: 100% auto;
}

#contents-service-top .inner {
  padding-bottom: 80px;
}

#contents-service-top .inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background: #fff;
}

/*m_title*/
div.m_title {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: +1;
}

div.m_title h1 {
  padding: 200px 0 120px 0;
}

h1.m_title {
  display: block;
  position: relative;
  z-index: +1;
  margin-bottom: 40px;
}

div.m_title h1 img,
h1.m_title img {
  height: 56px;
}

div.m_title h1 .sub,
h1.m_title .sub {
  display: block;
  font-size: 1.4rem;
  margin-top: 20px;
  color: #293237;
  position: relative;
  font-weight: bold;
}

div.m_title h1 .sub span,
h1.m_title .sub span {
  background: #fff;
  padding-right: 20px;
  display: inline-block;
}

div.m_title h1 .sub:before,
h1.m_title .sub:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dd0000;
  position: absolute;
  top: 50%;
  z-index: -1;
}

div.m_title p.lead {
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  width: 300px;
  min-height: 140px;
}

body.under div.m_title {
  margin-bottom: 60px;
}

body.under div.m_title h1,
body.under h1.m_title {
  padding: 0;
  margin-bottom: 30px;
}

body.under div.m_title h1 img,
body.under h1.m_title img {
  height: 44px;
}

body.under div.m_title h1 .sub body.under h1.m_title .sub {
  display: block;
  font-size: 1.2rem;
}

body.under div.m_title h1 .sub:before,
body.under h1.m_title .sub:before {
  bottom: 5px;
  z-index: -1;
}

body.under div.m_title p.lead {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  width: auto;
  min-height: inherit;
}

/*m_box*/
ul.m_box {
  width: 980px;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  z-index: +1;
}

ul.m_box li {
  list-style: none;
  margin: 0 40px 40px 0;
  float: left;
  position: relative;
}

ul.m_box li a {}

ul.m_box li:nth-child(1) {
  margin: 0 0 -350px 400px;
  position: relative;
  top: -390px;
}

ul.m_box li:nth-child(2) {
  clear: both;
}

ul.m_box li:nth-child(3n+1) {
  margin-right: 0;
}

ul.m_box li.level1 {
  width: 580px;
  height: 420px;
  overflow: hidden;
}

ul.m_box li.level1 a {
  width: 580px;
  height: 420px;
  display: block;
  background: url(/images/common/icon_arrow.png) #fff no-repeat;
  background-size: 16px 15px;
  background-position: bottom 30px right 30px;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

ul.m_box li.level1 a:hover {
  background: url(/images/common/icon_arrow_white.png) #dd0000 no-repeat;
  background-size: 16px 15px;
  background-position: bottom 45px right 30px;
  /*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  border-radius: 4px;
}

ul.m_box li.level1 a span {}

ul.m_box li.level1 a span.image {
  width: 100%;
  height: 260px;
  display: block;
  position: relative;
  margin-bottom: 30px;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

ul.m_box li.level1 a span.image-hover {
  width: 100%;
  height: 315px;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  margin-bottom: -315px;
  z-index: +1;
  webkit-transition: all 0.4s ease 0.4s;
  -moz-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

ul.m_box li.level1 a:hover span.image {
  width: 100%;
  height: 315px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

ul.m_box li.level1 a:hover span.image-hover {
  opacity: 1;
}

ul.m_box li.level1 a h2.title {
  color: #293237;
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding: 0 40px;
  display: block;
}

ul.m_box li.level1 a h2.title span {
  /*color:#dd0000;*/
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

ul.m_box li.level1 a:hover h2.title,
ul.m_box li.level1 a:hover h2.title span {
  color: #fff;
}

ul.m_box li.level1 a span.lead {
  color: #7f8387;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 60px 0 40px;
  display: block;
}

ul.m_box li.level1 a:hover span.lead {
  display: none;
}

ul.m_box li.level2 {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

ul.m_box li.level2 a {
  width: 300px;
  height: 300px;
  display: block;
  background: url(/images/common/icon_arrow.png) #fff no-repeat;
  background-size: 16px 15px;
  background-position: bottom 20px right 20px;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

ul.m_box li.level2 a:hover {
  background: url(/images/common/icon_arrow_white.png) #dd0000 no-repeat;
  background-size: 16px 15px;
  background-position: bottom 45px right 20px;
  /*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  border-radius: 4px;
}

ul.m_box li.level2 a span {}

ul.m_box li.level2 a span.image {
  width: 100%;
  height: 140px;
  display: block;
  position: relative;
  margin-bottom: 30px;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

ul.m_box li.level2 a span.image-hover {
  width: 100%;
  height: 195px;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  margin-bottom: -195px;
  z-index: +1;
  webkit-transition: all 0.4s ease 0.4s;
  -moz-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

ul.m_box li.level2 a:hover span.image {
  width: 100%;
  height: 195px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

ul.m_box li.level2 a:hover span.image-hover {
  opacity: 1;
}

ul.m_box li.level2 a h2.title {
  color: #293237;
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding: 0 30px;
  display: block;
}

ul.m_box li.level2 a h2.title span {
  /*color:#dd0000;*/
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

ul.m_box li.level2 a:hover h2.title,
ul.m_box li.level2 a:hover h2.title span {
  color: #fff;
}

ul.m_box li.level2 a span.lead {
  color: #7f8387;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 50px 0 30px;
  display: block;
}

ul.m_box li.level2 a:hover span.lead {
  display: none;
}

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

/* contents-solution-top */
#contents-solution-top {
  padding: 0 0 40px 0;
  background: #fff;
}

#contents-solution-top div.m_title h1 {
  padding: 200px 0 60px 0;
}

#contents-solution-top div.m_title p.lead {
  font-size: 1.4rem;
  line-height: 2;
  color: #293237;
}

#contents-solution-top div.m_title h1 .sub span {}

#contents-solution-top ul.m_box2 li.level1 a span.image {
  border-radius: 5px;
}

#contents-solution-top ul.m_box2 li.level1 a span.lead {
  display: block;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

#contents-solution-top ul.m_box2 li.level1 a span.link {
  color: #fff;
  display: inline-block;
  background: url(/images/common/icon_arrow_white.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

#contents-solution-top ul.m_box2 li.level1 a span.jirei {
  font-size: 1.6rem;
  position: absolute;
  left: 40px;
  top: 120px;
  display: block;
  color: #fff;
}

#contents-solution-top ul.m_box2 li.level1 a span.jirei:before {
  content: "";
  width: calc(280px - 3em);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-left: 3em;
  box-sizing: border-box;
}

#contents-solution-top ul.m_box2 li.level1 a span.title {
  font-size: 3.2rem;
  position: absolute;
  left: 40px;
  top: 150px;
  display: block;
  color: #fff;
}

/* contents-recruit-top */
#contents-recruit-top {
  padding: 0 0 40px 0;
  background: url(/images/common/img_dott_bk.png) repeat 0 0;
}

#contents-recruit-top div.m_title h1 {
  padding: 200px 0 60px 0;
}

#contents-recruit-top div.m_title p.lead {
  font-size: 1.8rem;
  line-height: 2;
  color: #293237;
}

#contents-recruit-top div.m_title h1 .sub span {
  background: url(/images/common/img_dott_bk.png) repeat 0 0;
}

#contents-recruit-top ul.m_box2 li.level1 a span.image {
  border-radius: 5px;
}

/*m_box2*/
ul.m_box2 {
  width: 980px;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  z-index: +1;
}

ul.m_box2 li {
  list-style: none;
  margin: 0 40px 40px 0;
  float: left;
  position: relative;
}

ul.m_box2 li a {
  webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

ul.m_box2 li:nth-child(1) {
  margin: 0 0 -260px 420px;
  position: relative;
  top: -360px;
}

ul.m_box2 li.level1 {
  width: 560px;
  height: 310px;
}

ul.m_box2 li.level1 a {
  width: 560px;
  height: 310px;
  display: block;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
}

ul.m_box2 li.level1 a:hover {
  /*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  border-radius: 4px;
}

ul.m_box2 li.level1 a span.image {
  width: 100%;
  height: 310px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

ul.m_box2 li.level1 a span.lead {
  display: block;
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  text-align: center;
}

ul.m_box2 li.level1 a span.link {
  font-size: 1.6rem;
  color: #dd0000;
  display: inline-block;
  background: url(/images/common/icon_link.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
}

ul.m_box2.wide {
  width: 860px;
  margin-bottom: 40px;
}

ul.m_box2.wide li {
  margin-right: 0;
  float: none;
}

ul.m_box2.wide li:nth-child(1) {
  margin: 0;
  position: relative;
  top: 0px;
}

ul.m_box2 li.level0 {
  width: 860px;
  height: 360px;
}

ul.m_box2 li.level0 a {
  width: 860px;
  height: 360px;
  display: block;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
}

ul.m_box2 li.level0 a:hover {
  /*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  border-radius: 4px;
}

ul.m_box2 li.level0 a span.image {
  width: 100%;
  height: 360px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

ul.m_box2 li.level0 a span.lead {
  display: block;
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  text-align: center;
}

ul.m_box2 li.level0 a span.link {
  font-size: 1.6rem;
  color: #dd0000;
  display: inline-block;
  background: url(/images/common/icon_link.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
}

ul.m_box2 li.level0 a span.link-w {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  background: url(/images/common/icon_link_white.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
}

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

/* contents-access-top */
#contents-access-top {
  padding: 80px 0 100px 0;
  background: #fff;
}

#contents-access-top .inner {
  width: 980px;
  margin: 0 auto 0px auto;
  position: relative;
}

#contents-access-top .googlemap {
  width: 980px;
  margin: 0 auto 0px auto;
  height: 400px;
  position: relative;
  background: #eee;
}

#contents-access-top .googlemap ._btn-link2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

#map-canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*m_title2*/
div.m_title2 {
  width: 980px;
  margin: 0 0 40px 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: center;
}

div.m_title2 h1,
h2.m_title2 {
  text-align: center;
  margin-bottom: 40px;
}

h2.m_title2 {
  display: block;
  position: relative;
}

div.m_title2 h1 img {
  width: 130px;
}

div.m_title2 h1 .sub,
h2.m_title2 .sub {
  display: block;
  font-size: 1.4rem;
  margin-top: 20px;
  color: #293237;
  position: relative;
  z-index: +1;
  font-weight: bold;
}

div.m_title2 h1 .sub span,
h2.m_title2 .sub span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}

div.m_title2 h1 .sub:before,
h2.m_title2 .sub:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dd0000;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}

h2.m_title2.big .sub:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dd0000;
  position: absolute;
  bottom: 10px;
  z-index: -1;
}

h2.m_title2.big .sub {
  font-size: 2.0rem;
}

div.m_title2 p.lead strong {
  font-size: 1.6rem;
  line-height: 1.5;
}

div.m_title2 p.lead {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

div.m_title2 p.address {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

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

/* contents-contact */
#contents-contact {
  padding-top: 60px;
}

#contents-contact .inner {
  width: 980px;
  margin: 0 auto 0px auto;
  position: relative;
}

#contents-contact .m_form p.checkbox {
  margin-bottom: 60px;
  text-align: center;
}

#contents-contact .m_form p.error {
  margin-top: -40px;
  margin-bottom: 60px;
  text-align: center;
  color: #dd0000;
  font-weight: bold;
}

#contents-contact .m_form ._table td {
  width: 690px;
}

body.contact#confirm ._btn a {
  width: 240px;
  height: 60px;
}

body.contact#confirm ._btn a.glay {
  margin-right: 40px;
}

body.contact#complete ._btn a {
  width: 240px;
  height: 60px;
}

body.contact#complete ._btn a.glay {
  margin-top: 100px;
}

/*m_manual*/
.m_manual {
  font-size: 1.4rem;
  line-height: 1.7;
}

.m_manual h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  /*margin-bottom:15px;*/
}

.m_manual .wrapper {
  padding: 10px;
  margin-bottom: 20px;
  height: 250px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  border: 1px #ccc solid;
}

.m_manual .text {
  padding: 20px;
  height: 230px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
}

.m_manual .text p {
  margin-bottom: 20px;
}

.m_manual .text::-webkit-scrollbar {
  width: 8px;
}

.m_manual .text::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px;*/
}

.m_manual .text::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(170, 170, 170, 1);
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

.m_manual .text::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(170, 170, 170, 0.4);
}

/*m_form*/
.m_form {
  font-size: 1.4rem;
  line-height: 1.7;
}

.m_form .checkbox {}

.m_form .checkbox label {
  font-size: 1.4rem;
  line-height: 20px;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}

.m_form .checkbox label input[type="checkbox"] {
  display: none;
}

.m_form .checkbox label input[type="checkbox"]+.icon {
  position: relative;
  vertical-align: middle;
}

.m_form .checkbox label input[type="checkbox"]+.icon:before {
  content: "";
  background: url(/images/contact/icon_check_off.png) 0 50% no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.m_form .checkbox label input[type="checkbox"]:checked+.icon:before {
  content: "";
  background: url(/images/contact/icon_check_on.png) 0 50% no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.m_form span.mandatory {}

.m_form span.mandatory:after {
  content: "必須";
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 23px;
  margin-left: 10px;
  padding: 0 10px;
  background: #dd0000;
  display: inline-block;
  position: relative;
  top: -2px;
}

.m_form input,
.m_form select,
.m_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  display: block;
  border: 1px #ddd solid;
  box-sizing: border-box;
}

.m_form select::-ms-expand {
  display: none;
}

.m_form input[type="text"] {
  width: 380px;
  line-height: 37px;
  height: 37px;
  padding: 0 10px;
  border: 1px #ddd solid;
}

.m_form textarea {
  width: 600px;
  height: 205px;
  padding: 10px;
}

.m_form select {
  width: 280px;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  background: url(/images/common/icon_open.png) no-repeat;
  color: #293937;
  background-size: 11px 6px;
  background-position: top 50% right 15px;
}

.m_form ._btn {
  margin-bottom: 60px;
}

.m_form ._btn a {
  width: 240px;
}

.m_form .pmark {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.6rem;
  color: #333333;
}

.m_form .pmark span {}

.m_form .pmark span:before {
  content: "";
  background: url(/images/common/icon_pmark.png) 0 0 no-repeat;
  background-size: 62px 60px;
  width: 62px;
  height: 60px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
  top: -5px;
}

.m_form .error {
  position: relative;
}

.m_form .error input[type="text"] {
  background: #fce5e5;
}

.m_form .error span {
  color: #dd0000;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 440px;
  line-height: 37px;
}

.m_form :placeholder-shown {
  color: #7f8487;
}

.m_form ::-webkit-input-placeholder {
  color: #7f8487;
}

.m_form :-ms-input-placeholder {
  color: #7f8487;
}

/*
.m_form input{display:block;}
.m_form .error{display:none;}
.m_form .error{color:#ad2121; font-size:14px; display:block; margin-top:10px;}
.m_form .note{color:#aaa; font-size:14px; display:block; margin-top:10px;}
*/

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

/* contents-news */
#contents-news {
  padding-top: 60px;
}

#contents-news .inner {
  width: 980px;
  margin: 0 auto 0px auto;
  position: relative;
}

#contents-news h1.m_title {
  margin-bottom: 60px;
}

#contents-news h1.m_title .sub span {
  background: #f5f5f5;
}

#contents-news p.year {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #cccccc solid;
}

#contents-news p.year span {
  display: inline-block;
  width: 110px;
}

#contents-news p.year select {
  display: inline-block;
}

#contents-news p.category {
  display: inline-block;
  width: 110px;
  vertical-align: top;
  position: relative;
  top: 2px;
}

#contents-news .m_form ul {
  display: inline-block;
  width: 780px;
  margin-bottom: 10px;
}

#contents-news .m_form ul li {
  float: left;
  list-style: none;
  margin: 0 20px 10px 0;
  font-size: 1.2rem;
}

#contents-news .m_form ul li label {
  font-size: 1.2rem;
}

#contents-news .m_form ._btn {
  margin-bottom: 0;
}

#contents-news .m_form ._btn a {
  width: 200px;
  height: 50px;
  line-height: 50px;
}

#contents-news .list {
  margin: 0 auto 30px auto;
  width: 980px;
}

#contents-news .list ul {
  list-style: none;
  position: relative;
}

#contents-news .list ul li {
  background: #fff;
  margin-bottom: 2px;
}

#contents-news .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}

#contents-news .list ul li:hover {
  box-shadow: 4px 4px 4px -4px rgba(153, 153, 153, 0.6);
  box-sizing: border-box;
}

#contents-news .list ul li a {
  display: block;
  padding: 30px 80px;
  box-sizing: border-box;
}

#contents-news .list ul li .image {
  width: 180px;
  display: block;
  float: left;
  margin-right: 40px;
}

#contents-news .list ul li .image img {
  vertical-align: bottom;
}

#contents-news .list ul li .date {
  color: #7f8387;
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#contents-news .list ul li .lead {
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.4;
  display: block;
}

#contents-news .list ul li ul.tag {
  width: 600px;
  /*width:210px;*/
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: inline-block;
}

#contents-news .list ul li ul.tag li {
  list-style: none;
  /*width:100px;*/
  float: left;
  margin: 0 10px 10px 0;
  padding: 6px 15px;
  background: #a9adaf;
  text-align: center;
  font-size: 1.1rem;
  /*line-height:25px;*/
  border-radius: 2px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#contents-news .list ul li ul.tag li:nth-last-child(1) {
  /*margin-right:0%;*/
}

#contents-news .pager {
  overflow: hidden;
  margin-bottom: 80px;
}

#contents-news .pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}

#contents-news .pager ul li {
  margin: 0 5px;
  position: relative;
  left: -50%;
  float: left;
}

#contents-news .pager ul li span,
#contents-news .pager ul li a {
  display: block;
  font-size: 1.4rem;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#contents-news .pager ul li a {
  background: #ffffff;
  border: 1px #a5a9ab solid;
  color: #555;
  text-decoration: none;
}

#contents-news .pager ul li.prev {
  margin-right: 5px;
}

#contents-news .pager ul li.next {
  margin-left: 5px;
}

#contents-news .pager ul li.prev a,
#contents-news .pager ul li.prev a:hover {}

#contents-news .pager ul li.next a,
#contents-news .pager ul li.next a:hover {}

#contents-news .pager ul li a:hover {
  background: #53595d;
  border: 1px #53595d solid;
  color: #fff;
}

#contents-news .pager ul li.current span {
  background: #53595d;
  border: 1px #53595d solid;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

#contents-news-detail {
  padding-top: 80px;
}

#contents-news-detail .inner {
  width: 980px;
  margin: 0 auto 0px auto;
  position: relative;
}

#contents-news-detail .title {
  padding: 0 80px;
  margin-bottom: 50px;
}

#contents-news-detail .title .date {
  color: #7f8387;
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: block;
}

#contents-news-detail .title .lead {
  color: #333333;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.4;
  display: block;
}

#contents-news-detail .title ul.tag {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

#contents-news-detail .title ul.tag li {
  list-style: none;
  padding: 10px 15px;
  float: left;
  margin: 0 10px 10px 0;
  background: #a9adaf;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2px;
  border-radius: 2px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  letter-spacing: 0.045em;
}

#contents-news-detail .title ul.tag li:nth-last-child(1) {
  margin-right: 0%;
}

#contents-news-detail .contents-area {
  padding: 0 80px;
  margin-bottom: 60px;
  box-sizing: border-box;
}

#contents-news-detail .contents-area p {
  font-size: 1.4rem;
  ;
  line-height: 1.7;
}

/*#contents-news-detail .contents-area img{width:100%!important; height:auto!important;}*/

#contents-news-detail .sns {
  text-align: center;
  padding-bottom: 30px;
}

#contents-news-detail .sns .share {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 38px;
  margin-right: 30px;
  display: inline-block;
}

#contents-news-detail .sns .link {
  display: inline-block;
}

#contents-news-detail .sns a.facebook,
#contents-news-detail .sns a.twitter,
#contents-news-detail .sns a.line {
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}

#contents-news-detail .sns a.facebook {
  background: #3B5997;
}

#contents-news-detail .sns a.twitter {
  background: #1da1f1;
}

#contents-news-detail .sns a.line {
  background: #00b900;
  margin-right: 0;
}

#contents-news-detail .sns a.facebook span,
#contents-news-detail .sns a.twitter span,
#contents-news-detail .sns a.line span {
  font-size: 1.3rem;
  color: #fff;
  line-height: 38px;
  display: inline-block;
  padding-right: 30px;
}

#contents-news-detail .sns a.facebook span {
  background: url(/images/common/icon_btn_facebook.png) 100% 45% no-repeat;
  background-size: 20px 20px;
}

#contents-news-detail .sns a.twitter span {
  background: url(/images/common/icon_btn_twitter.png) 100% 45% no-repeat;
  background-size: 20px 20px;
}

#contents-news-detail .sns a.line span {
  background: url(/images/common/icon_btn_line.png) 100% 45% no-repeat;
  background-size: 20px 20px;
}

#contents-news-detail .pager {
  border-top: 1px #bfc2c3 solid;
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 30px;
}

#contents-news-detail .pager .prev {
  float: left;
  position: relative;
  top: 10px;
}

#contents-news-detail .pager .next {
  float: right;
  position: relative;
  top: 10px;
}

#contents-news-detail .pager .prev a {
  color: #a9adaf;
  background: url(/images/common/icon_arrow_left.png) no-repeat;
  background-position: left 5px top 50%;
  background-size: 12px 11px;
  padding: 0 30px 0 27px;
  border-right: 1px #d4d6d7 solid;
}

#contents-news-detail .pager .next a {
  color: #a9adaf;
  background: url(/images/common/icon_arrow.png) no-repeat;
  background-position: right 5px top 50%;
  background-size: 12px 11px;
  padding: 0 27px 0 30px;
  border-left: 1px #d4d6d7 solid;
}

#contents-news-detail .pager .prev a:hover {
  padding-left: 27px;
  background-position: left 0px top 50%;
}

#contents-news-detail .pager .next a:hover {
  padding-right: 27px;
  background-position: right 0px top 50%;
}

#contents-news-detail .pager .prev a:hover,
#contents-news-detail .pager .next a:hover {
  text-decoration: underline;
  position: relative;
  -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;
}

#contents-news-detail .pager ._btn {
  width: 50%;
  margin: 0 auto;
}

#contents-news-detail .pager ._btn a {
  width: 200px;
  height: 50px;
  line-height: 50px;
}

/*m_area_box*/
.m_area_box,
.m_area_box2 {
  background: #fff;
  box-shadow: 4px 4px 4px -4px rgba(153, 153, 153, 0.6);
  box-sizing: border-box;
}

.m_area_box {
  margin-bottom: 60px;
  padding: 30px 40px;
  border-top: 2px #7f8387 solid;
}

.m_area_box2 {
  margin-bottom: 80px;
  padding: 40px 0;
  border-top: 3px #dd0000 solid;
}


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

/* contents-business */
#contents-business {
  padding-top: 80px;
}

#contents-business.detail {
  padding-top: 0;
}

#contents-business .inner {
  width: 980px;
  margin: 0 auto 0px auto;
  position: relative;
}

#contents-business h1.m_title .sub span {
  background: #f5f5f5;
}

#contents-business h2.m_title2 .sub span {
  background: #f5f5f5;
}

#contents-business div.m_link-box h2.m_title2 .sub span {
  background: #ffffff;
}

#contents-business .m_title {
  margin-bottom: 50px;
}

#contents-business h2 {
  font-size: 2.0rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 40px;
}

#contents-business h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

#contents-business .lead {
  font-size: 1.4rem;
  line-height: 1.7;
}

#contents-business .image {
  font-size: 1.4rem;
  line-height: 1.7;
}

#contents-business .mv-image {
  margin-bottom: 60px;
}

#contents-business .mv-image img {}

/* m_2colspan */
.m_2colspan {
  padding-bottom: 80px;
  position: relative;
}

.m_2colspan .text {
  width: 520px;
  float: left;
}

.m_2colspan .text p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.m_2colspan .text ul {
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0 0 20px 20px;
}

.m_2colspan .image {
  width: 400px;
  float: right;
}

.m_2colspan .image img {
  width: 100%;
}

#contents-business.detail .m_2colspan .image {
  width: 600px;
  position: absolute;
  right: -200px;
  top: 0;
}

#contents-business.detail .m_2colspan {
  min-height: 380px;
}

.business.under#senior .m_2colspan .image h3 {
  font-size: 1.4rem;
  text-align: left !important;
  margin-bottom: 10px;
}

.business.under#senior .m_2colspan .image h3 span {
  color: #dd0000;
  margin-right: 20px;
}

.business.under#senior .m_2colspan .image p {
  margin-bottom: 50px;
}

.business.under#senior .m_2colspan .image p.case {
  margin-bottom: 20px;
}

.business.under#senior .m_2colspan .image p.case img {
  width: auto;
}

.business.under#senior #contents-business.detail .m_2colspan {
  min-height: 780px;
}

/* m_colspan */
.m_colspan {
  padding-bottom: 60px;
  position: relative;
}

.m_colspan h3 {
  text-align: left !important;
  margin-bottom: 20px !important;
}

.m_colspan p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.m_colspan p.image {
  margin-bottom: 0;
}

.m_colspan .image img {
  width: 100%;
}

/* m_3colbox */
.m_3colbox_lead {
  clear: both;
  padding-top: 40px;
  margin-bottom: 50px;
}

ul.m_3colbox {}

ul.m_3colbox li {
  list-style: none;
  width: 300px;
  margin-right: 40px;
  box-sizing: border-box;
  border: 1px #aaa solid;
  padding-bottom: 30px;
  float: left;
  min-height: 244px;
}

ul.m_3colbox li:nth-child(3n) {
  margin-right: 0;
}

ul.m_3colbox li h3 {
  font-size: 2.4rem !important;
  padding: 10px 0;
  background: #aaa;
  color: #fff !important;
  letter-spacing: 0.2em;
}

ul.m_3colbox li h4 {
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #dd0000;
}

ul.m_3colbox li p {
  padding: 0 30px;
  line-height: 1.3;
}

/* m_bnrbox */
ul.m_bnrbox {
  margin-bottom: 40px;
}

ul.m_bnrbox li {
  list-style: none;
  float: left;
  width: 300px;
  margin: 0 40px 40px 0;
  background: #e5e5e5;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
}

ul.m_bnrbox li:hover {
  background: #dd0000;
  /*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  border-radius: 4px;
  webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

ul.m_bnrbox li:nth-child(3n) {
  margin-right: 0;
}

ul.m_bnrbox li .image {
  height: 85px;
  display: block;
  background: #ffffff;
  text-align: center;
}

ul.m_bnrbox li .image img {
  height: 85px;
}

ul.m_bnrbox li .title {
  display: block;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 15px;
  color: #2a3237;
  font-weight: bold;
}

ul.m_bnrbox li a {}

ul.m_bnrbox li a:hover .title {
  color: #ffffff;
}

/* m_link-box business company */
div.m_link-box {
  padding-top: 60px;
  background: #ffffff;
}

div.m_link-box ul.business,
div.m_link-box ul.company {
  padding-bottom: 60px;
}

div.m_link-box ul.business li,
div.m_link-box ul.company li {
  list-style: none;
  float: left;
  width: 215px;
  margin: 0 40px 40px 0;
  background: #ffffff;
  /*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  border-radius: 4px;
}

div.m_link-box ul.business li:hover,
div.m_link-box ul.company li:hover {
  background: #dd0000;
  /*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  border-radius: 4px;
  webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

div.m_link-box ul.business li:nth-child(4n),
div.m_link-box ul.company li:nth-child(4n) {
  margin-right: 0;
}

div.m_link-box ul.business li .image,
div.m_link-box ul.company li .image {
  width: 215px;
  height: 110px;
  display: block;
}

div.m_link-box ul.business li:nth-child(1) .image {
  background: url(/images/common/img_navi_service01.jpg) 50% 0% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.business li:nth-child(2) .image {
  background: url(/images/common/img_navi_service02.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.business li:nth-child(5) .image {
  background: url(/images/common/img_navi_service03.jpg) 50% 0% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.business li:nth-child(7) .image {
  background: url(/images/common/img_navi_service04.jpg) 50% 0% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.business li:nth-child(4) .image {
  background: url(/images/common/img_navi_service05.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.business li:nth-child(3) .image {
  background: url(/images/common/img_navi_service06.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.business li:nth-child(8) .image {
  background: url(/images/common/img_navi_service07.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.business li:nth-child(6) .image {
  background: url(/images/common/img_navi_service08.jpg) 50% 50% no-repeat;
  background-size: 150%;
}

div.m_link-box ul.company li:nth-child(1) .image {
  background: url(/images/common/img_navi_company01.jpg) 52% 25% no-repeat;
  background-size: 240%;
}

div.m_link-box ul.company li:nth-child(2) .image {
  background: url(/images/common/img_navi_company02.jpg) 50% 50% no-repeat;
  background-size: 100%;
}

div.m_link-box ul.company li:nth-child(3) .image {
  background: url(/images/common/img_navi_company03.jpg) 50% 45% no-repeat;
  background-size: 120%;
}

div.m_link-box ul.company li:nth-child(4) .image {
  background: url(/images/common/img_navi_company04.jpg) 50% 100% no-repeat;
  background-size: 100%;
}

div.m_link-box ul.company li:nth-child(5) .image {
  background: url(/images/common/img_navi_company05.jpg) 50% 50% no-repeat;
  background-size: 100%;
}

div.m_link-box ul.business li .title,
div.m_link-box ul.company li .title {
  display: block;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 20px;
  background: url(/images/common/icon_arrow.png) no-repeat;
  background-size: 12px 11px;
  background-position: top 50% right 20px;
  color: #2a3237;
  font-weight: bold;
}

div.m_link-box ul.business li a,
div.m_link-box ul.company li a {}

div.m_link-box ul.business li a:hover .title,
div.m_link-box ul.company li a:hover .title {
  background: url(/images/common/icon_arrow_white.png) no-repeat;
  background-size: 12px 11px;
  background-position: top 50% right 20px;
  color: #ffffff;
}

/* m_mv*/
.m_mv {
  width: 100%;
  height: 420px;
  margin-bottom: 80px;
  display: block;
  position: relative;
}

.shop.under .m_mv {
  width: 100%;
  height: 280px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

/*-----------*/
.business.under#tenpo .m_mv {
  background: url(/images/business/pc/img_mv_tenpo.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#houjin .m_mv {
  background: url(/images/business/pc/img_mv_houjin.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#gakusei .m_mv {
  background: url(/images/business/pc/img_mv_gakusei.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#premiere .m_mv {
  background: url(/images/business/pc/img_mv_premiere.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#rojin-home .m_mv {
  background: url(/images/business/pc/img_mv_rojin-home.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#hanbai .m_mv {
  background: url(/images/business/pc/img_mv_hanbai.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#leasing .m_mv {
  background: url(/images/business/pc/img_mv_leasing.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#propertymanagement .m_mv {
  background: url(/images/business/pc/img_mv_propertymanagement.jpg) 50% 0% no-repeat;
  background-size: cover;
}

/* 画像未 */
.business.under#support .m_mv {
  background: url(/images/business/pc/img_mv_support.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#senior .m_mv {
  background: url(/images/business/pc/img_mv_senior.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#onebag .m_mv {
  background: url(/images/business/pc/img_mv_onebag.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#kaigo .m_mv {
  background: url(/images/business/pc/img_mv_kaigo.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#care .m_mv {
  background: url(/images/business/pc/img_mv_care.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#reno .m_mv {
  background: url(/images/business/pc/img_mv_reno.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#reno_owner .m_mv {
  background: url(/images/business/pc/img_mv_reno_owner.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#partners .m_mv {
  background: url(/images/business/pc/img_mv_partners.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#shindan .m_mv {
  background: url(/images/business/pc/img_mv_shindan.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.business.under#internal .m_mv {
  background: url(/images/business/pc/img_mv_internal.jpg) 50% 0% no-repeat;
  background-size: cover;
}

/*-----------*/
.shop.under#shibuya .m_mv {
  background: url(/images/shop/img_tenpo_shibuya.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#meguro .m_mv {
  background: url(/images/shop/img_tenpo_meguro.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#roppongi .m_mv {
  background: url(/images/shop/img_tenpo_roppongi.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#ochanomizu .m_mv {
  background: url(/images/shop/img_tenpo_ochanomizu.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.shop.under#shimokitazawa .m_mv {
  background: url(/images/shop/img_tenpo_shimokitazawa.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#monzennakacho .m_mv {
  background: url(/images/shop/img_tenpo_monzennakacho.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#koenji .m_mv {
  background: url(/images/shop/img_tenpo_koenji.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#ikebukuro .m_mv {
  background: url(/images/shop/img_tenpo_ikebukuro.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#asagaya .m_mv {
  background: url(/images/shop/img_tenpo_asagaya.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#kawasaki .m_mv {
  background: url(/images/shop/img_tenpo_kawasaki.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#tsurumi .m_mv {
  background: url(/images/shop/img_tenpo_tsurumi.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#sangenjaya .m_mv {
  background: url(/images/shop/img_tenpo_sangenjaya.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#nakano .m_mv {
  background: url(/images/shop/img_tenpo_nakano.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#kamata .m_mv {
  background: url(/images/shop/img_tenpo_kamata.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#shibuya-houjin .m_mv {
  background: url(/images/shop/img_houjin_shibuya.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#tokyoekimae .m_mv {
  background: url(/images/shop/img_houjin_tokyoekimae.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.shop.under#tokyo .m_mv {
  background: url(/images/shop/img_houjin_tokyo.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.shop.under#shinagawa .m_mv {
  background: url(/images/shop/img_houjin_shinagawa.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#yokohama .m_mv {
  background: url(/images/shop/img_houjin_yokohama.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#chiba .m_mv {
  background: url(/images/shop/img_houjin_chiba.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#omiya .m_mv {
  background: url(/images/shop/img_houjin_omiya.jpg) 50% 20% no-repeat;
  background-size: cover;
}

.shop.under#shinosaka .m_mv {
  background: url(/images/shop/img_houjin_shinosaka.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.shop.under#umeda .m_mv {
  background: url(/images/shop/img_houjin_umeda.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#kobe .m_mv {
  background: url(/images/shop/img_houjin_kobe.jpg) 50% 20% no-repeat;
  background-size: cover;
}

.shop.under#nagoya .m_mv {
  background: url(/images/shop/img_houjin_nagoya.jpg) 50% 20% no-repeat;
  background-size: cover;
}

.shop.under#fukuoka .m_mv {
  background: url(/images/shop/img_houjin_fukuoka.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#tachikawa .m_mv {
  background: url(/images/shop/img_tenpo_tachikawa.jpg) 50% 0% no-repeat;
  background-size: cover;
}

.shop.under#tachikawa-houjin .m_mv {
  background: url(/images/shop/img_houjin_tachikawa.jpg) 50% 0% no-repeat;
  background-size: cover;
}

/*-----------*/
.m_mv:before {
  content: "";
  width: 100%;
  height: 420px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.shop.under .m_mv:before {
  content: "";
  width: 100%;
  height: 280px;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.m_mv .inner {
  display: table;
  position: relative;
}

.m_mv h1 {
  font-size: 3.0rem;
  line-height: 1.5;
  padding-bottom: 40px;
}

.m_mv .mv_text {
  height: 420px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.shop.under .m_mv .mv_text {
  height: 280px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.m_mv .bnr {
  position: absolute;
  bottom: 30px;
}

.m_mv .bnr span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}

.m_mv .bnr img {
  height: 50px;
}

/*-----*/
.business.under#gakusei .m_mv .bnr img {
  height: 30px;
}

.business.under#partners .m_mv .bnr img {
  height: 30px;
}

/*.business.under#shindan .m_mv .bnr img{height:30px;}*/
.business.under#senior .m_mv .bnr img {
  height: 30px;
}

.business.under#care .m_mv .bnr img {
  height: 30px;
}

.business.under#internal .m_mv .bnr img {
  height: 20px;
}

.business.under#internal .m_point {}

/* m_point*/
.m_point {
  padding-top: 80px;
  margin-bottom: 40px;
}

.m_point .work {
  padding-top: 80px;
  margin-bottom: 0;
}

.m_point .work .box2 {
  padding-top: 80px !important;
}

.m_point .project .box2 {
  padding-top: 80px !important;
  margin-bottom: 80px;
}

.business.under#internal .m_point {
  padding-top: 0px;
}

.business.under#reno .box2 {
  padding-top: 60px;
  padding-bottom: 0;
}

.business.under#reno .box2 li:nth-last-child(1) {
  padding-top: 20px;
}

.m_point ul.box a {
  color: #000;
  text-decoration: underline;
}

.m_point ul.box {
  background: #fff;
  box-shadow: 2px 0px 6px -2px rgba(153, 153, 153, 0.4);
  padding: 70px 70px 0 70px;
  box-sizing: border-box;
  counter-reset: number 0;
}

.m_point ul.box li {
  list-style: none;
  width: 370px;
  margin: 0 100px 70px 0;
  float: left;
  counter-increment: number 1;
}

.m_point ul.box li:nth-child(2n) {
  margin-right: 0;
}

.m_point ul.box li .image {
  position: relative;
  display: block;
}

.m_point ul.box li .image:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 35px;
  line-height: 68px;
  font-size: 2.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  background: #dd0000;
  position: absolute;
  top: -30px;
  left: -30px;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
}

.m_point ul.box li .image:before {
  content: "0"counter(number);
}

.m_point ul.box li h3 {
  font-size: 1.8rem !important;
  line-height: 1.5;
  /*margin:30px 0;*/
  margin: 20px 0 !important;
  text-align: left !important;
}

.m_point ul.box li .lead {
  font-size: 1.4rem;
  line-height: 2 !important;
}

.m_point ul.box.imagenon {
  padding: 10px 70px 50px 70px;
}

.m_point ul.box.imagenon li {
  margin: 0 100px 10px 0;
}

.m_point ul.box.imagenon li:nth-child(2n) {
  margin-right: 0;
}

.m_point ul.box li h3.num {
  font-size: 1.8rem !important;
  line-height: 1.5;
  margin-bottom: 20px !important;
  text-align: left !important;
  position: relative;
  padding: 24px 0 0 70px;
}

.m_point ul.box li h3.num:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 35px;
  line-height: 68px;
  font-size: 2.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  background: #dd0000;
  position: absolute;
  top: 0;
  left: -30px;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
}

.m_point ul.box li h3.num:before {
  content: "0"counter(number);
}

.m_point ul.box.imagenon li .lead {
  padding-left: 70px;
  display: block;
}

.m_point ul.box2 a {
  color: #000;
  text-decoration: underline;
}

.m_point ul.box2 {
  background: #fff;
  box-shadow: 2px 0px 6px -2px rgba(153, 153, 153, 0.4);
  padding: 40px 70px 20px 70px;
  box-sizing: border-box;
  counter-reset: number 0;
}

.m_point ul.box2 li {
  list-style: none;
  width: 840px;
  margin: 0 0 50px 0;
  counter-increment: number 1;
}

.m_point ul.box2 li h3 {
  font-size: 1.8rem !important;
  line-height: 1.5;
  margin-bottom: 20px !important;
  text-align: left !important;
  position: relative;
  padding: 24px 0 0 70px;
}

.m_point ul.box2 li h3:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 35px;
  line-height: 68px;
  font-size: 2.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  background: #dd0000;
  position: absolute;
  top: 0;
  left: -30px;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
}

.m_point ul.box2 li h3:before {
  content: "0"counter(number);
}

.m_point ul.box2 li .lead {
  font-size: 1.4rem;
  line-height: 2 !important;
  padding-left: 70px;
  display: block;
  margin-bottom: 40px;
}

.m_point ul.box2 li .image {
  position: relative;
  display: block;
}

.m_point ul.box2 li.col2 {
  margin: 0 0 80px 0;
}

.m_point ul.box2 li.col2:nth-last-child(1) {
  margin: 0 0 60px 0;
}

.m_point ul.box2 li.col2 .image {
  position: relative;
  display: block;
  width: 370px;
  float: left;
}

.m_point ul.box2 li.col2 .image:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 35px;
  line-height: 68px;
  font-size: 2.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  background: #dd0000;
  position: absolute;
  top: -30px;
  left: -30px;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
}

.m_point ul.box2 li.col2 .image:before {
  content: "0"counter(number);
}

.m_point ul.box2 li.col2 .text {
  float: right;
  width: 440px;
}

.m_point ul.box2 li.col2 h3 {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

.m_point ul.box2 li.col2 h3:before {
  display: none;
  position: static;
}

.m_point ul.box2 li.col2 .lead {
  padding-left: 0 !important;
  margin-bottom: 30px;
  display: block;
}

.m_point ul.box2 li.col2 .address {
  font-size: 1.4rem;
  line-height: 2 !important;
  margin-bottom: 0;
  display: block;
}

.m_point ul.box2 li.col2 .address a {
  color: #dd0000;
}


.m_point .contactform {
  text-align: center;
  margin-top: 40px;
}

.m_point .contactform a {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: #e60012;
  border: 1px solid #e60012;
  text-decoration: none;
  padding: 16px 24px;
}

.m_point .contactform a:hover {
  color: #e60012;
  background: #fff;
  border: 1px solid #e60012;
}

.m_point .contact {
  display: block;
  text-align: center;
  padding: 40px 0;
}

.m_point .tel {
  display: inline-block;
  width: 320px;
  /*margin-right:60px;*/
  text-align: center;
}

.m_point .tel .title {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.m_point .tel .number {
  background: url(/images/common/icon_tel.png) 0 50% no-repeat;
  color: #dd0000;
  background-size: 30px 30px;
  padding-left: 40px;
  font-size: 3.8rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.m_point .tel .number a {
  color: #dd0000;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.m_point .link {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  position: relative;
  top: 5px;
}

.m_point .link_shindan {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.m_point .link a {
  width: 240px;
  box-sizing: border-box;
  text-align: center;
}

.m_point .sns {
  display: block;
  text-align: center;
  padding: 0 0 60px 0;
}

.m_point .sns .title {
  margin: 0 20px 0 10px;
  font-size: 1.6rem;
  line-height: 32px;
}

.m_point .sns a {
  margin-right: 10px;
}

.m_point .sns a img {
  width: 32px;
  vertical-align: bottom;
}

.m_point .contact_link {
  text-align: center;
  padding: 30px 0 0 0;
  position: relative;
  top: -50px;
  /*width:500px;*/
  margin: 0 auto;
}

.m_point .contact_link .link {
  width: 360px;
  /*float:right;*/
  display: block;
  margin: 0 auto;
}

.m_point .contact_link .link a {
  width: 360px;
}

.m_point .contact_link .image {
  /*float:left;*/
  display: block;
}

.m_point .contact_link .note {
  font-size: 1.2rem;
  padding-top: 20px;
  display: block;
  clear: both;
}

/*m_solution*/
.m_solution {
  margin-top: 100px;
}

.m_solution .wrapper {
  background: #fff;
  box-shadow: 2px 0px 6px -2px rgba(153, 153, 153, 0.4);
  padding: 70px;
  box-sizing: border-box;
}

.m_solution .image {
  float: left;
  width: 390px;
}

.m_solution .text {
  float: right;
  width: 420px;
}

.m_solution .text h3 {
  font-size: 2.0rem !important;
  font-weight: normal;
  text-align: left !important;
}

.m_solution .text h3 span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
}

.m_solution .text h3 strong {
  color: #dd0000;
  font-weight: normal;
}

.m_solution .text p.before {
  min-height: 190px;
  line-height: 2;
}

.m_solution .text p.after {
  min-height: 160px;
  line-height: 2;
}

.m_solution .text h4 {
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: #94989b 1px dashed;
  margin-bottom: 20px;
}

.m_solution .text ul {
  padding: 0 0 0 20px;
}

.m_solution .text ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 20px;
}

.m_solution .text ul li:before {
  content: "－";
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.m_solution .text ul li span {
  display: inline-block;
  vertical-align: top;
}

.m_solution .beforeafter {
  margin: 20px 0 30px 0;
  min-height: 142px;
}

.m_solution .beforeafter span {
  width: 560px;
  box-sizing: border-box;
  background: url(/images/business/icon_reno_owner_arrow.png) 0 50% no-repeat !important;
  background-size: 46px 142px;
  font-size: 2.0rem;
  ;
  display: block;
  margin: 0 auto;
  padding: 45px 0 45px 60px;
}

.m_solution .beforeafter span span {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  background: none !important;
}

/*m_lineup*/
.m_lineup {
  margin-top: 80px;
}

.m_lineup .wrapper {
  background: #fff;
  box-shadow: 2px 0px 6px -2px rgba(153, 153, 153, 0.4);
  padding: 70px;
  box-sizing: border-box;
}

.m_lineup table {
  width: 840px;
  border-bottom: #94989b 1px solid;
}

.m_lineup table th {
  width: 100px;
  vertical-align: middle;
  text-align: center;
  border-top: #94989b 1px solid;
}

.m_lineup table td {
  padding: 20px;
  box-sizing: border-box;
  border-top: #94989b 1px solid;
  line-height: 2;
}

.m_lineup table td img {
  margin-top: 10px;
}

.m_lineup table tr:nth-child(1) th,
.m_lineup table tr:nth-child(1) td {
  text-align: center;
}

.m_lineup table tr:nth-child(2) th,
.m_lineup table tr:nth-child(2) td {
  background: #EEEFEF;
}

.m_lineup table td:nth-child(2) {
  width: 240px;
}

.m_lineup table td:nth-child(3) {
  width: 220px;
}

.m_lineup table td:nth-child(4) {
  width: 280px;
}

.m_lineup .scroll {
  overflow-x: auto;
  overflow-y: hidden;
  /* white-space: nowrap;*/
}

.m_lineup .scroll::-webkit-scrollbar {
  height: 5px;
}

.m_lineup .scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.m_lineup .scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/*m_title3*/
.m_title3 {}

.m_title3 img {
  height: 33px;
  margin-right: 20px;
  vertical-align: bottom;
}

.m_title3 span {
  border-left: #dd0000 2px solid;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 24px;
  padding: 1.6px 0 1.6px 10px;
  position: relative;
  top: -4px;
  font-weight: bold;
}

/* m_shop */
.m_shop {}

.m_shop p.lead {
  font-size: 1.6rem;
  line-height: 1.7;
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: #bfc2c3 2px solid;
  position: relative;
}

.m_shop p.lead:after {
  position: absolute;
  width: 18%;
  height: 2px;
  content: "";
  background: #293137;
  bottom: -1px;
  left: 0;
}

.m_shop ._table {
  margin-bottom: 50px;
  box-sizing: border-box;
  border: none;
}

.m_shop ._table th,
.m_shop ._table td {
  border: none;
  background: none;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.m_shop ._table th {
  padding: 15px 30px;
  width: 18%;
}

.m_shop ._table td {
  padding: 15px 30px 15px 40px;
}

.m_shop ._table td a {
  color: #293237;
}

.m_shop ._table td a.link {
  color: #dd0000;
  display: inline-block;
  background: url(/images/common/icon_link.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
}

.m_shop .googlemap {
  width: 980px;
  margin: 0 auto 30px auto;
  height: 400px;
  position: relative;
  background: #eee;
}

.m_shop .googlemap ._btn-link2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.m_shop #map-canvas {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.m_shop .note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.m_shop ._btn {
  margin-bottom: 100px;
}

.m_shop ._btn a {
  width: 200px;
  height: 50px;
  line-height: 50px;
}

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

/*contents-shoplist*/
#contents-shoplist {
  padding-top: 60px;
  padding-bottom: 60px;
}

#contents-shoplist h1.m_title {
  margin-bottom: 60px;
}

#contents-shoplist h1.m_title .sub span {
  background: #f5f5f5;
}

#contents-shoplist .inner {
  width: 980px;
  margin: 0 auto 0px auto;
  position: relative;
}

#contents-shoplist .m_area_box {
  padding-top: 25px;
  padding-bottom: 20px;
}

#contents-shoplist ul.link li {
  list-style: none;
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#contents-shoplist ul.link li:nth-last-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

#contents-shoplist ul.link li .category {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  position: relative;
  top: 2px;
  font-size: 1.5rem;
  font-weight: bold;
}

#contents-shoplist ul.link li ul {
  display: inline-block;
  width: 780px;
}

#contents-shoplist ul.link li ul li {
  float: left;
  list-style: none;
  margin: 0 30px 10px 0;
  font-size: 1.2rem;
  border: none;
  padding: 3px 0 0 15px;
  background: url(/images/shop/icon_arrow.png) 0% 50% no-repeat;
  background-size: 10px 6px;
}

#contents-shoplist ul.link li ul li a {
  color: #2a3237;
  font-size: 1.4rem;
}

/*m_box3*/
ul.m_box3 {
  width: 980px;
  margin: 0 auto 40px auto;
  display: block;
  position: relative;
  z-index: +1;
}

ul.m_box3 li {
  list-style: none;
  margin: 0 4px 4px 0;
  float: left;
  position: relative;
}

ul.m_box3 li a {}

ul.m_box3 li:nth-child(2n) {
  margin-right: 0;
}

ul.m_box3 li {
  width: 488px;
  height: 224px;
}

ul.m_box3 li a {
  width: 488px;
  height: 224px;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
  display: block;
  background: url(/images/common/icon_arrow.png) #fff no-repeat;
  background-size: 16px 15px;
  background-position: bottom 20px right 20px;
  /*/*box-shadow:4px 4px 2px -2px rgba(153,153,153,0.6); */
  box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.4);
  */ border-radius: 4px;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #333;
}

ul.m_box3 li a:hover {
  background: url(/images/common/icon_arrow_white.png) #2a3237 no-repeat;
  background-size: 16px 15px;
  background-position: bottom 20px right 20px;
  /*box-shadow:4px 4px 12px 0px rgba(153,153,153,0.6);*/
  box-shadow: 0px 5px 15px 4px rgba(153, 153, 153, 0.7);
  border-radius: 4px;
  color: #fff;
}

ul.m_box3 li a.non {
  background: #fff;
  pointer-events: none;
}

ul.m_box3 li a.non:hover {
  color: #333;
  background: #fff;
  box-shadow: none;
}

ul.m_box3 li h4.title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

ul.m_box3 li span {
  font-size: 1.4rem;
}

ul.m_box3 li span.address,
ul.m_box3 li span.access,
ul.m_box3 li span.tel,
ul.m_box3 li span.fax,
ul.m_box3 li span.free,
ul.m_box3 li span.time,
ul.m_box3 li span.holiday {
  margin-bottom: 5px;
  display: block;
}

ul.m_box3 li span:nth-last-child(1) {
  margin-bottom: 0;
}

ul.m_box3 li span.title {
  display: inline-block;
  width: 5em;
  vertical-align: top;
  position: relative;
}

ul.m_box3 li span.free span.title {
  width: 8em;
}

ul.m_box3 li span.title:after {
  content: "：";
  position: absolute;
  right: 0;
}

ul.m_box3 li span.data {
  display: inline-block;
  width: calc(100% - 5em);
  line-height: 1.2;
  position: relative;
  top: -2px;
}

ul.m_box3 li span.free span.data {
  width: calc(100% - 8em);
}

#contents-shoplist div.list h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.0rem;
  padding-top: 115px;
  margin-top: -115px;
  display: flex;
  align-items: center;
  clear: both;
  max-height: 32px;
}

#contents-shoplist div.list h2 span {
  margin-right: 20px;
}

/* #contents-shoplist div.list h2 span{display:block; margin-top:20px;} */
#contents-shoplist div.list h2 img {
  height: 50px;
}

#contents-shoplist div.list h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

#contents-shoplist div.list h2#gakusei img {
  height: 30px;
}

#contents-shoplist div.list h2#kaigo img {
  height: 32px;
}

#contents-shoplist div.list h2#company img {
  height: 30px;
}

#contents-shoplist div.list h2#sfit-partner img {
  height: 30px;
}

#contents-shoplist div.list h2#sfit-care img {
  height: 30px;
}

#contents-shoplist div.list h2#sfit-stay img {
  height: 30px;
}

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

/*contents-privacy*/
#contents-privacy {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-privacy .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 20px 0;
}

#contents-privacy h1 {
  font-size: 3.6rem;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px #dd0000 solid;
}

#contents-privacy h2.m_title2 {
  margin-top: 60px;
}

#contents-privacy p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.7;
}

#contents-privacy p.address,
#contents-privacy p.pmark {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

#contents-privacy h2.m_title2 .sub span {
  background: #f5f5f5;
  display: inline-block;
  padding: 0 20px;
}

#contents-privacy ._btn a {
  width: 200px;
  height: 50px;
  line-height: 50px;
}

#contents-privacy .m_area_box {
  border-top: none;
  padding-top: 40px;
  padding-bottom: 10px;
}

#contents-privacy .text h3 {
  margin-bottom: 20px;
}

#contents-privacy .text a {
  color: #293237;
  text-decoration: underline;
}

#contents-privacy .text ul {}

#contents-privacy .text ul li {
  list-style: none;
}

#contents-privacy .text ul li:before {
  content: "・";
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7;
}

#contents-privacy ._table {
  margin-bottom: 50px;
  box-sizing: border-box;
  border: none;
  border-top: #bfc2c3 2px solid;
  position: relative;
}

#contents-privacy ._table:after {
  position: absolute;
  width: 30%;
  height: 2px;
  content: "";
  background: #747a7d;
  top: -1px;
  left: 0;
}

#contents-privacy ._table th,
#contents-privacy ._table td {
  border: none;
  background: none;
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
}

#contents-privacy ._table th {
  padding: 5px 30px;
  width: 30%;
  vertical-align: top;
}

#contents-privacy ._table td {
  padding: 5px 30px 5px 40px;
}

#contents-privacy ._table td a {
  color: #293237;
}

#contents-privacy ._table td a.link {
  color: #dd0000;
  display: inline-block;
  background: url(/images/common/icon_link.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
}

/* #contents-privacy ._table tr:nth-child(1) th,
#contents-privacy ._table tr:nth-child(1) td{padding-top:40px;} */
#contents-privacy ._table tr._list {
  background: #bfc2c3;
}



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

/*contents-about*/
#contents-about {}

#contents-about .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#contents-about .about h1 {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 60px;
  text-align: center;
}

#contents-about .about-can h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
}

#contents-about p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

#contents-about p.image {
  padding-top: 30px;
}

#contents-about .about {
  background: url(/images/about/pc/img_about-main.jpg) 50% 50% no-repeat;
  padding: 100px 0 70px 0;
  background-size: cover;
  color: #FFFFFF;
}

#contents-about .about .inner {}

#contents-about .about-can {
  padding: 100px 0 70px 0;
}

#contents-about .about-can .inner {}

#contents-about .about-service {
  padding-top: 100px;
}

#contents-about .about-service .inner {}

/*contents-about-project*/
#contents-about-project {}

#contents-about-project .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#contents-about-project .m_mv {
  background: url(/images/about/img_project-main.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#contents-about-project .m_mv h1 {
  margin-bottom: 30px;
  padding-bottom: 0;
}

#contents-about-project .m_mv p {
  line-height: 2;
  margin-bottom: 0;
}

#contents-about-project .m_title2 {
  margin-bottom: 30px;
}

#contents-about-project .m_title2 span {
  text-align: left;
  background: #f5f5f5;
  padding-left: 0;
}

#contents-about-project .m_link-box .m_title2 span {
  text-align: center;
  background: #ffffff;
  padding: 0;
}

#contents-about-project .m_link-box .m_title2 .sub span {
  padding: 0 20px;
}

#contents-about-project .m_title2 span img {
  height: 40px;
}

#contents-about-project .m_title2 span:before {
  bottom: 50%;
}

#contents-about-project h3 {
  font-size: 2.0rem;
  margin-bottom: 25px;
}

#contents-about-project p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}

#contents-about-project p strong {
  font-weight: normal;
  position: relative;
  background: url(/images/about/bk_project-line.png) 0 2px repeat-x;
  background-size: auto 12px;
}

#contents-about-project ul.col2 {
  margin-bottom: 20px;
}

#contents-about-project ul.col2 li {
  list-style: none;
  margin: 0 40px 40px 0;
  float: left;
}

#contents-about-project ul.col2 li:nth-child(2n) {
  margin-right: 0;
}

#contents-about-project ul.col2 li img {
  width: 470px;
}

#contents-about-project ul.col3 {
  margin-bottom: 50px;
}

#contents-about-project ul.col3 li {
  list-style: none;
  margin: 0 31px 31px 0;
  float: left;
}

#contents-about-project ul.col3 li:nth-child(3n) {
  margin-right: 0;
}

#contents-about-project ul.col3 li img {
  width: 306px;
}

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

/*contents-customer*/
#contents-customer {
  padding-top: 100px;
  padding-bottom: 100px;
}

#contents-customer .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#contents-customer h1 {
  font-size: 3.6rem;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px #dd0000 solid;
}

#contents-customer p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
}

#contents-customer p._btn-link3 {
  text-align: center;
}

#contents-customer p._btn-link3 a {
  width: 240px;
}

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

/*contents-recruit*/
#contents-recruit {
  padding-top: 100px;
  padding-bottom: 60px;
}

#contents-recruit .m_title .sub span {
  background: #f5f5f5 !important;
}

#contents-recruit h2 {
  margin-bottom: 40px;
}

#contents-recruit .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#contents-recruit p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}

/*#contents-recruit p.attention{font-size:1.6rem; line-height:2; margin-bottom:20px; text-align:left;}*/
#contents-recruit p.attention {
  width: 860px;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 50px;
  text-align: left;
  border: 1px #dd0000 solid;
}

#contents-recruit p.bnr {
  margin-bottom: 80px;
}

#contents-recruit p.bnr a {
  margin-right: 20px;
}

#contents-recruit ul.m_box2.specialone li.level0 a span.image {
  background: url(/images/recruit/bnr_specialone.png) 50% 50% no-repeat;
  background-size: cover;
}

#contents-recruit ul.m_box2.professional li.level0 a span.image {
  background: url(/images/recruit/bnr_professional.png) 50% 50% no-repeat;
  background-size: cover;
}

#contents-recruit ul.m_box2 li.level0 .level0__img {
  box-shadow: 0px 2px 5px 2px rgb(153 153 153 / 40%);
}

.recruit-entry__wrapper {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.recruit-entry__btn {
  width:100%;
  text-align: center;
}
.recruit-entry__btn a:hover {
  opacity: 0.7;
}
.recruit-entry__link {
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 30px;
}

.recruit-entry__link span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  width: 60%;
}

.recruit-entry__txt {
  font-size: 1.4rem !important;
}

.new-graduate {
  background: #bf0015;
}

.mid-career {
  background: #0a2c4b;
}

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

.rec_table tr, .rec_table td, .rec_table th {
  border: 1px solid #000;
  text-align: center;
  padding: 15px;
  vertical-align: middle;
  font-size: 16px;
}

.rec_table tr:last-child th {
  width: 19%;
}

.rec_table__txt {
  margin-top: 30px;
  text-align: left !important;
  margin-bottom: 0 !important;
}

.rec_table__dec {
  text-align: right !important;
}


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

/*contents-language*/
#contents-language {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-language .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0 100px 0;
}

#contents-language h1 {
  font-size: 3.6rem;
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-bottom: 1px #dd0000 solid;
}

#contents-language h2.m_title2 {
  text-align: left;
}

#contents-language h2.m_title2 span {
  padding-left: 0;
}

#contents-language h2.m_title2.seminar .sub:before,
#contents-language h2.m_title2.profile .sub:before,
#contents-language h2.m_title2.access .sub:before,
#contents-language h2.m_title2.group .sub:before {
  bottom: 50%;
}

#contents-language h2.m_title2.seminar .sub span {
  background: #f5f5f5;
}

#contents-language h2.m_title2.seminar img {}

#contents-language h2.m_title2.profile img {}

#contents-language h2.m_title2.access img {}

#contents-language h2.m_title2.group img {}

#contents-language p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.7;
}

#contents-language .m_2colspan {}

#contents-language .m_2colspan .text {
  float: right;
  width: 460px;
}

#contents-language .m_2colspan .image {
  float: left;
  width: 480px;
}

#contents-language .m_area_box {
  border: none;
  padding: 50px 70px 30px 70px;
}

#contents-language h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#contents-language .m_2colspan.chn {
  padding-bottom: 50px;
}

#contents-language .m_2colspan.seminar .text {
  float: right;
  width: 520px;
}

#contents-language .m_2colspan.seminar .image {
  float: left;
  width: 420px;
}

#contents-language .m_2colspan.seminar .text h3 {
  font-size: 2.0rem;
  margin-bottom: 30px;
}

#contents-language ._table {
  margin-bottom: 50px;
  box-sizing: border-box;
  border: none;
  border-top: #bfc2c3 2px solid;
  position: relative;
}

#contents-language ._table:after {
  position: absolute;
  width: 30%;
  height: 2px;
  content: "";
  background: #747a7d;
  top: -1px;
  left: 0;
}

#contents-language ._table th,
#contents-language ._table td {
  border: none;
  background: none;
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
}

#contents-language ._table th {
  padding: 15px 30px;
  width: 30%;
  vertical-align: top;
}

#contents-language ._table td {
  padding: 15px 30px 15px 40px;
}

#contents-language ._table td a {
  color: #293237;
}

#contents-language ._table td a.link {
  color: #dd0000;
  display: inline-block;
  background: url(/images/common/icon_link.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
}

#contents-language ._table tr:nth-child(1) th,
#contents-language ._table tr:nth-child(1) td {
  padding-top: 40px;
}

#contents-language .googlemap {
  width: 840px;
  margin: 0 auto 60px auto;
  height: 400px;
  position: relative;
  background: #eee;
}

#contents-language .googlemap ._btn-link2 {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 1000;
}

#contents-language ul.group-link li.m_2colspan {
  list-style: none;
  padding-bottom: 0;
}

#contents-language ul.group-link li.m_2colspan .text {
  float: right;
  width: 460px;
}

#contents-language ul.group-link li.m_2colspan .image {
  float: left;
  width: 290px;
}

#contents-language ul.group-link li.m_2colspan .image img {
  box-sizing: border-box;
}

#contents-language ul.group-link li.m_2colspan .image a img {
  border: 1px #ccc solid;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#contents-language ul.group-link li.m_2colspan .image a img:hover {
  border: 1px #dd0000 solid;
}

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

body.company .m_link-box.footer .inner {
  padding-top: 0 !important;
}

/* contents-menu */
#contents-menu {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-menu .m_link-box {
  background: none;
}

#contents-menu .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 0px 0;
}

body.company #contents-menu h1.m_title img {
  height: 54px;
}

body.company #contents-menu h1.m_title .sub {
  margin-top: 10px;
}

#contents-menu h1.m_title .sub span {
  background: #f5f5f5;
}

/* contents-greeting */
#contents-greeting {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-greeting .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0 0 0;
}

#contents-greeting .m_area_box2 {
  border: none;
  padding-top: 0;
}

#contents-greeting h1.m_title {
  margin-bottom: 60px;
}

#contents-greeting h1.m_title img {
  height: 54px;
}

#contents-greeting h1.m_title .sub {
  margin-top: 0;
}

#contents-greeting h1.m_title .sub span {
  background: #f5f5f5;
}

#contents-greeting h2 {
  margin-bottom: 70px;
}

#contents-greeting p {
  padding: 0 70px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2;
}

#contents-greeting p.sign {
  text-align: right;
}

#contents-greeting p.sign img {
  width: 120px;
}

/* contents-philosophy */
#contents-philosophy {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-philosophy .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0 40px 0;
}

#contents-philosophy .m_area_box2 {
  border: none;
  padding: 50px 70px 40px 70px;
}

#contents-philosophy h1.m_title {
  margin-bottom: 60px;
}

#contents-philosophy h1.m_title img {
  height: 54px;
}

#contents-philosophy h1.m_title .sub {}

#contents-philosophy h1.m_title .sub span {
  background: #f5f5f5;
}

#contents-philosophy .m_area_box2 h2.m_title2 {}

#contents-philosophy .m_area_box2 h2.m_title2 span {
  padding-left: 0;
  text-align: left;
}

#contents-philosophy .m_area_box2 h2.m_title2 span img {
  height: 10px;
}

#contents-philosophy .m_area_box2 h2.m_title2:first-of-type span img {
  height: 12px;
}

#contents-philosophy .m_area_box2 h2.m_title2 .sub:before {
  bottom: 50%;
}

#contents-philosophy .m_area_box2 h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: normal;
}

#contents-philosophy .m_area_box2 h3 img {
  margin-right: 40px;
}

#contents-philosophy .m_area_box2 p {
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}

#contents-philosophy .m_area_box2 .box2 {
  box-shadow: none;
  padding: 0 45px;
  box-sizing: border-box;
}

#contents-philosophy .m_area_box2 .box2 .list {
  margin-top: 55px;
}

#contents-philosophy .m_area_box2 .box2 .list p {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #B3B3B3;
  padding-left: 50px;
  margin-right: 45px;
}

/* contents-profile */
#contents-profile {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-profile .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0 0 0;
}

#contents-profile .m_area_box2 {
  border: none;
  padding: 70px 70px 30px 70px;
}

#contents-profile h1.m_title {
  margin-bottom: 60px;
}

#contents-profile h1.m_title img {}

#contents-profile h1.m_title .sub {}

#contents-profile h1.m_title .sub span {
  background: #f5f5f5;
}

#contents-profile .m_title3 {
  margin-bottom: 40px;
}

#contents-profile .m_title3.group img {
  height: 41px;
}

#contents-profile p {
  margin-bottom: 30px;
}

#contents-profile p.note {
  color: #7f8386;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 60px;
}

#contents-profile ._table {
  margin-bottom: 50px;
  box-sizing: border-box;
  border: none;
  border-top: #bfc2c3 2px solid;
  position: relative;
}

#contents-profile ._table:after {
  position: absolute;
  width: 30%;
  height: 2px;
  content: "";
  background: #747a7d;
  top: -1px;
  left: 0;
}

#contents-profile ._table th,
#contents-profile ._table td {
  border: none;
  background: none;
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
}

#contents-profile ._table th {
  padding: 15px 30px;
  width: 30%;
  vertical-align: top;
}

#contents-profile ._table td {
  padding: 15px 30px 15px 40px;
}

#contents-profile ._table td a {
  color: #293237;
}

#contents-profile ._table td a.link {
  color: #dd0000;
  display: inline-block;
  background: url(/images/common/icon_link.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
}

#contents-profile ._table tr:nth-child(1) th,
#contents-profile ._table tr:nth-child(1) td {
  padding-top: 40px;
}

#contents-profile .googlemap {
  width: 840px;
  margin: 0 auto 30px auto;
  height: 400px;
  position: relative;
  background: #eee;
}

#contents-profile .googlemap ._btn-link2 {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 80;
}

#contents-profile ul.group-link li.m_2colspan {
  list-style: none;
  padding-bottom: 0;
}

#contents-profile ul.group-link li.m_2colspan .text {
  float: right;
  width: 520px;
}

#contents-profile ul.group-link li.m_2colspan .image {
  float: left;
  width: 290px;
}

#contents-profile ul.group-link li.m_2colspan .image img {
  box-sizing: border-box;
}

#contents-profile ul.group-link li.m_2colspan .image a img {
  border: 1px #ccc solid;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#contents-profile ul.group-link li.m_2colspan .image a img:hover {
  border: 1px #dd0000 solid;
}

#contents-profile ul.group-link li.m_2colspan .text .lead {
  padding-top: 0px;
}

#contents-profile ul.group-link li.m_2colspan .text .lead span.title {
  display: inline-block;
  position: relative;
}

#contents-profile ul.group-link li.m_2colspan .text .lead span.title:after {
  content: "：";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#contents-profile ul.group-link li.m_2colspan:nth-child(1) .text .lead span.title {
  width: 3em;
}

#contents-profile ul.group-link li.m_2colspan:nth-child(2) .text .lead span.title {
  width: 3.1em;
}

#contents-profile ul.group-link li.m_2colspan:nth-child(3) .text .lead span.title {
  width: 3em;
}

/* contents-history */
#contents-history {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-history .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 0 0;
}

#contents-history h1.m_title {
  margin-bottom: 60px;
}

#contents-history h1.m_title img {
  height: 60px;
}

#contents-history h1.m_title .sub {
  margin-top: 0;
}

#contents-history ul.history {
  counter-reset: number 2002;
  min-height: 80px;
}

#contents-history ul.history li {
  list-style: none;
  padding: 25px 0;
  box-sizing: border-box;
}

#contents-history ul.history li:nth-child(2n-1) {
  background: #f5f5f5;
}

#contents-history ul.history li:nth-child(2n) {
  background: #ffffff;
}

#contents-history ul.history li ul {
  width: 980px;
  margin: auto;
  position: relative;
  counter-increment: number 1;
  padding-left: 140px;
  box-sizing: border-box;
}

#contents-history ul.history li ul:before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 40px;
  line-height: 82px;
  font-size: 2.0rem;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #fff;
  background: #dd0000;
  position: absolute;
  top: 15px;
  left: 0px;
  text-align: center;
  z-index: +1;
}

#contents-history ul.history li:nth-child(2n) ul:before {
  background: #eb6666 !important;
}

#contents-history ul.history li ul:after {
  content: "";
  width: 1px;
  height: calc(100% + 50px);
  display: block;
  position: absolute;
  top: -25px;
  left: 40px;
  border-left: 1px #bec1c3 dashed;
}

#contents-history ul.history li:nth-child(1) ul:after {
  height: calc(50% + 25px);
  display: block;
  position: absolute;
  top: inherit;
  bottom: calc(-50% + 25px);
  left: 40px;
}

#contents-history ul.history li:nth-last-child(1) ul:after {
  height: calc(50% + 25px);
  display: block;
  position: absolute;
  top: inherit;
  bottom: calc(50% + 25px);
  left: 40px;
}

#contents-history ul.history li ul li {
  background: none !important;
  padding: 5px 0 !important;
  font-size: 1.4rem;
  line-height: 2;
  min-height: inherit;
}

#contents-history ul.history li ul:before {
  content: counter(number) " ";
}

#contents-history ul.history li ul li span.month {
  width: 3em;
  text-align: right;
  margin-right: 3em;
  display: inline-block !important;
  vertical-align: top;
  font-weight: bold;
}

#contents-history ul.history li ul li span.data {
  width: calc(100% - 6em);
  display: inline-block !important;
}

#contents-history ul.history li:nth-child(2) ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents-history ul.history li:nth-child(7) ul {
  padding-top: 25px;
  padding-bottom: 25px;
}

#contents-history ul.history li:nth-child(8) ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents-history ul.history li:nth-child(9) ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents-history ul.history li:nth-child(10) ul {
  padding-top: 35px;
  padding-bottom: 35px;
}

#contents-history ul.history li:nth-child(11) ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents-history ul.history li:nth-child(14) ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

#contents-history ul.history li:nth-child(16) ul {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* contents-organization */
#contents-organization {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contents-organization .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 40px 0;
}

#contents-organization h1.m_title {
  margin-bottom: 60px;
}

#contents-organization h1.m_title img {
  height: 60px;
}

#contents-organization h1.m_title .sub {
  margin-top: 0;
}


.add-solution-h1 {
  padding: 140px 0 60px 0;
}

.add-solution-link {
  color: #fff;
  display: inline-block;
  background: url(/images/common/icon_arrow_white.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  padding-right: 22px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

/* block margin */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}