@charset 'UTF-8';
#topics {
  /* end inner */
}

@media screen and (min-width: 1000px) {
  #topics {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

#topics h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #topics h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

#topics .inner_w1120 {
  line-height: 1.6;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #topics .inner_w1120 {
    width: 90%;
    margin: 0 auto;
  }
}

#topics .inner_w1120 .topic_category {
  font-size: 0;
  margin: 7% 0 5.6%;
  letter-spacing: 0;
}

#topics .inner_w1120 .topic_category li {
  display: inline-block;
  width: 18%;
  margin-right: 2%;
  text-align: center;
}
#topics .inner_w1120 .topic_category li:nth-child(n+6) {
  margin-top: 2%;
}

@media screen and (max-width: 1000px) {
  #topics .inner_w1120 .topic_category li {
    width: 32%;
    margin-bottom: 3%;
  }
  #topics .inner_w1120 .topic_category li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .topic_category li {
    width: 49%;
    margin-right: 0;
  }
  #topics .inner_w1120 .topic_category li:nth-child(2n+1) {
    margin-right: 2%;
  }
}

#topics .inner_w1120 .topic_category li a {
  font-size: 14px;
  display: block;
  padding: 6% 0;
  border: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #topics .inner_w1120 .topic_category li a {
    font-size: 2.1875vw;
  }
}

#topics .inner_w1120 .topic_category li a:hover {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: .5;
}

#topics .inner_w1120 .topic_category li.current-cat a {
  pointer-events: none;
  border: #efefef;
  background: #efefef;
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .topic_category li:nth-child(2n) {
    margin-right: 0;
  }
}

#topics .inner_w1120 .layout1 ul {
  font-size: 0;
  letter-spacing: 0;
}

#topics .inner_w1120 .layout1 ul li {
  position: relative;
  display: inline-block;
  width: 23%;
  margin: 0 2% 5% 0;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  #topics .inner_w1120 .layout1 ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .layout1 ul li:nth-child(3n) {
    margin-right: 3%;
  }
}

#topics .inner_w1120 .layout1 ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  #topics .inner_w1120 .layout1 ul li:nth-child(4n) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 1000px) {
  #topics .inner_w1120 .layout1 ul li {
    width: 32%;
    margin: 0 2% 5% 0;
  }
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .layout1 ul li {
    width: 48%;
  }
  #topics .inner_w1120 .layout1 ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#topics .inner_w1120 .layout1 ul li em {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  font-size: 12px;
  display: block;
  margin: 5% 0 3%;
  color: #000;
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .layout1 ul li em {
    font-size: 2.5vw;
  }
}

#topics .inner_w1120 .layout1 ul li em time {
  margin-right: 5%;
  padding-right: 5%;
  border-right: 1px solid #000;
}

#topics .inner_w1120 .layout1 ul li h5 {
  font-size: 13px;
  margin: 1% 0;
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .layout1 ul li h5 {
    font-size: 3.125vw;
  }
}

#topics .inner_w1120 .layout1 ul li p {
  font-size: 12px;
  text-align: justify;
  letter-spacing: .06em;
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .layout1 ul li p {
    font-size: 2.8125vw;
  }
}

#topics .inner_w1120 .layout1 ul li a {
  display: block;
}

#topics .inner_w1120 .layout1 ul li a:hover {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: .6;
}

#topics .inner_w1120 .layout1 ul li.new:before {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0 1%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: 'NEW';
  text-align: center;
  color: #fff;
  background: #db0a37;
}

#topics .inner_w1120 .pager,
.blog .pager {
  clear: both;
  overflow: hidden;
  padding: 4% 0 10%;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .pager,
  .blog .pager {
    margin: 14% 0;
  }
}

#topics .inner_w1120 .pager span,
.blog .pager span {
  vertical-align: middle;
}

#topics .inner_w1120 .pager a,
.blog .pager a {
  line-height: 1.6;
  display: inline-block;
  margin-right: 1%;
  padding: 0 10px;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #fff;
}

#topics .inner_w1120 .pager a:hover,
.blog .pager a:hover {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  background: #efefef;
}

#topics .inner_w1120 .pager li,
.blog .pager li {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: .001em;
}

@media screen and (max-width: 600px) {
  #topics .inner_w1120 .pager li,
  .blog .pager li {
    font-size: 4.6875vw;
  }
}

#topics .inner_w1120 .pager li.now a,
.blog .pager li.now a {
  border: 1px solid #fff;
  background: #efefef;
}

#topics .inner_w830,
#topics .owners .post,
.owners #topics .post {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
  letter-spacing: .06em;
}

@media screen and (max-width: 1000px) {
  #topics .inner_w830,
  #topics .owners .post,
  .owners #topics .post {
    width: 90%;
    margin: 0 auto;
  }
}

#topics .topic_detail {
  /* TOPIC詳細 CSS */
  padding: 80px 0 90px;
}

@media screen and (max-width: 600px) {
  #topics .topic_detail {
    padding: 6% 0 15%;
  }
}

#topics .topic_detail h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 4%;
  padding-bottom: 1.6%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #topics .topic_detail h4 {
    font-size: 3.90625vw;
  }
}

@media screen and (max-width: 600px) {
  #topics .topic_detail h4 {
    font-size: 5.625vw;
    padding-bottom: 2%;
  }
}

#topics .topic_detail h4 span {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  font-size: 13px;
  display: block;
  color: #000;
}

@media screen and (max-width: 1000px) {
  #topics .topic_detail h4 span {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 600px) {
  #topics .topic_detail h4 span {
    font-size: 2.5vw;
  }
}

#topics .topic_detail p {
/*  font-size: 14px; */
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 6%;
}

@media screen and (max-width: 1000px) {
  #topics .topic_detail p {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  #topics .topic_detail p {
    font-size: 3.125vw;
  }
}

#topics .topic_detail .post_area {
  margin-bottom: 5%;
  padding-bottom: 7.2%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  #topics .topic_detail .post_area {
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}

#topics .page_nav {
  font-size: 20px;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 600px) {
  #topics .page_nav {
    font-size: 4.6875vw;
  }
}

#topics .page_nav span {
  font-size: 12px;
  display: block;
}

@media screen and (max-width: 600px) {
  #topics .page_nav span {
    font-size: 1.5625vw;
  }
}

#topics .page_nav .prev {
  float: left;
  padding-left: 5%;
  text-align: left;
}

#topics .page_nav .prev:before {
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  content: '<';
}

@media screen and (max-width: 600px) {
  #topics .page_nav .prev:before {
    font-size: 4.6875vw;
    top: 20%;
  }
}

#topics .page_nav .next {
  float: right;
  padding-right: 5%;
  text-align: right;
}

#topics .page_nav .next:after {
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  content: '>';
}

@media screen and (max-width: 600px) {
  #topics .page_nav .next:after {
    font-size: 4.6875vw;
    top: 20%;
  }
}

#topics .page_nav a {
  display: block;
}

#topics .staff_btn {
  font-size: 14px;
  line-height: 1.6;
  clear: both;
  margin: 5% 0;
  text-align: center;
  border: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  #topics .staff_btn {
    font-size: 4.0625vw;
    margin-top: 10%;
    padding: 2% 0;
  }
}

#topics .staff_btn a {
  display: block;
  padding: 1.4% 0;
}


/* end TOPIC CSS */

html {
  font-size: 10px;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 2.35294vw;
  }
}

#concept {
  padding-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  #concept {
    padding-bottom: 8%;
  }
}

#concept h2 {
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
  font-size: 3.6rem;
  border-bottom: 1px dotted #000;
}

#concept h2 div {
    margin-bottom: -.5em;
    font-size: 2rem;
    line-height: 1;
}


#concept h2 span {
  display: inline-block;
  padding: 0 .6em;
  background-color: #fff;
  font-size: 2rem;
}

#concept .block {
  margin-top: 10rem;
}

@media screen and (min-width: 1001px) {
  #concept .illustration {
    background: url(../img/concept/illust.png) no-repeat right 210px top 14px;
  }
}

#concept .block {
  margin-top: 10rem;
}

@media screen and (min-width: 1001px) {
  #concept .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  #concept .block {
    margin: 10rem auto 0;
    width: 90%;
  }
}

#concept .block h3 {
  line-height: 1;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .1em;
}

@media screen and (min-width: 1001px) {
  #concept .block h3 {
    width: 260px;
  }
}

#concept .block h3 i {
  display: block;
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 1001px) {
  #concept .block div {
    width: 590px;
  }
}

#concept .block h4 {
  margin-top: -.5em;
  font-size: 2.4rem;
  letter-spacing: .2em;
  line-height: 2;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  #concept .block h4 br {
    display: none;
  }
  #concept .block div {
    margin-top: 4rem;
  }
}

#concept .block h4 img {
  width: auto;
  max-width: 100%;
  line-height: 1;
}


#concept .block p {
  margin-top: 2.4em;
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: -.06em;
}

#concept .btn {
  text-align: center;
  margin: 6rem auto 0;
  max-width: 884px;
  width: 100%;
  border-top: 1px dotted #000;
  font-size: 1.6rem;
  line-height: 2;
}

#concept .btn a {
  margin-top: 6.4rem;
  display: inline-block;
  border: 1px dotted #000;
  padding: 1em 0;
  font-size: 1.6rem;
  line-height: 2;
  max-width: 460px;
  width: 90%;
}




/*#concept .ttl_page {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #concept .ttl_page {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

@media screen and (max-width: 600px) {
  #concept .ttl_page {
    font-size: 7.8125vw;
  }
}

#concept .ttl_page span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #concept .ttl_page span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  #concept .ttl_page span {
    font-size: 3.4375vw;
  }
}

#concept .ttl_page hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 600px) {
  #concept {
    background-size: cover;
  }
}

@media screen and (min-width: 1000px) {
  #concept {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  #concept {
    width: 100%;
  }
}

#concept h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
  margin: 100px 0;
  text-align: center;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #concept h3 {
    font-size: 5.625vw;
    margin: 14% 0;
  }
}

#concept p {
  font-size: 15px;
  line-height: 2.6;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #concept p {
    font-size: 2.34375vw;
    line-height: 2;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
  }
  #concept p br {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (max-width: 600px) {
  #concept p {
    font-size: 3.4375vw;
  }
}

#concept .btn {
  font-size: 14px;
  line-height: 1.6;
  margin: 70px 0;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .16em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #concept .btn {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  #concept .btn {
    font-size: 3.75vw;
  }
}

#concept .btn a {
  display: inline-block;
  padding: 2.6% 4%;
  border: 1px dotted #000;
}*/

#strength {
  background-color: #f4f4f4;
}

@media screen and (min-width: 1000px) {
  #strength {
    width: 1200px;
    margin: 0 auto;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  #strength {
    width: 100%;
  }
}

#strength h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #strength h3 {
    font-size: 2.5vw;
    margin: 5% 0;
  }
}

@media screen and (max-width: 600px) {
  #strength h3 {
    font-size: 3.75vw;
    width: 90%;
    margin: 6% auto;
    /* br {
					display: none;
				}
				*/
  }
}

#strength .concept_lead {
  position: relative;
  width: 766px;
  margin: 20px auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #strength .concept_lead {
    width: 100%;
    margin: 0 0 10%;
  }
}

#strength .concept_lead a:hover img {
  opacity: .6;
}

#strength .concept_lead a img {
  width: 572px;
  height: auto;
}

#strength .concept_lead > img {
  position: absolute;
  width: 152px;
}

#strength ul.point {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #strength ul.point {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #strength ul.point {
    width: 90%;
  }
}

#strength ul.point li {
  float: left;
  width: 530px;
  margin: 0 40px 40px 0;
}

@media screen and (max-width: 1000px) {
  #strength ul.point li {
    width: 46%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 600px) {
  #strength ul.point li {
    width: 100%;
  }
}

#strength ul.point li:nth-child(even) {
  margin-right: 0;
}

#strength ul.point .thmb {
  position: relative;
}

#strength ul.point .thmb:after {
  position: absolute;
  bottom: -12%;
  left: 11%;
  width: 53px;
  height: 53px;
  content: '';
  background: url(../img/carrothouse/line_01.png) no-repeat;
}

#strength ul.point .desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px;
  color: #242424;
  background: white;
}

#strength ul.point .desc img {
  float: left;
  width: 92px;
}

@media screen and (max-width: 1000px) {
  #strength ul.point .desc img {
    float: none;
    width: 20%;
  }
}

#strength ul.point .desc .ex {
  float: left;
  margin: 0 0 20px 30px;
}

@media screen and (max-width: 1000px) {
  #strength ul.point .desc .ex {
    float: none;
    margin: 0;
  }
}

#strength ul.point .desc .ex h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: -7px;
  margin-bottom: 15px;
  letter-spacing: .1em;
}

@media screen and (max-width: 1000px) {
  #strength ul.point .desc .ex h4 {
    font-size: 2.34375vw;
    margin: 5% 0;
  }
}

@media screen and (max-width: 600px) {
  #strength ul.point .desc .ex h4 {
    font-size: 4.6875vw;
    line-height: 1.6;
  }
}

#strength ul.point .desc .ex p {
  font-size: 13.6px;
  line-height: 1.5;
  letter-spacing: .08em;
}

@media screen and (max-width: 1000px) {
  #strength ul.point .desc .ex p {
    font-size: .9375vw;
    margin: 5% 0;
  }
}

@media screen and (max-width: 600px) {
  #strength ul.point .desc .ex p {
    font-size: 3.125vw;
    line-height: 1.6;
  }
  #strength ul.point .desc .ex p br {
    display: none;
  }
}

#strength ul.point .desc .more_btn {
  position: relative;
  clear: both;
}

#strength ul.point .desc .more_btn a {
  font-size: 13px;
  line-height: 1.5;
  display: block;
  padding: 8px 0;
  text-align: center;
  border: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #strength ul.point .desc .more_btn a {
    font-size: 2.03125vw;
  }
}

@media screen and (max-width: 600px) {
  #strength ul.point .desc .more_btn a {
    font-size: 3.125vw;
  }
}

#strength ul.point .desc .more_btn:hover {
  opacity: .6;
}

#strength ul.point .desc .more_btn a:after {
  display: inline-block;
  width: .6em;
  height: .6em;
  margin-left: 1em;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #242424;
  border-right: 1px solid #242424;
}

@media screen and (min-width: 1000px) {
  #point1 {
    width: 1200px;
    margin: 0 auto;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  #point1 {
    width: 100%;
  }
}

#point1 .kv figure {
  position: relative;
}

@media screen and (min-width: 1000px) {
  #point1 .kv figure {
    display: table-cell;
    width: 55%;
  }
}

#point1 .kv figure:after {
  position: absolute;
  bottom: -10%;
  left: 44%;
  width: 60px;
  height: 60px;
  content: '';
  background: url(../img/femalelook/point1_slanting.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  #point1 .kv figure:after {
    top: 30px;
    right: 0;
    bottom: 0;
    left: 620px;
  }
}

#point1 .kv div {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #point1 .kv div {
    position: relative;
    display: table-cell;
    width: 45%;
    padding-left: 75px;
    text-align: left;
    vertical-align: middle;
  }
}

#point1 .kv div img {
  width: 84px;
  margin: 10% auto 4%;
}

@media screen and (min-width: 1000px) {
  #point1 .kv div img {
    position: absolute;
    top: 50px;
    left: -50px;
  }
}

#point1 .kv div h2 {
  font-size: 5.625vw;
  font-weight: normal;
  line-height: 1.6;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #point1 .kv div h2 {
    font-size: 34px;
    line-height: 1.4;
    padding-top: 40px;
    text-align: left;
  }
}

#point1 .kv div p {
  display: none;
}

@media screen and (min-width: 1000px) {
  #point1 .kv div p {
    font-size: 15px;
    line-height: 1.6;
    display: block;
    margin-top: 10px;
  }
}

#point1 .tab_content {
  width: 100%;
  margin: 14% auto 0;
  padding: 0 5% 5% 5%;
  color: #242424;
  background: #f0f0f0;
}

@media screen and (min-width: 1000px) {
  #point1 .tab_content {
    margin: 0 auto;
    padding: 0 30px 70px;
  }
}

#point1 .tab_content .tab {
  font-size: 0;
  padding: 5% 0;
  letter-spacing: 0;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .tab {
    padding: 0;
  }
}

#point1 .tab_content .tab li {
  font-size: 3.75vw;
  line-height: 1.6;
  display: inline-block;
  width: 50%;
  margin: 4% 0;
  padding: 3.6% 0;
  cursor: pointer;
  text-align: center;
  pointer-events: all;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .tab li {
    font-size: 18px;
    width: 25%;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

#point1 .tab_content .tab li.select {
  position: relative;
  background: #fff;
}

#point1 .tab_content .tab li.select:after {
  position: absolute;
  width: 26px;
  height: 28px;
  margin-left: -13px;
  content: '';
}

@media screen and (max-width: 600px) {
  #point1 .tab_content .tab li.select:after {
    width: 10%;
    margin-left: -5%;
  }
}

#point1 .tab_content .tabtop {
  margin-bottom: 40px;
}

#point1 .tab_content .tabtop li.select:after {
  top: 100%;
  left: 50%;
  background: url(../img/femalelook/point_bottom_arrow.png) no-repeat center top;
  background-size: contain;
}

#point1 .tab_content .tabbtm li.select:after {
  bottom: 100%;
  left: 50%;
  background: url(../img/femalelook/point_top_arrow.png) no-repeat center bottom;
  background-size: contain;
}

#point1 .tab_content .disnon {
  display: none;
}

#point1 .tab_content .tab_list {
  padding-bottom: 10%;
  background: #fff;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .tab_list {
    padding-bottom: 80px;
  }
}

#point1 .tab_content .tab_list ul {
  width: 90%;
  margin: 13% auto 0;
  padding-bottom: 15%;
}

@media screen and (min-width: 1000px) {
  #point1 .tab_content .tab_list ul {
    margin: 70px auto 0;
    padding-bottom: 0;
  }
}

#point1 .tab_content .tab_list h3 {
  font-size: 5.3125vw;
  font-weight: normal;
  line-height: 1.6;
  padding: 12% 0 4%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .tab_list h3 {
    font-size: 30px;
    padding: 90px 0 25px;
  }
}

#point1 .tab_content .tab_list h3 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

#point1 .tab_content .tab_list p {
  font-size: 3.4375vw;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .tab_list p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  #point1 .tab_content .tab_list p br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #point1 .tab_content .tab_list p {
    text-align: justify;
  }
}

#point1 .tab_content .layout1 ul li {
  margin-bottom: 10%;
}

@media screen and (min-width: 1000px) {
  #point1 .tab_content .layout1 ul li figure {
    display: inline-block;
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  #point1 .tab_content .layout1 ul li .detail {
    display: inline-block;
    float: left;
    width: 45%;
    margin-left: 5%;
  }
}

#point1 .tab_content .layout1 ul li .detail img {
  width: 16%;
  margin: 6% 0 3%;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .layout1 ul li .detail img {
    width: 10%;
    margin: 30px 0 5px;
  }
}

#point1 .tab_content .layout1 ul li .detail h4 {
  font-size: 4.6875vw;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 6% 0;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .layout1 ul li .detail h4 {
    font-size: 24px;
    margin: 0 0 2% 0;
  }
}

#point1 .tab_content .layout1 ul li .detail p {
  line-height: 1.9;
  width: 100%;
  text-align: justify;
  letter-spacing: .008em;
}

#point1 .tab_content .layout1 ul li:last-child {
  margin-bottom: 0;
}

#point1 .tab_content .layout2 ul li {
  margin-bottom: 10%;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .layout2 ul li {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
  }
  #point1 .tab_content .layout2 ul li:nth-child(even) {
    margin-right: 0;
  }
  #point1 .tab_content .layout2 ul li:nth-child(n+3) {
    margin-top: 50px;
  }
}

#point1 .tab_content .layout2 ul li .detail img {
  width: 20%;
  margin: 6% 0;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .layout2 ul li .detail img {
    width: 10%;
    margin: 30px 0 5px;
  }
}

#point1 .tab_content .layout2 ul li .detail h4 {
  font-size: 5.3125vw;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 6% 0;
  letter-spacing: .06em;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .layout2 ul li .detail h4 {
    font-size: 24px;
    margin: 0 0 2% 0;
  }
}

#point1 .tab_content .layout2 ul li .detail h4 span {
  font-size: 1.875vw;
  display: block;
}

@media screen and (min-width: 600px) {
  #point1 .tab_content .layout2 ul li .detail h4 span {
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
  }
}

#point1 .tab_content .layout2 ul li .detail p {
  width: 100%;
  text-align: justify;
}

#point1 .tab_content .layout2 ul li:last-child {
  margin-bottom: 0;
}

#point1 .lp_layout {
  line-height: 1.6;
  padding: 5% 0;
  background: #f0f0f0;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout {
    margin: 14% 0;
  }
}

#point1 .lp_layout .outer {
  width: 1135px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout .outer {
    width: 90%;
  }
}

#point1 .lp_layout .inner {
  width: 1025px;
  margin: 0 auto;
  padding-bottom: 1%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout .inner {
    width: 90%;
  }
}

#point1 .lp_layout .inner > h3 {
  font-size: 5.3125vw;
  font-weight: normal;
  line-height: 1.6;
  padding: 12% 0 4%;
  text-align: center;
}

#point1 .lp_layout .inner > h3 br {
  display: none;
}

@media screen and (min-width: 600px) {
  #point1 .lp_layout .inner > h3 {
    font-size: 30px;
    padding: 90px 0 25px;
  }
  #point1 .lp_layout .inner > h3 br {
    display: block;
  }
}

#point1 .lp_layout .inner > h3 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

#point1 .lp_layout .inner > p {
  font-size: 3.4375vw;
  line-height: 1.8;
  width: 90%;
  margin: 10% auto;
  text-align: justify;
}

@media screen and (min-width: 600px) {
  #point1 .lp_layout .inner > p {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout .inner > p br {
    display: none;
  }
}

#point1 .lp_layout .inner > h4 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 3%;
  padding-bottom: 1.6%;
  border-bottom: 1px dotted #000;
}

#point1 .lp_layout ul.three_columns {
  margin: 6.5% 0;
}

#point1 .lp_layout ul.three_columns li {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  vertical-align: top;
}

#point1 .lp_layout ul.three_columns li:last-child {
  margin-left: 0;
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout ul.three_columns li {
    width: 100%;
    margin-bottom: 10%;
  }
}

#point1 .lp_layout ul.three_columns li h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin: 4.6% 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout ul.three_columns li h4 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout ul.three_columns li h4 {
    font-size: 4.375vw;
  }
}

#point1 .lp_layout ul.three_columns li p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout ul.three_columns li p {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout ul.three_columns li p {
    font-size: 3.125vw;
  }
}

#point1 .lp_layout ul.flow_layout {
  width: 830px;
  margin: 5% auto;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout ul.flow_layout {
    width: 100%;
  }
}

#point1 .lp_layout ul.flow_layout li {
  margin-bottom: 6%;
}

#point1 .lp_layout ul.flow_layout li dl {
  display: inline-block;
  width: 64%;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout ul.flow_layout li dl {
    width: 100%;
  }
}

#point1 .lp_layout ul.flow_layout li dl dt {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout ul.flow_layout li dl dt {
    font-size: 2.03125vw;
  }
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout ul.flow_layout li dl dt {
    font-size: 3.75vw;
    margin-bottom: 4%;
  }
}

#point1 .lp_layout ul.flow_layout li dl dd {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  #point1 .lp_layout ul.flow_layout li dl dd {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout ul.flow_layout li dl dd {
    font-size: 3.125vw;
    margin-bottom: 2%;
  }
}

#point1 .lp_layout ul.flow_layout li dl:last-child {
  width: 100%;
}

#point1 .lp_layout ul.flow_layout li figure {
  display: inline-block;
  width: 30%;
  margin-left: 5%;
}

@media screen and (max-width: 600px) {
  #point1 .lp_layout ul.flow_layout li figure {
    width: 100%;
    margin-left: 0;
  }
}

#point4 #carbon,
#point4 #zeh {
  text-align: center;
}

#point4 #carbon .l_block_01,
#point4 #zeh .l_block_01,
#point4 #lt .l_block_01 {
  margin: 50px auto;
  padding: 50px 42px;
  width: 834px;
  background-color: #f0f0f0;
}

@media screen and (max-width: 1000px) {
  #point4 #carbon .l_block_01,
  #point4 #zeh .l_block_01,
  #point4 #lt .l_block_01 {
    margin: 50px auto;
    padding: 12% 0;
    width: 100%;
    background-color: #f0f0f0;
  }
}

#point4 #lt .l_block_01 {
  text-align: center;
}

#point4 #lt .l_block_01 .p_02 {
  text-align: center;
  width: 100%;
  margin-top: 1.6em;
}

#point4 #lt .l_block_01 .figure_01 {
  margin-top: 30px;
}

#point4 #zeh .l_block_02 {
  margin: 0 auto;
  width: 834px;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  #point4 #zeh .l_block_02 {
    padding: 0 4%;
    width: 100%;
  }
}

#point4 #zeh .l_block_02 .l_box_01 {
  display: inline-block;
  vertical-align: top;
  width: 602px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  #point4 #zeh .l_block_02 .l_box_01 {
    width: 100%;
    margin-bottom: 6%;
  }
}

#point4 #zeh .l_block_03,
#point4 #lt .l_block_02 {
  margin: 0 auto;
  border: 1px dotted #000;
  margin-top: 40px;
  padding: 36px 0;
  width: 834px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #point4 #zeh .l_block_03,
  #point4 #lt .l_block_02 {
    width: 92%;
    margin: 6% 4%;
  }
}

#point4 #zeh .l_block_03 .l_box_02,
#point4 #lt .l_block_02 .l_box_01 {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  width: 300px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  #point4 #zeh .l_block_03 .l_box_02,
  #point4 #lt .l_block_02 .l_box_01 {
    width: 92%;
    margin: 6% 4%;
  }
}

#point4 #carbon .h4_01,
#point4 #carbon .h4_02,
#point4 #carbon .h4_03,
#point4 #zeh .h4_01 {
  display: inline-block;
  border-bottom: 1px dotted #000;
  padding-bottom: 1em;
  line-height: 1;
  font-weight: normal;
  font-size: 18px;
}

#point4 #carbon .h4_02,
#point4 #carbon .h4_03 {
  margin-top: 50px;
}

#point4 #zeh .h4_02 {
  text-align: left;
}

#point4 #zeh .h4_03,
#point4 #lt .h4_01,
#point4 #lt .h4_02 {
  border-bottom: 1px dotted #000;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .06em;
  padding-bottom: .6em;
}

#point4 #lt .h4_01 {
  font-size: 18px;
}

#point4 #zeh .h5_01 {
  margin-top: 1em;
}

#point4 #zeh .h5_01,
#point4 #zeh .h5_02,
#point4 #zeh .h5_03,
#point4 #zeh .h4_02 {
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

#point4 #zeh .h5_01 i,
#point4 #zeh .h5_02 i,
#point4 #zeh .h5_03 i {
  display: block;
  width: 72px;
}

#point4 #zeh .h5_02,
#point4 #zeh .h5_03 {
  margin-top: 1.4em;
}

#point4 #carbon .p_02,
#point4 #carbon .p_03,
#point4 #carbon .p_05 {
  margin-top: 1.6em;
}

#point4 #carbon .p_04 {
  text-align: left;
  margin-top: 1.6em;
  width: 100%;
}

#point4 #carbon .p_04 small {
  font-size: 11px !important;
  line-height: 1.2;
}

#point4 #zeh .p_02,
#point4 #zeh .p_03,
#point4 #zeh .p_04,
#point4 #zeh .p_05 {
  margin: .4em 0 0 0;
  width: 100%;
  text-align: left;
}

#point4 #zeh .p_05 {
  width: 90%;
}

#point4 #zeh .p_06,
#point4 #lt .p_03 {
  margin-top: 1em;
  font-size: 18px;
  text-align: left;
  width: 100%;
}

#point4 #zeh .p_06 {
  margin-top: 1em;
  font-size: 18px;
  text-align: left;
  width: 100%;
}

#point4 #zeh .p_06 a,
#point4 #lt .p_03 a {
  margin-top: .2em;
  font-size: 16px;
  display: block;
}

#point4 #zeh .p_06 a:after,
#point4 #lt .p_03 a:after {
  content: '';
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: .7em;
  height: .7em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#point4 #lt .p_01 {
  margin-top: 1.6em;
  width: 100%;
}

#point4 #lt .p_04 {
  margin-top: 3.2em;
}

@media screen and (max-width: 1000px) {
  #point4 #lt .p_01 {
    margin-top: 1.6em 5%;
    width: 90%;
  }
}

#point4 #carbon .figure_01 {
  margin: 40px auto 0;
  width: 622px;
}

@media screen and (max-width: 1000px) {
  #point4 #carbon .figure_01 {
    margin: 4.8% auto;
    width: 100%;
  }
}

#point4 #carbon .figure_02,
#point4 #carbon .figure_03 {
  margin: 24px auto 0;
  width: 100%;
}

#point4 #zeh .figure_01 {
  margin: 46px auto;
  width: 834px;
}

@media screen and (max-width: 1000px) {
  #point4 #zeh .figure_01 {
    margin: 4.8% auto;
    width: 100%;
  }
}

#point4 #zeh .figure_02 {
  margin-top: 20px;
}

#point4 #zeh .figure_03 {
  display: inline-block;
  vertical-align: top;
  width: 228px;
}

@media screen and (max-width: 1000px) {
  #point4 #zeh .figure_03 {
    width: 60%;
  }
}

#point4 #zeh .figure_04,
#point4 #lt .figure_02 {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width: 350px;
}

@media screen and (max-width: 1000px) {
  #point4 #zeh .figure_04,
  #point4 #lt .figure_02 {
    margin: 0 auto;
    width: 80%;
  }
}

#point4 #zeh .figure_04 img,
#point4 #lt .figure_02 img {
  width: auto;
}

#point4 #zeh .figure_01 {}


/* end point CSS */

.btm_menu {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  background: #f0f0f0;
}

@media screen and (min-width: 1000px) {
  .btm_menu {
    display: block;
  }
}

.btm_menu ul li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  border: 1px dotted #000;
  border-left: none;
}

.btm_menu ul li:hover {
  background-color: #fff;
}

.btm_menu ul li:nth-child(4) {
  border-right: none;
}

.btm_menu ul li .point {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 30px 20px;
}

.btm_menu ul li figure {
  position: relative;
  float: left;
  width: 70px;
}

.btm_menu ul li figure:after {
  position: absolute;
  right: 20px;
  bottom: 46px;
  width: 40px;
  height: 40px;
  content: '';
  background: url('../img/femalelook/point_slanting.png') no-repeat;
}

.btm_menu ul li h6 {
  font-size: 14px;
  line-height: 1.5;
  float: left;
  width: 200px;
  padding-left: 15px;
  white-space: nowrap;
  letter-spacing: .1em;
}

.btm_menu ul li.active {
  pointer-events: none;
  background: #fff;
}

.btm_menu .top_btn {
  clear: both;
}

.btm_menu .top_btn a {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  width: 880px;
  margin: 30px auto;
  padding: 20px 0;
  text-align: center;
  border: 1px dotted #000;
}

.btm_menu .top_btn a:hover {
  opacity: .6;
}

.cf,
.point .tab_content .tab_list,
.point .tab_content .tab_list ul,
.point .tab_content .layout1 ul li,
.point .tab_content .layout2 ul li,
.point .tab_content .layout3 > div ul,
.point .tab_content .layout3 > div .ex > div dl figure,
.point .lp_layout .inner .gray,
.btm_menu ul,
.btm_menu ul li .point,
.products .inner_w1120 .layout1,
.products .inner_w1120 ul.top_product li .caption,
.products .inner_w1120 ul.btm_product,
.products .inner_w1120 ul.btm_product li,
.introduce .inner_w1120 ul.switch,
.introduce .inner_w1120 .hero,
.introduce .inner_w1120 .hero2,
.introduce .inner_w1120 ul.colum2,
#staffsingle .innner .page_nav,
#carrotlabo .inner_w1120 .labo_nav,
.blog .inner_w1120 .labo_nav,
#owner .innner div.ct1,
.owners .inner_w1100 {
  zoom: 1;
}

.cf:after,
.point .tab_content .tab_list:after,
.point .tab_content .tab_list ul:after,
.point .tab_content .layout1 ul li:after,
.point .tab_content .layout2 ul li:after,
.point .tab_content .layout3 > div ul:after,
.point .tab_content .layout3 > div .ex > div dl figure:after,
.point .lp_layout .inner .gray:after,
.btm_menu ul:after,
.btm_menu ul li .point:after,
.products .inner_w1120 .layout1:after,
.products .inner_w1120 ul.top_product li .caption:after,
.products .inner_w1120 ul.btm_product:after,
.products .inner_w1120 ul.btm_product li:after,
.introduce .inner_w1120 ul.switch:after,
.introduce .inner_w1120 .hero:after,
.introduce .inner_w1120 .hero2:after,
.introduce .inner_w1120 ul.colum2:after,
#staffsingle .innner .page_nav:after,
#carrotlabo .inner_w1120 .labo_nav:after,
.blog .inner_w1120 .labo_nav:after,
#owner .innner div.ct1:after,
.owners .inner_w1100:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    border: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }
}

.point .kv figure {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .point .kv figure {
    display: table-cell;
    width: 55%;
  }
}

.point .kv figure:after {
  position: absolute;
  bottom: -10%;
  left: 44%;
  width: 60px;
  height: 60px;
  content: '';
  background: url(../img/point1/point1_slanting.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .point .kv figure:after {
    top: 30px;
    right: 0;
    bottom: 0;
    left: 620px;
  }
}

.point .kv div {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .point .kv div {
    position: relative;
    display: table-cell;
    width: 45%;
    padding-left: 75px;
    text-align: left;
    vertical-align: middle;
  }
}

.point .kv div img {
  width: 84px;
  margin: 10% auto 4%;
}

@media screen and (min-width: 1000px) {
  .point .kv div img {
    position: absolute;
    top: 50px;
    left: -50px;
  }
}

.point .kv div h2 {
  font-size: 5.625vw;
  font-weight: normal;
  line-height: 1.6;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .point .kv div h2 {
    font-size: 34px;
    line-height: 1.4;
    padding-top: 40px;
    text-align: left;
  }
}

.point .kv div p {
  display: none;
}

@media screen and (min-width: 1000px) {
  .point .kv div p {
    font-size: 15px;
    line-height: 1.6;
    display: block;
    margin-top: 10px;
  }
}

.point .tab_content {
  width: 100%;
  margin: 14% auto 0;
  padding: 0 5% 5% 5%;
  color: #242424;
  background: #f0f0f0;
}

@media screen and (min-width: 1000px) {
  .point .tab_content {
    margin: 0 auto;
    padding: 0 30px 70px;
  }
}

.point .tab_content .tab {
  padding: 5% 0;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .point .tab_content .tab {
    padding: 0;
  }
}

.point .tab_content .tab li {
  font-size: 3.75vw;
  line-height: 1.6;
  display: inline-block;
  width: 50%;
  margin: 4% 0;
  padding: 3.6% 0;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .point .tab_content .tab li {
    font-size: 18px;
    width: 25%;
    padding: 20px 0;
  }
}

.point .tab_content .tab li.select {
  position: relative;
  background: #fff;
}

.point .tab_content .tab li.select:after {
  position: absolute;
  width: 33px;
  height: 28px;
  content: '';
}

.point .tab_content .tabtop li.select:after {
  bottom: -40%;
  left: 42%;
  background: url(../img/point1/point_bottom_arrow.png) no-repeat;
  background-size: contain;
}

.point .tab_content .tabbtm li.select:after {
  top: -40%;
  left: 38%;
  background: url(../img/point1/point_top_arrow.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .point .tab_content .tabbtm li.select:after {
    left: 43%;
  }
}

.point .tab_content .disnon {
  display: none;
}

.point .tab_content .tab_list {
  padding-bottom: 10%;
  background: #fff;
}

.point .tab_content .tab_list ul {
  width: 90%;
  margin: 13% auto 0;
  padding-bottom: 15%;
}

@media screen and (min-width: 1000px) {
  .point .tab_content .tab_list ul {
    margin: 70px auto 25px;
  }
}

.point .tab_content .tab_list h3 {
  font-size: 5.3125vw;
  font-weight: normal;
  line-height: 1.6;
  padding: 12% 0 4%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .point .tab_content .tab_list h3 {
    font-size: 30px;
    padding: 90px 0 25px;
  }
}

.point .tab_content .tab_list h3 br.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .point .tab_content .tab_list h3 br.sp {
    display: block;
  }
}

.point .tab_content .tab_list h3 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.point .tab_content .tab_list p {
  font-size: 3.4375vw;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .point .tab_content .tab_list p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .tab_list p br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .tab_list p {
    text-align: justify;
  }
}

.point .tab_content .layout1 ul li {
  margin-bottom: 10%;
}

@media screen and (min-width: 1000px) {
  .point .tab_content .layout1 ul li figure {
    display: inline-block;
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .point .tab_content .layout1 ul li .detail {
    display: inline-block;
    float: left;
    width: 45%;
    margin-left: 5%;
  }
}

.point .tab_content .layout1 ul li .detail img {
  width: 16%;
  margin: 6% 0 3%;
}

@media screen and (min-width: 600px) {
  .point .tab_content .layout1 ul li .detail img {
    width: 10%;
    margin: 30px 0 5px;
  }
}

.point .tab_content .layout1 ul li .detail h4 {
  font-size: 4.6875vw;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 6% 0;
}

@media screen and (min-width: 600px) {
  .point .tab_content .layout1 ul li .detail h4 {
    font-size: 24px;
    margin: 0 0 2% 0;
  }
}

.point .tab_content .layout1 ul li .detail p {
  line-height: 1.9;
  width: 100%;
  text-align: justify;
  letter-spacing: .008em;
}

.point .tab_content .layout1 ul li:last-child {
  margin-bottom: 0;
}

.point .tab_content .layout2 ul li {
  margin-bottom: 10%;
}

@media screen and (min-width: 600px) {
  .point .tab_content .layout2 ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .point .tab_content .layout2 ul li:nth-child(even) {
    margin-right: 0;
  }
}

.point .tab_content .layout2 ul li .detail img {
  width: 20%;
  margin: 6% 0;
}

@media screen and (min-width: 600px) {
  .point .tab_content .layout2 ul li .detail img {
    width: 10%;
    margin: 30px 0 5px;
  }
}

.point .tab_content .layout2 ul li .detail h4 {
  font-size: 5.3125vw;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 6% 0;
  letter-spacing: .06em;
}

@media screen and (min-width: 600px) {
  .point .tab_content .layout2 ul li .detail h4 {
    font-size: 24px;
    margin: 0 0 2% 0;
  }
}

.point .tab_content .layout2 ul li .detail h4 span {
  font-size: 1.875vw;
  display: block;
}

@media screen and (min-width: 600px) {
  .point .tab_content .layout2 ul li .detail h4 span {
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
  }
}

.point .tab_content .layout2 ul li .detail p {
  width: 100%;
  text-align: justify;
}

.point .tab_content .layout2 ul li:last-child {
  margin-bottom: 0;
}

.point .tab_content .layout3 {
  line-height: 1.6;
  text-align: center;
}

.point .tab_content .layout3 h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  display: inline-block;
  margin-top: 8%;
  padding-bottom: 1.6%;
  text-align: center;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 h4 {
    font-size: 4.375vw;
  }
}

.point .tab_content .layout3 > div {
  width: 830px;
  margin: 0 auto 6%;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div {
    width: 90%;
    margin: 4% auto;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div {
    margin: 10% auto;
  }
}

.point .tab_content .layout3 > div > img {
  width: 54px;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div > img {
    margin: 2% 0;
  }
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div > img {
    width: 40px;
  }
}

.point .tab_content .layout3 > div h5 {
  font-size: 25px;
  font-weight: normal;
  margin: 1% 0;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div h5 {
    font-size: 2.8125vw;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div h5 {
    font-size: 5.3125vw;
    margin: 3% 0;
  }
}

.point .tab_content .layout3 > div p {
  font-size: 14px;
  width: 100%;
  text-align: left;
  letter-spacing: .1em;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div p {
    font-size: 3.4375vw;
  }
}

.point .tab_content .layout3 > div ul {
  width: 100%;
  margin: 3.6% 0;
  padding-bottom: 0;
}

.point .tab_content .layout3 > div ul li {
  display: inline-block;
  width: 31.333333%;
  margin-right: 3%;
  vertical-align: top;
}

.point .tab_content .layout3 > div ul li:last-child {
  margin-right: 0;
}

.point .tab_content .layout3 > div ul li > p {
  margin: 2% 0;
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div ul li > p {
    font-size: 1.5625vw;
  }
}

.point .tab_content .layout3 > div .ex {
  margin-top: 4%;
  text-align: center;
  border: 1px dotted #000;
}

.point .tab_content .layout3 > div .ex h6 {
  font-size: 18px;
  font-weight: normal;
  padding: 3% 0;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div .ex h6 {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div .ex h6 {
    font-size: 3.75vw;
    padding: 8% 0;
  }
}

.point .tab_content .layout3 > div .ex > div {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 6%;
}

.point .tab_content .layout3 > div .ex > div dl {
  display: inline-block;
  width: 45%;
  text-align: left;
  vertical-align: top;
}

.point .tab_content .layout3 > div .ex > div dl:first-child {
  margin-right: 8%;
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div .ex > div dl:first-child {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div .ex > div dl {
    width: 100%;
  }
}

.point .tab_content .layout3 > div .ex > div dl figure {
  float: left;
  width: 50%;
  margin-right: 8%;
}

.point .tab_content .layout3 > div .ex > div dl dt {
  font-size: 17px;
}

.point .tab_content .layout3 > div .ex > div dl dd {
  font-size: 14px;
  margin-top: 5%;
}

.point .tab_content .layout3 > div .movie {
  margin: 2% 0;
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div .movie {
    margin: 5% 0;
  }
}

.point .tab_content .layout3 > div .movie .video {
  display: inline-block;
  width: 430px;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div .movie .video {
    width: 100%;
  }
}

.point .tab_content .layout3 > div .movie .video video {
  width: 100%;
}

.point .tab_content .layout3 > div .movie .phase {
  display: inline-block;
  width: 390px;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div .movie .phase {
    width: 100%;
  }
}

.point .tab_content .layout3 > div .movie .phase ul {
  width: 95%;
  margin: 0;
  margin-left: 5%;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div .movie .phase ul {
    width: 100%;
    margin-left: 0;
  }
}

.point .tab_content .layout3 > div .movie .phase ul li {
  font-size: 12px;
  width: 100%;
  padding: 2.6%;
  letter-spacing: .1em;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div .movie .phase ul li {
    font-size: 1.5625vw;
    padding: 5% 0;
  }
}

@media screen and (max-width: 600px) {
  .point .tab_content .layout3 > div .movie .phase ul li {
    font-size: 3.4375vw;
  }
}

.point .tab_content .layout3 > div .movie .phase ul li:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .point .tab_content .layout3 > div .movie .phase ul li:first-child {
    padding-top: 2.5%;
  }
}

.point .tab_content .layout3 > div.mt {
  margin-top: 5%;
}

.point .lp_layout {
  line-height: 1.6;
  padding: 5% 0;
  background: #f0f0f0;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout {
    margin: 14% 0;
  }
}

.point .lp_layout .outer {
  width: 1135px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout .outer {
    width: 90%;
  }
}

.point .lp_layout .inner {
  width: 830px;
  margin: 0 auto;
  padding-bottom: 1%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout .inner {
    width: 90%;
  }
}

.point .lp_layout .inner > h3 {
  font-size: 5.3125vw;
  font-weight: normal;
  line-height: 1.6;
  padding: 12% 0 4%;
  text-align: center;
}

.point .lp_layout .inner > h3:not(:first-child) {
  padding: 0;
}

.point .lp_layout .inner > h3 br {
  display: none;
}

@media screen and (min-width: 600px) {
  .point .lp_layout .inner > h3 {
    font-size: 30px;
    padding: 90px 0 25px;
  }
  .point .lp_layout .inner > h3 br {
    display: block;
  }
}

.point .lp_layout .inner > h3 hr {
  display: block;
  max-width: 100%;
  width: 280px;
  height: 20px;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.point .lp_layout .inner > p {
  font-size: 3.4375vw;
  line-height: 1.8;
  width: 90%;
  margin: 10% auto;
  text-align: justify;
  letter-spacing: .07em;
}

@media screen and (min-width: 600px) {
  .point .lp_layout .inner > p {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout .inner > p br {
    display: none;
  }
}

.point .lp_layout .inner > h4 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 3%;
  padding-bottom: 1.6%;
  border-bottom: 1px dotted #000;
}

.point .lp_layout .inner .img {
  margin: 3% 0;
}

.point .lp_layout .inner .gray {
  padding: 5%;
  background: #f8f8f8;
}

.point .lp_layout .inner .gray > div {
  float: left;
  width: 55%;
  margin-right: 5%;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout .inner .gray > div {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout .inner .gray > div {
    width: 100%;
  }
}

.point .lp_layout .inner .gray figure {
  float: left;
  width: 285px;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout .inner .gray figure {
    width: 45%;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout .inner .gray figure {
    width: 100%;
    margin-top: 4%;
  }
}

.point .lp_layout .inner .gray h8 {
  font-size: 24px;
  display: block;
  margin-bottom: 3%;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout .inner .gray h8 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout .inner .gray h8 {
    font-size: 3.90625vw;
    margin-bottom: 5%;
  }
}

.point .lp_layout .inner .gray p {
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout .inner .gray p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout .inner .gray p {
    font-size: 3.125vw;
    text-align: justify;
  }
}

.point .lp_layout ul.two_columns {
  margin: 6.5% 0;
}

.point .lp_layout ul.two_columns li {
  display: inline-block;
  width: 35%;
  margin-right: 10%;
  vertical-align: top;
}

.point .lp_layout ul.two_columns li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.two_columns li {
    width: 100%;
    margin-bottom: 10%;
  }
}

.point .lp_layout ul.two_columns li h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin: 4.6% 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.two_columns li h4 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.two_columns li h4 {
    font-size: 4.375vw;
  }
}

.point .lp_layout ul.two_columns li h4 span {
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.two_columns li h4 span {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.two_columns li h4 span {
    font-size: 3.75vw;
  }
}

.point .lp_layout ul.two_columns li p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.two_columns li p {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.two_columns li p {
    font-size: 3.125vw;
  }
}

.point .lp_layout ul.three_columns {
  margin: 6.5% 0;
}

.point .lp_layout ul.three_columns li {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
  vertical-align: top;
}

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

@media screen and (max-width: 600px) {
  .point .lp_layout ul.three_columns li {
    width: 100%;
    margin-bottom: 10%;
  }
}

.point .lp_layout ul.three_columns li h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin: 4.6% 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.three_columns li h4 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.three_columns li h4 {
    font-size: 4.375vw;
  }
}

.point .lp_layout ul.three_columns li p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.three_columns li p {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.three_columns li p {
    font-size: 3.125vw;
  }
}

.point .lp_layout ul.flow_layout {
  width: 830px;
  margin: 5% auto;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.flow_layout {
    width: 100%;
  }
}

.point .lp_layout ul.flow_layout li {
  margin-bottom: 6%;
}

.point .lp_layout ul.flow_layout li dl {
  display: inline-block;
  width: 64%;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.flow_layout li dl {
    width: 100%;
  }
}

.point .lp_layout ul.flow_layout li dl dt {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.flow_layout li dl dt {
    font-size: 2.03125vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.flow_layout li dl dt {
    font-size: 3.75vw;
    margin-bottom: 4%;
  }
}

.point .lp_layout ul.flow_layout li dl dd {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.flow_layout li dl dd {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.flow_layout li dl dd {
    font-size: 3.125vw;
    margin-bottom: 2%;
  }
}

.point .lp_layout ul.flow_layout li dl:last-child {
  width: 100%;
}

.point .lp_layout ul.flow_layout li figure {
  display: inline-block;
  width: 30%;
  margin-left: 5%;
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.flow_layout li figure {
    width: 100%;
    margin-left: 0;
  }
}

.point .lp_layout ul.merit {
  width: 830px;
  margin: 5% auto 10%;
  padding-bottom: 5%;
  border-bottom: 1px dotted #000;
}

.point .lp_layout ul.merit:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.merit {
    width: 100%;
  }
}

.point .lp_layout ul.merit li {
  margin-bottom: 6%;
}

.point .lp_layout ul.merit li dl {
  display: inline-block;
  width: 64%;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.merit li dl {
    width: 100%;
  }
}

.point .lp_layout ul.merit li dl > img {
  display: block;
  width: 68px;
  margin-bottom: 2%;
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.merit li dl > img {
    width: 46px;
    margin: 4% 0;
  }
}

.point .lp_layout ul.merit li dl dt {
  font-size: 24px;
  margin-bottom: 1.6%;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.merit li dl dt {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.merit li dl dt {
    font-size: 3.75vw;
    margin-bottom: 4%;
  }
}

.point .lp_layout ul.merit li dl dd {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.merit li dl dd {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.merit li dl dd {
    font-size: 3.125vw;
    margin-bottom: 5%;
    text-align: justify;
    word-break: normal;
  }
}

.point .lp_layout ul.merit li dl:last-child {
  width: 100%;
}

.point .lp_layout ul.merit li figure {
  margin: 2.5% 0;
}

.point .lp_layout ul.merit li p {
  font-size: 14px;
  margin-top: 5%;
}

@media screen and (max-width: 1000px) {
  .point .lp_layout ul.merit li p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .point .lp_layout ul.merit li p {
    font-size: 3.125vw;
    text-align: justify;
  }
}


/* end point CSS */

.btm_menu {
  display: none;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  background: #f0f0f0;
}

@media screen and (min-width: 1000px) {
  .btm_menu {
    display: block;
  }
}

.btm_menu ul li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  border: 1px dotted #000;
}

.btm_menu ul li:hover {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  background: #fff;
}

.btm_menu ul li .point {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 30px 20px;
}

.btm_menu ul li figure {
  position: relative;
  float: left;
  width: 70px;
}

.btm_menu ul li figure:after {
  position: absolute;
  right: 20px;
  bottom: 46px;
  width: 40px;
  height: 40px;
  content: '';
  background: url('../img/point1/point_slanting.png') no-repeat;
}

.btm_menu ul li h6 {
  font-size: 14px;
  line-height: 1.5;
  float: left;
  width: 200px;
  padding-left: 15px;
  white-space: nowrap;
  letter-spacing: .1em;
}

.btm_menu ul li.active {
  pointer-events: none;
  background: #fff;
}

.btm_menu .top_btn {
  clear: both;
}

.btm_menu .top_btn a {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  width: 880px;
  margin: 30px auto;
  padding: 20px 0;
  text-align: center;
  border: 1px dotted #000;
}

.btm_menu .top_btn a:hover {
  -webkit-transition: .6;
  -o-transition: .6;
  transition: .6;
  opacity: .6;
}

#flow {
  /* end inner */
}

@media screen and (min-width: 1000px) {
  #flow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

#flow h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
  line-height: 1.6;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #flow h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

#flow > p {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #flow > p {
    font-size: 3.125vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
    text-align: justify;
  }
  #flow > p br {
    display: none;
  }
}

#flow .innner {
  line-height: 1.6;
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #flow .innner {
    width: 90%;
    margin: 0 auto;
  }
}

#flow .innner li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 60px 70px 60px 100px;
  border: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #flow .innner li {
    padding: 10%;
  }
}

#flow .innner li:before {
  position: absolute;
  bottom: -60px;
  left: 450px;
  width: 38px;
  height: 20px;
  content: '';
  background: url('../img/flow/flow_arrow_btm.jpg') no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  #flow .innner li:before {
    left: 45%;
  }
}

#flow .innner li:last-child:before {
  background: none;
}

#flow .innner li ol {
  font-size: 70px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 45px;
}

@media screen and (max-width: 1000px) {
  #flow .innner li ol {
    font-size: 8vw;
    top: 2%;
    left: 3%;
  }
}

@media screen and (max-width: 600px) {
  #flow .innner li ol {
    position: relative;
    display: inline-block;
  }
}

#flow .innner li .ex {
  float: left;
  width: 50%;
  padding-right: 40px;
}

@media screen and (max-width: 1000px) {
  #flow .innner li .ex {
    width: 100%;
    padding-right: 0;
  }
}

#flow .innner li .ex h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  #flow .innner li .ex h4 {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 600px) {
  #flow .innner li .ex h4 {
    font-size: 5.3125vw;
  }
}

#flow .innner li .ex p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  #flow .innner li .ex p {
    font-size: 1.875vw;
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 600px) {
  #flow .innner li .ex p {
    font-size: 3.4375vw;
    margin-bottom: 10%;
  }
}

#flow .innner li figure {
  float: left;
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  #flow .innner li figure {
    width: 100%;
  }
}

#flow .innner li figure img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #flow .innner li figure img {
    width: 100%;
  }
}


/* end products */

@media screen and (min-width: 1000px) {
  #modelhouse {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    border-top: none;
    border-right: 1px dotted #000;
    border-bottom: none;
    border-left: 1px dotted #000;
  }
}

#modelhouse .first h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 1.6% 0 6%;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #modelhouse .first h3 {
    font-size: 3.4375vw;
    width: 90%;
    margin: 10% auto;
  }
}

#modelhouse .first ul {
  font-size: 0;
  width: 950px;
  margin: 0 auto;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  #modelhouse .first ul {
    width: 100%;
    text-align: center;
  }
}

#modelhouse .first ul li {
  display: inline-block;
  width: 224px;
  vertical-align: top;
  border: 1px dotted #242424;
	margin-left: 18px;
}

#modelhouse .first ul li:nth-child(4n+1) {
  margin-left: 0;
}

#modelhouse .first ul li:nth-child(n+5) {
	margin-top: 18px;
}

@media screen and (max-width: 1000px) {
  #modelhouse .first ul li {
    width: 41%;
    margin: 0 !important;
  }
  #modelhouse .first ul li:nth-child(2n) {
    margin-left: 4% !important;
  }
  #modelhouse .first ul li:nth-child(n+3) {
    margin-top: 4% !important;
  }
}

#modelhouse .first ul li a {
  font-size: 16px;
  line-height: 70px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #modelhouse .first ul li a {
    font-size: 3.4375vw;
    line-height: 3;
  }
}

#modelhouse .first div {
  padding: 36px 0;
  text-align: center;
}

#modelhouse .first div a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
}

#modelhouse .first div a:after {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -16px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: .8em;
  height: .8em;
  margin-top: -.4em;
  content: '';
  -webkit-transition: ease .24s all;
  -o-transition: ease .24s all;
  transition: ease .24s all;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (max-width: 600px) {
  #modelhouse .first div {
    font-size: 3.4375vw;
    line-height: 3;
  }
}

#modelhouse .second {
  padding: 48px;
  border-top: 1px dotted #242424;
}

@media screen and (max-width: 1000px) {
  #modelhouse .second {
    padding: 6.25%;
  }
}

#modelhouse .second .imgbox {
  float: left;
  width: 560px;
}

@media screen and (max-width: 1000px) {
  #modelhouse .second .imgbox {
    float: none;
    width: 100%;
  }
}

#modelhouse .second .imgbox ul {
  font-size: 0;
  margin-top: 2px;
  letter-spacing: 0;
}

#modelhouse .second .imgbox ul li {
  display: inline-block;
  width: 110px;
  vertical-align: top;
}

#modelhouse .second .imgbox ul li:nth-child(n+2) {
  margin-left: 2px;
}

#modelhouse .second .imgbox ul li:nth-child(n+4) {
  margin-left: 3px;
}

@media screen and (max-width: 1000px) {
  #modelhouse .second .imgbox ul li {
    width: 20%;
  }
  #modelhouse .second .imgbox ul li:nth-child(n+2) {
    margin-left: 0 !important;
    padding-left: 2px !important;
  }
}

#modelhouse .second .textbox {
  float: left;
  width: 500px;
  margin-left: 40px;
}

@media screen and (max-width: 1000px) {
  #modelhouse .second .textbox {
    float: none;
    width: 86%;
    margin: 0 auto;
    margin-top: 4.8%;
  }
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox {
    width: 100%;
    margin-top: 7.2%;
  }
}

#modelhouse .second .textbox h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox h4 {
    font-size: 4.375vw;
  }
}

#modelhouse .second .textbox .name {
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin-top: 46px;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox .name {
    font-size: 3.75vw;
  }
}

#modelhouse .second .textbox .name i {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox .name i {
    font-size: 3.4375vw;
  }
}

#modelhouse .second .textbox .name span {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-left: 24px;
  padding: 4px .6em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  #modelhouse .second .textbox .name span {
    position: absolute;
    bottom: 150%;
    left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox .name span {
    font-size: 3.125vw;
  }
}

#modelhouse .second .textbox .name span.open {
  background-color: #db0a37;
}

#modelhouse .second .textbox .name span.close {
  background-color: #545454;
}

#modelhouse .second .textbox ul {
  margin-top: 20px;
}

#modelhouse .second .textbox ul li {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  padding: 4px;
  padding: 10px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox ul li {
    font-size: 3.28125vw;
  }
}

#modelhouse .second .textbox .read {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 22px;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox .read {
    font-size: 3.4375vw;
  }
}

#modelhouse .second .textbox .btn {
  width: 250px;
  margin-top: 28px;
  text-align: center;
  border: 1px dotted #242424;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox .btn {
    font-size: 3.4375vw;
    margin: 4.8% auto 0;
  }
}

#modelhouse .second .textbox .btn a {
  line-height: 50px;
  display: block;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .textbox .btn a {
    font-size: 3.75vw;
    line-height: 3;
  }
}

#modelhouse .second .map {
  width: 100%;
  height: 346px;
  margin-top: 32px;
}

@media screen and (max-width: 1000px) {
  #modelhouse .second .map {
    width: 86%;
    margin: 6% auto 0;
  }
}

@media screen and (max-width: 600px) {
  #modelhouse .second .map {
    position: relative;
    width: 100%;
    height: 0;
    margin: 10% 0 0;
    padding-bottom: 40%;
  }
}

#modelhouse .second .map iframe {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 600px) {
  #modelhouse .second .map iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#modelhouse .second address {
  line-height: 1;
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 1000px) {
  #modelhouse .second address {
    width: 86%;
    margin: 4.8% auto 0;
  }
}

@media screen and (max-width: 600px) {
  #modelhouse .second address {
    width: 100%;
    margin: 4.8% auto 0;
  }
}

#modelhouse .back {
  padding: 36px 0;
  text-align: center;
  border-top: 1px dotted #242424;
}

#modelhouse .back a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
}

#modelhouse .back a:after {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -16px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: .8em;
  height: .8em;
  margin-top: -.4em;
  content: '';
  -webkit-transition: ease .24s all;
  -o-transition: ease .24s all;
  transition: ease .24s all;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (max-width: 600px) {
  #modelhouse .back {
    font-size: 3.4375vw;
    line-height: 3;
  }
}

.cf,
.point .tab_content .tab_list,
.point .tab_content .tab_list ul,
.point .tab_content .layout1 ul li,
.point .tab_content .layout2 ul li,
.point .tab_content .layout3 > div ul,
.point .tab_content .layout3 > div .ex > div dl figure,
.point .lp_layout .inner .gray,
.btm_menu ul,
.btm_menu ul li .point,
.products .inner_w1120 .layout1,
.products .inner_w1120 ul.top_product li .caption,
.products .inner_w1120 ul.btm_product,
.products .inner_w1120 ul.btm_product li,
.introduce .inner_w1120 ul.switch,
.introduce .inner_w1120 .hero,
.introduce .inner_w1120 .hero2,
.introduce .inner_w1120 ul.colum2,
#staffsingle .innner .page_nav,
#carrotlabo .inner_w1120 .labo_nav,
.blog .inner_w1120 .labo_nav,
#owner .innner div.ct1,
.owners .inner_w1100 {
  zoom: 1;
}

.cf:after,
.point .tab_content .tab_list:after,
.point .tab_content .tab_list ul:after,
.point .tab_content .layout1 ul li:after,
.point .tab_content .layout2 ul li:after,
.point .tab_content .layout3 > div ul:after,
.point .tab_content .layout3 > div .ex > div dl figure:after,
.point .lp_layout .inner .gray:after,
.btm_menu ul:after,
.btm_menu ul li .point:after,
.products .inner_w1120 .layout1:after,
.products .inner_w1120 ul.top_product li .caption:after,
.products .inner_w1120 ul.btm_product:after,
.products .inner_w1120 ul.btm_product li:after,
.introduce .inner_w1120 ul.switch:after,
.introduce .inner_w1120 .hero:after,
.introduce .inner_w1120 .hero2:after,
.introduce .inner_w1120 ul.colum2:after,
#staffsingle .innner .page_nav:after,
#carrotlabo .inner_w1120 .labo_nav:after,
.blog .inner_w1120 .labo_nav:after,
#owner .innner div.ct1:after,
.owners .inner_w1100:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    border: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }
}

h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 7.8125vw;
  }
}

h2 span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  h2 span {
    font-size: 3.4375vw;
  }
}

h2 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.products {
  /* end inner */
}

.products h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 1.6% 0 6%;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  .products h3 {
    font-size: 3.4375vw;
    width: 90%;
    margin: 10% auto;
  }
  .products h3 br {
    display: none;
  }
}

.products > hr {
  margin: 0;
  border: 1px dotted #ccc;
}

.products .inner_w1120 {
  width: 1120px;
  margin: 0 auto;
  /* end ul.top_product */
}

@media screen and (max-width: 1000px) {
  .products .inner_w1120 {
    width: 90%;
    margin: 0 auto;
  }
}

.products .inner_w1120 .layout1 {
  margin: 4% 0;
}

.products .inner_w1120 .layout1 figure {
  float: left;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 figure {
    width: 100%;
  }
}

.products .inner_w1120 .layout1 > div {
  display: table;
  float: left;
  width: 45%;
  margin: 5% 0 0 5%;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 > div {
    display: block;
    width: 100%;
    margin: 5% 0;
  }
}

.products .inner_w1120 .layout1 > div p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .products .inner_w1120 .layout1 > div p {
    font-size: 1.71875vw;
  }
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 > div p {
    font-size: 3.75vw;
  }
}

.products .inner_w1120 .layout1 > div p span {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .products .inner_w1120 .layout1 > div p span {
    font-size: 1.875vw;
  }
}

.products .inner_w1120 .layout1 > div h4 {
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 5%;
}

@media screen and (max-width: 1000px) {
  .products .inner_w1120 .layout1 > div h4 {
    font-size: 4.0625vw;
  }
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 > div h4 {
    font-size: 7.1875vw;
  }
}

@media screen and (min-width: 1000px) {
  .products .inner_w1120 .layout1.free > div h4 img {
    width: auto;
    margin-left: -40px;
  }
}

.products .inner_w1120 .layout1 > div h4 span {
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .products .inner_w1120 .layout1 > div h4 span {
    font-size: 1.5625vw;
  }
}

.products .inner_w1120 .layout1 > div .btn a {
  line-height: 1.6;
  display: inline-block;
  margin: 5% 0;
  padding: 3% 5%;
  text-align: center;
  border: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  .products .inner_w1120 .layout1 > div .btn a {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 > div .btn a {
    font-size: 3.75vw;
  }
}

.products .inner_w1120 .layout1 .bxslider {
  position: relative;
  width: 100% !important;
  margin: 3.6% auto 0;
}

.products .inner_w1120 .layout1 .bx-wrapper {
  display: block;
  float: none;
  clear: both;
  width: 100% !important;
  margin: 0;
}

.products .inner_w1120 .layout1 .thumbs {
  position: absolute;
  z-index: 100;
  top: 2%;
  right: 2%;
  width: 10%;
}

.products .inner_w1120 .layout1 .thumbs a {
  display: block;
  margin-bottom: 10%;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.products .inner_w1120 .layout1 .thumbs a.pager-active {
  -webkit-transform: scale(.9, .9);
  -ms-transform: scale(.9, .9);
  transform: scale(.9, .9);
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 .thumbs a.pager-active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .4;
  }
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 .thumbs a {
    display: inline-block;
    width: 32%;
    margin-bottom: 0;
    vertical-align: top;
  }
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 .layout1 .thumbs {
    position: initial;
    display: block;
    width: 100%;
    padding: 5%;
  }
}

.products .inner_w1120 ul.top_product {
  margin-bottom: 150px;
}

.products .inner_w1120 ul.top_product li {
  margin-bottom: 80px;
}

.products .inner_w1120 ul.top_product li figure {
  position: relative;
}

.products .inner_w1120 ul.top_product li figure:after {
  position: absolute;
  bottom: -40px;
  left: 80px;
  width: 70px;
  height: 70px;
  content: '';
  background: url(../img/05_products/products_slatting.png) no-repeat;
  background-size: contain;
}

.products .inner_w1120 ul.top_product li .caption {
  line-height: 1.6;
  color: #242424;
}

.products .inner_w1120 ul.top_product li .caption h4 {
  font-size: 30px;
  font-weight: normal;
  float: left;
  width: 50%;
  padding: 60px 0 0 30px;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.top_product li .caption h4 {
    font-size: 5vw;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.products .inner_w1120 ul.top_product li .caption h4 .free_logo {
  width: 235px;
}

.products .inner_w1120 ul.top_product li .caption .ex {
  float: left;
  width: 50%;
  padding: 40px 0;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.top_product li .caption .ex {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 4%;
  }
}

.products .inner_w1120 ul.top_product li .caption .ex p {
  font-size: 14px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.top_product li .caption .ex p {
    font-size: 3.4vw;
  }
}

.products .inner_w1120 ul.top_product li .caption .ex .option > li {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 10px;
  border: 1px solid #717171;
}

.products .inner_w1120 ul.top_product li .detail_btn {
  line-height: 1.6;
  clear: both;
  text-align: center;
}

.products .inner_w1120 ul.top_product li .detail_btn a {
  font-size: 14px;
  display: block;
  padding: 12px 0;
  border: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.top_product li .detail_btn a {
    font-size: 3.4vw;
  }
}

.products .inner_w1120 ul.btm_product {
  margin-top: 4%;
}

.products .inner_w1120 ul.btm_product li {
  line-height: 1.6;
  padding-bottom: 5%;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li {
    width: 100%;
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}

.products .inner_w1120 ul.btm_product li figure {
  float: left;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li figure {
    float: none;
    width: 100%;
  }
}

.products .inner_w1120 ul.btm_product li .ex {
  float: left;
  width: 45%;
  margin-left: 5%;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .ex {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.products .inner_w1120 ul.btm_product li .ex h6 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1%;
}

.products .inner_w1120 ul.btm_product li .ex h6.jp {
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .ex h6.jp {
    font-size: 5.3125vw;
    margin: 1% 0;
  }
}

.products .inner_w1120 ul.btm_product li .ex h6 span {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .ex h6 {
    font-size: 6.875vw;
    margin: 1% 0;
  }
}

.products .inner_w1120 ul.btm_product li .ex h7 {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-bottom: 1%;
}

.products .inner_w1120 ul.btm_product li .ex h7 span {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .ex h7 {
    font-size: 3.125vw;
    margin: 8% 0 1%;
  }
}

.products .inner_w1120 ul.btm_product li .ex h8 {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-bottom: 3%;
}

.products .inner_w1120 ul.btm_product li .ex h8 span {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .ex h8 {
    margin: 5% 0;
  }
}

.products .inner_w1120 ul.btm_product li .ex ul li {
  font-size: 12px;
  display: inline-block;
  margin: 4% 0;
  padding: .5% 5%;
  color: #db0a37;
  border: 1px solid #db0a37;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .ex ul li {
    font-size: 3.125vw;
    width: auto;
  }
}

.products .inner_w1120 ul.btm_product li .ex p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .ex p {
    font-size: 3.75vw;
  }
}

.products .inner_w1120 ul.btm_product li .detail_btn {
  clear: both;
  text-align: center;
}

.products .inner_w1120 ul.btm_product li .detail_btn a {
  font-size: 14px;
  display: block;
  margin-top: 5%;
  padding: 12px 0;
  border: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  .products .inner_w1120 ul.btm_product li .detail_btn a {
    font-size: 3vw;
  }
}


/* end products */

#company {
  /* end inner */
}

@media screen and (min-width: 1000px) {
  #company {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

#company h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0 90px;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #company h3 {
    font-size: 1.5625vw;
    margin: 6% 0;
  }
}

@media screen and (max-width: 600px) {
  #company h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
  #company h3 br {
    display: none;
  }
}

#company .inner {
  font-size: 0;
  line-height: 1.6;
  width: 1100px;
  margin: 0 auto;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  #company .inner {
    width: 90%;
    margin: 0 auto;
  }
}

#company .inner li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
  vertical-align: top;
}

#company .inner li:hover {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  opacity: .6;
}

#company .inner li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  #company .inner li:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 600px) {
  #company .inner li {
    width: 48%;
  }
  #company .inner li:nth-child(even) {
    margin-right: 0;
  }
}

#company .inner li h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 13px 0;
}

@media screen and (max-width: 600px) {
  #company .inner li h4 {
    font-size: 4.6875vw;
  }
}

#company .inner li p {
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  #company .inner li p {
    font-size: 3.125vw;
  }
}


/* end products */

#profile {
  /* end inner */
}

@media screen and (min-width: 1000px) {
  #profile {
    width: 1200px;
    margin: 0 auto;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  #profile {
    width: 100%;
  }
}

#profile h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 1.6% 0 6%;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #profile h3 {
    font-size: 3.4375vw;
    width: 90%;
    margin: 10% auto;
  }
  #profile h3 br {
    display: none;
  }
}

#profile .inner_w830,
#profile .owners .post,
.owners #profile .post {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
  /* end greet */
  /* end overview */
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830,
  #profile .owners .post,
  .owners #profile .post {
    width: 90%;
    margin: 0 auto;
  }
}

#profile .inner_w830 h4,
#profile .owners .post h4,
.owners #profile .post h4 {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 h4,
  #profile .owners .post h4,
  .owners #profile .post h4 {
    font-size: 3.125vw;
    padding-bottom: 2%;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 h4,
  #profile .owners .post h4,
  .owners #profile .post h4 {
    font-size: 4.6875vw;
  }
}

#profile .inner_w830 .greet,
#profile .owners .post .greet,
.owners #profile .post .greet {
  text-align: center;
}

#profile .inner_w830 .greet dl,
#profile .owners .post .greet dl,
.owners #profile .post .greet dl {
  margin: 70px 0 50px;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl,
  #profile .owners .post .greet dl,
  .owners #profile .post .greet dl {
    margin: 10% 0 18%;
  }
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl figure,
  #profile .owners .post .greet dl figure,
  .owners #profile .post .greet dl figure {
    float: left;
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .greet dl figure,
  #profile .owners .post .greet dl figure,
  .owners #profile .post .greet dl figure {
    float: none;
    margin: 0 auto;
  }
}

#profile .inner_w830 .greet dl dt,
#profile .owners .post .greet dl dt,
.owners #profile .post .greet dl dt {
  float: left;
  width: 250px;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl dt,
  #profile .owners .post .greet dl dt,
  .owners #profile .post .greet dl dt {
    float: none;
    width: 90%;
    margin: 0 auto 6% auto;
  }
}

#profile .inner_w830 .greet dl dt p,
#profile .owners .post .greet dl dt p,
.owners #profile .post .greet dl dt p {
  font-size: 13px;
  margin: 50px 0 10px;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl dt p,
  #profile .owners .post .greet dl dt p,
  .owners #profile .post .greet dl dt p {
    font-size: 2.03125vw;
    float: left;
    margin: 30% 0 0 4%;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .greet dl dt p,
  #profile .owners .post .greet dl dt p,
  .owners #profile .post .greet dl dt p {
    float: none;
    width: 90%;
    margin: 10% auto 2%;
  }
}

#profile .inner_w830 .greet dl dt h5 img,
#profile .owners .post .greet dl dt h5 img,
.owners #profile .post .greet dl dt h5 img {
  width: 115px;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl dt h5,
  #profile .owners .post .greet dl dt h5,
  .owners #profile .post .greet dl dt h5 {
    float: left;
    margin-left: 4%;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .greet dl dt h5,
  #profile .owners .post .greet dl dt h5,
  .owners #profile .post .greet dl dt h5 {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #profile .inner_w830 .greet dl dt h5 img,
  #profile .owners .post .greet dl dt h5 img,
  .owners #profile .post .greet dl dt h5 img {
    width: 40%;
  }
}

#profile .inner_w830 .greet dl dd,
#profile .owners .post .greet dl dd,
.owners #profile .post .greet dl dd {
  float: left;
  width: 520px;
  margin-left: 55px;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl dd,
  #profile .owners .post .greet dl dd,
  .owners #profile .post .greet dl dd {
    float: none;
    clear: both;
    width: 90%;
    margin: 0 auto 10%;
  }
}

#profile .inner_w830 .greet dl dd h6,
#profile .owners .post .greet dl dd h6,
.owners #profile .post .greet dl dd h6 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl dd h6,
  #profile .owners .post .greet dl dd h6,
  .owners #profile .post .greet dl dd h6 {
    font-size: 3.4375vw;
    padding-top: 4%;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .greet dl dd h6,
  #profile .owners .post .greet dl dd h6,
  .owners #profile .post .greet dl dd h6 {
    font-size: 5.625vw;
  }
}

#profile .inner_w830 .greet dl dd p,
#profile .owners .post .greet dl dd p,
.owners #profile .post .greet dl dd p {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .greet dl dd p,
  #profile .owners .post .greet dl dd p,
  .owners #profile .post .greet dl dd p {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .greet dl dd p,
  #profile .owners .post .greet dl dd p,
  .owners #profile .post .greet dl dd p {
    font-size: 3.59375vw;
  }
}

#profile .inner_w830 .overview,
#profile .owners .post .overview,
.owners #profile .post .overview {
  line-height: 1.75;
  width: 830px;
  margin: 100px auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .overview,
  #profile .owners .post .overview,
  .owners #profile .post .overview {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
}

#profile .inner_w830 .overview table,
#profile .owners .post .overview table,
.owners #profile .post .overview table {
  width: 100%;
  margin: 60px 0;
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .overview table,
  #profile .owners .post .overview table,
  .owners #profile .post .overview table {
    margin: 10% 0 15%;
  }
}

#profile .inner_w830 .overview table tr,
#profile .owners .post .overview table tr,
.owners #profile .post .overview table tr {
  font-size: 13px;
  border-collapse: collapse;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .overview table tr,
  #profile .owners .post .overview table tr,
  .owners #profile .post .overview table tr {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .overview table tr,
  #profile .owners .post .overview table tr,
  .owners #profile .post .overview table tr {
    font-size: 3.125vw;
  }
}

#profile .inner_w830 .overview table td,
#profile .owners .post .overview table td,
.owners #profile .post .overview table td {
  font-weight: bold;
  width: 25%;
  padding: 15px 0 15px 10px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .overview table td,
  #profile .owners .post .overview table td,
  .owners #profile .post .overview table td {
    width: 20%;
    padding: 5% 0 5% 2%;
    background: #f5f5f5;
  }
}

#profile .inner_w830 .overview table th,
#profile .owners .post .overview table th,
.owners #profile .post .overview table th {
  width: 75%;
  padding: 15px 0 15px 0;
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .overview table th,
  #profile .owners .post .overview table th,
  .owners #profile .post .overview table th {
    width: 75%;
    padding: 5% 0 5% 5%;
  }
}

#profile .inner_w830 .overview table th li,
#profile .owners .post .overview table th li,
.owners #profile .post .overview table th li {
  display: inline-block;
  width: 210px;
  margin-right: 30px;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .overview table th li,
  #profile .owners .post .overview table th li,
  .owners #profile .post .overview table th li {
    width: 100%;
  }
}

#profile .inner_w830 .access,
#profile .owners .post .access,
.owners #profile .post .access {
  text-align: center;
}

#profile .inner_w830 .access .top_btn,
#profile .owners .post .access .top_btn,
.owners #profile .post .access .top_btn {
  padding-bottom: 100px;
}

#profile .inner_w830 .access .top_btn a,
#profile .owners .post .access .top_btn a,
.owners #profile .post .access .top_btn a {
  font-size: 14px;
  display: block;
  padding: 15px;
  border: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .access .top_btn a,
  #profile .owners .post .access .top_btn a,
  .owners #profile .post .access .top_btn a {
    font-size: 2.1875vw;
  }
}

#profile .inner_w830 .access ul,
#profile .owners .post .access ul,
.owners #profile .post .access ul {
  margin: 60px 0;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .access ul,
  #profile .owners .post .access ul,
  .owners #profile .post .access ul {
    margin: 10% 0;
  }
}

#profile .inner_w830 .access ul li,
#profile .owners .post .access ul li,
.owners #profile .post .access ul li {
  margin-bottom: 60px;
}

#profile .inner_w830 .access ul li figure,
#profile .owners .post .access ul li figure,
.owners #profile .post .access ul li figure {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .access ul li figure,
  #profile .owners .post .access ul li figure,
  .owners #profile .post .access ul li figure {
    width: 100%;
  }
}

#profile .inner_w830 .access ul li figure iframe,
#profile .owners .post .access ul li figure iframe,
.owners #profile .post .access ul li figure iframe {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .access ul li figure iframe,
  #profile .owners .post .access ul li figure iframe,
  .owners #profile .post .access ul li figure iframe {
    height: 200px;
  }
}

#profile .inner_w830 .access ul li .ex,
#profile .owners .post .access ul li .ex,
.owners #profile .post .access ul li .ex {
  display: inline-block;
  width: 44%;
  margin-left: 5%;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .access ul li .ex,
  #profile .owners .post .access ul li .ex,
  .owners #profile .post .access ul li .ex {
    width: 100%;
    margin-left: 0;
  }
}

#profile .inner_w830 .access ul li .ex h5,
#profile .owners .post .access ul li .ex h5,
.owners #profile .post .access ul li .ex h5 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: .06em;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .access ul li .ex h5,
  #profile .owners .post .access ul li .ex h5,
  .owners #profile .post .access ul li .ex h5 {
    font-size: 2.5vw;
    margin: 4% 0;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .access ul li .ex h5,
  #profile .owners .post .access ul li .ex h5,
  .owners #profile .post .access ul li .ex h5 {
    font-size: 4.6875vw;
    margin: 4% 0;
  }
}

#profile .inner_w830 .access ul li .ex p,
#profile .owners .post .access ul li .ex p,
.owners #profile .post .access ul li .ex p {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  #profile .inner_w830 .access ul li .ex p,
  #profile .owners .post .access ul li .ex p,
  .owners #profile .post .access ul li .ex p {
    font-size: 2.03125vw;
  }
}

@media screen and (max-width: 600px) {
  #profile .inner_w830 .access ul li .ex p,
  #profile .owners .post .access ul li .ex p,
  .owners #profile .post .access ul li .ex p {
    font-size: 3.4375vw;
  }
}


/* end products */

.cf,
.point .tab_content .tab_list,
.point .tab_content .tab_list ul,
.point .tab_content .layout1 ul li,
.point .tab_content .layout2 ul li,
.point .tab_content .layout3 > div ul,
.point .tab_content .layout3 > div .ex > div dl figure,
.point .lp_layout .inner .gray,
.btm_menu ul,
.btm_menu ul li .point,
.products .inner_w1120 .layout1,
.products .inner_w1120 ul.top_product li .caption,
.products .inner_w1120 ul.btm_product,
.products .inner_w1120 ul.btm_product li,
.introduce .inner_w1120 ul.switch,
.introduce .inner_w1120 .hero,
.introduce .inner_w1120 .hero2,
.introduce .inner_w1120 ul.colum2,
#staffsingle .innner .page_nav,
#carrotlabo .inner_w1120 .labo_nav,
.blog .inner_w1120 .labo_nav,
#owner .innner div.ct1,
.owners .inner_w1100 {
  zoom: 1;
}

.cf:after,
.point .tab_content .tab_list:after,
.point .tab_content .tab_list ul:after,
.point .tab_content .layout1 ul li:after,
.point .tab_content .layout2 ul li:after,
.point .tab_content .layout3 > div ul:after,
.point .tab_content .layout3 > div .ex > div dl figure:after,
.point .lp_layout .inner .gray:after,
.btm_menu ul:after,
.btm_menu ul li .point:after,
.products .inner_w1120 .layout1:after,
.products .inner_w1120 ul.top_product li .caption:after,
.products .inner_w1120 ul.btm_product:after,
.products .inner_w1120 ul.btm_product li:after,
.introduce .inner_w1120 ul.switch:after,
.introduce .inner_w1120 .hero:after,
.introduce .inner_w1120 .hero2:after,
.introduce .inner_w1120 ul.colum2:after,
#staffsingle .innner .page_nav:after,
#carrotlabo .inner_w1120 .labo_nav:after,
.blog .inner_w1120 .labo_nav:after,
#owner .innner div.ct1:after,
.owners .inner_w1100:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    border: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }
}

h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 7.8125vw;
  }
}

h2 span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 3.4375vw;
  }
}

h2 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.introduce {
  /* end inner */
}

.introduce h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  .introduce h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

.introduce .inner_w1120 {
  line-height: 1.6;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 {
    padding-bottom: 10%;
  }
}

.introduce .inner_w1120 .btn {
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px dotted #000;
}

.introduce .inner_w1120 ul.switch {
  line-height: 1.6;
  margin: 120px 0 40px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 ul.switch {
    margin: 10% 0;
  }
}

.introduce .inner_w1120 ul.switch li {
  font-size: 18px;
  display: inline-block;
  width: 300px;
  margin-left: 55px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 ul.switch li {
    font-size: 2.03125vw;
    width: 49%;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 ul.switch li {
    font-size: 3.75vw;
    width: 100%;
    margin-bottom: 3%;
  }
}

.introduce .inner_w1120 ul.switch li a {
  font-size: 13px;
  display: block;
  padding: 22px 20px;
  text-align: center;
  letter-spacing: .1em;
  border: 1px dotted #000;
}

.introduce .inner_w1120 ul.switch li a:hover {
  border: 1px solid #efefef;
  background: #efefef;
}

.introduce .inner_w1120 ul.switch li:first-child {
  margin-left: 0;
}

.introduce .inner_w1120 .hero {
  background: #f3f3f3;
}

.introduce .inner_w1120 .hero figure {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .hero figure {
    float: none;
    margin: 0 auto;
    padding: 5% 0;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .hero figure {
    width: 100%;
    padding: 0;
  }
}

.introduce .inner_w1120 .hero > div {
  float: left;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .hero > div {
    float: none;
    width: 100%;
  }
}

.introduce .inner_w1120 .hero > div h3 {
  font-size: 30px;
  margin: 100px auto 30px;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .hero > div h3 {
    font-size: 3.125vw;
    margin: 0 0 2%;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .hero > div h3 {
    font-size: 5.625vw;
    margin: 6% auto 4%;
  }
}

.introduce .inner_w1120 .hero > div p {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .hero > div p {
    font-size: 1.5625vw;
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .hero > div p {
    font-size: 3.125vw;
    padding: 0 5% 10%;
    text-align: justify;
    word-break: normal;
  }
  .introduce .inner_w1120 .hero > div p br {
    display: none;
  }
}

.introduce .inner_w1120 .hero2 {
  margin-bottom: 4%;
  padding: 4% 0;
  border-bottom: 1px solid #ccc;
}

.introduce .inner_w1120 .hero2 > div {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .hero2 > div {
    width: 100%;
  }
}

.introduce .inner_w1120 .hero2 > div.cap {
  margin: 10% 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .hero2 > div.cap {
    width: 100%;
  }
}

.introduce .inner_w1120 .hero2 > div.cap h4 {
  font-size: 36px;
  font-weight: normal;
}

.introduce .inner_w1120 .hero2 > div.cap h4 span {
  font-size: 18px;
  display: block;
}

.introduce .inner_w1120 .hero2 > div p {
  font-size: 14px;
  margin-top: 5%;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .hero2 > div p {
    font-size: 1.5625vw;
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .hero2 > div p {
    font-size: 3.59375vw;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .hero2 > div p br {
    display: none;
  }
}

.introduce .inner_w1120 ul.colum2 {
  padding-bottom: 5%;
  border-bottom: 1px solid #ccc;
}

.introduce .inner_w1120 ul.colum2 li {
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 ul.colum2 li {
    width: 47.5%;
    margin: 0 5% 5% 0;
  }
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 ul.colum2 li:nth-child(2n) {
    margin-right: 0;
  }
}

.introduce .inner_w1120 ul.colum2 li:last-child {
  margin-right: 0;
}

.introduce .inner_w1120 ul.colum2 li h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 16px 0 10px;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 ul.colum2 li h4 {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 ul.colum2 li h4 {
    font-size: 3.4375vw;
  }
}

.introduce .inner_w1120 ul.colum2 li p {
  font-size: 14px;
  letter-spacing: .06em;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 ul.colum2 li p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 ul.colum2 li p {
    font-size: 3.125vw;
  }
}

.introduce .inner_w1120 .mdl {
  margin: 1.6% 0 0;
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .mdl {
    margin: 10% 0;
  }
}

.introduce .inner_w1120 .box {
  padding: 5%;
  background: #f5f5f5;
}

.introduce .inner_w1120 .box h4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 2%;
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .box h4 {
    font-size: 4.375vw;
    margin-bottom: 5%;
  }
}

.introduce .inner_w1120 .box h4 span {
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .box h4 span {
    font-size: 2.1875vw;
  }
}

.introduce .inner_w1120 .map {
  /* margin: 2% 0;*/
  /* border-bottom: 1px dotted #000;*/
}

.introduce .inner_w1120 .map .gmap iframe {
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .map .gmap iframe {
    height: 200px;
  }
}

.introduce .inner_w1120 .map h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 1% 0 .5%;
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .map h4 {
    font-size: 4.375vw;
    margin-bottom: 5%;
  }
}

.introduce .inner_w1120 .map p {
  font-size: 14px;
  padding-bottom: 4%;
  letter-spacing: .06em;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .map p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .introduce .inner_w1120 .map p {
    font-size: 3.125vw;
  }
}

.introduce .inner_w1120 .map p span {
  margin-right: 40px;
}

@media screen and (max-width: 1000px) {
  .introduce .inner_w1120 .map p span {
    display: block;
  }
}


/* end introduce */

#staff {
  border-top: none;
  border-bottom: none;
  /* end inner */
}

#staff h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0 80px;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #staff h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

#staff .innner {
  line-height: 1.6;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #staff .innner {
    width: 90%;
    margin: 0 auto;
  }
}

#staff .innner h4 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 3%;
}

@media screen and (max-width: 1000px) {
  #staff .innner h4 {
    font-size: 4.0625vw;
  }
}

@media screen and (max-width: 600px) {
  #staff .innner h4 {
    font-size: 5.3125vw;
    margin: 0 0 5%;
  }
}

#staff .innner h4 span {
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
}

@media screen and (max-width: 1000px) {
  #staff .innner h4 span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  #staff .innner h4 span {
    font-size: 3.125vw;
    margin-left: 4%;
  }
}

#staff .innner ul {
  font-size: 0;
  letter-spacing: 0;
}

#staff .innner ul li {
  display: inline-block;
  width: 30.6%;
  margin: 0 4% 6% 0;
  vertical-align: top;
}

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

@media screen and (max-width: 600px) {
  #staff .innner ul li:nth-child(3n) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 600px) {
  #staff .innner ul li {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  #staff .innner ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#staff .innner ul li dt {
  font-size: 22px;
  margin: 7% 0 1%;
}

@media screen and (max-width: 600px) {
  #staff .innner ul li dt {
    font-size: 4.0625vw;
  }
}

#staff .innner ul li dd {
  font-size: 12px;
  letter-spacing: .006em;
}

@media screen and (max-width: 600px) {
  #staff .innner ul li dd {
    font-size: 1.875vw;
  }
}

#staff .innner ul li dd span {
  font-size: 14px;
}

#staff .innner ul li a {
  display: block;
}

#staff .innner ul li a:hover {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: .6;
}


/* end introduce */

#staffsingle {
  padding: 80px 0;
  border-top: none;
  border-bottom: none;
  /* end inner */
}

#staffsingle h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0 80px;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #staffsingle h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

#staffsingle .innner {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
  /* end identify */
}

@media screen and (max-width: 1000px) {
  #staffsingle .innner {
    width: 90%;
    margin: 0 auto;
  }
}

#staffsingle .innner h4 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 3%;
}

@media screen and (max-width: 1000px) {
  #staffsingle .innner h4 {
    font-size: 3.75vw;
    margin: 0 0 5%;
  }
}

@media screen and (max-width: 600px) {
  #staffsingle .innner h4 {
    font-size: 5.3125vw;
    margin: 0 0 5%;
  }
}

#staffsingle .innner h4 span {
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
}

@media screen and (max-width: 1000px) {
  #staffsingle .innner h4 span {
    font-size: 2.1875vw;
    margin-left: 3%;
  }
}

@media screen and (max-width: 600px) {
  #staffsingle .innner h4 span {
    font-size: 3.125vw;
    margin-left: 4%;
  }
}

#staffsingle .innner h5 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 7%;
}

@media screen and (max-width: 1000px) {
  #staffsingle .innner h5 {
    font-size: 1.875vw;
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 600px) {
  #staffsingle .innner h5 {
    font-size: 2.8125vw;
  }
}

#staffsingle .innner .identity {
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 1px dotted #000;
}

#staffsingle .innner .identity p {
  font-size: 14px;
  text-align: justify;
}

@media screen and (max-width: 1000px) {
  #staffsingle .innner .identity p {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 600px) {
  #staffsingle .innner .identity p {
    font-size: 3.75vw;
  }
}

#staffsingle .innner .identity p.job {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  #staffsingle .innner .identity p.job {
    margin-bottom: 5%;
  }
}

#staffsingle .innner .identity p.work {
  margin-bottom: 3.8%;
}

#staffsingle .innner .identity .comment {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  #staffsingle .innner .identity .comment {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 600px) {
  #staffsingle .innner .identity .comment {
    font-size: 2.8125vw;
    margin: 10% 0;
  }
}

#staffsingle .innner .identity .comment td {
  padding-right: 20px;
}

#staffsingle .innner .page_nav {
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 600px) {
  #staffsingle .innner .page_nav {
    font-size: 4.6875vw;
  }
}

#staffsingle .innner .page_nav span {
  font-size: 12px;
  display: block;
}

@media screen and (max-width: 600px) {
  #staffsingle .innner .page_nav span {
    font-size: 1.5625vw;
  }
}

#staffsingle .innner .page_nav .prev {
  float: left;
  padding-left: 5%;
  text-align: left;
}

#staffsingle .innner .page_nav .prev:before {
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  content: '<';
}

@media screen and (max-width: 600px) {
  #staffsingle .innner .page_nav .prev:before {
    font-size: 4.6875vw;
    top: 20%;
  }
}

#staffsingle .innner .page_nav .next {
  float: right;
  padding-right: 5%;
  text-align: right;
}

#staffsingle .innner .page_nav .next:after {
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  content: '>';
}

@media screen and (max-width: 600px) {
  #staffsingle .innner .page_nav .next:after {
    font-size: 4.6875vw;
    top: 20%;
  }
}

#staffsingle .innner .page_nav a {
  display: block;
}

#staffsingle .innner .staff_btn {
  font-size: 14px;
  line-height: 1.6;
  clear: both;
  margin: 5% 0 0;
  text-align: center;
  border: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  #staffsingle .innner .staff_btn {
    font-size: 4.0625vw;
    margin-top: 10%;
    padding: 2% 0;
  }
}

#staffsingle .innner .staff_btn a {
  display: block;
  padding: 1.4% 0;
}


/* end introduce */

#carrotlabo {
  /* end inner */
}

#carrotlabo h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #carrotlabo h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

#carrotlabo .inner_w1120 {
  line-height: 1.6;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #carrotlabo .inner_w1120 {
    width: 90%;
    margin: 0 auto;
  }
}

#carrotlabo .inner_w1120 h3 {
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #carrotlabo .inner_w1120 h3 {
    font-size: 5.625vw;
    padding: 5% 0 5%;
  }
}

@media screen and (max-width: 1000px) {
  #carrotlabo .inner_w1120 h3 {
    font-size: 6.25vw;
  }
}

#carrotlabo .inner_w1120 h3 span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  #carrotlabo .inner_w1120 h3 span {
    font-size: 2.1875vw;
  }
}

#carrotlabo .inner_w1120 h3 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h3_border.png) no-repeat center;
  background-size: contain;
}

#carrotlabo .inner_w1120 .labo_nav {
  margin: 7% 0;
}

#carrotlabo .inner_w1120 .labo_nav li {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: bold;
  float: left;
  width: 18.3%;
  margin-right: 2%;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #carrotlabo .inner_w1120 .labo_nav li:nth-child(5n) {
    margin-right: 0;
  }
  #carrotlabo .inner_w1120 .labo_nav li:nth-child(n+6) {
    margin-top: 2%;
  }
}

@media screen and (max-width: 1000px) {
  #carrotlabo .inner_w1120 .labo_nav li {
    font-size: 1.40625vw;
    width: 30%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 600px) {
  #carrotlabo .inner_w1120 .labo_nav li {
    font-size: 2.5vw;
    width: 49%;
    margin-bottom: 4%;
  }
  #carrotlabo .inner_w1120 .labo_nav li:nth-child(2n) {
    margin-right: 0;
  }
}

#carrotlabo .inner_w1120 .labo_nav li span {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  font-size: 11px;
  display: block;
}

#carrotlabo .inner_w1120 .labo_nav li a {
  display: block;
  padding: 7% 0;
  border: 1px dotted #000;
}

#carrotlabo .inner_w1120 .labo_nav li a:hover {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  border: 1px solid #954c4c;
  background: #954c4c;
}

#carrotlabo .inner_w1120 .labo_nav li a.active {
  color: #fff;
  background: #954c4c;
}

#carrotlabo .inner_w1120 .post_list {
  font-size: 0;
  padding: 0 0 114px;
  white-space: 0;
  letter-spacing: 0;
}

#carrotlabo .inner_w1120 .post_list li {
  position: relative;
  display: inline-block;
  width: 264px;
  margin-left: 20px;
  vertical-align: top;
}

#carrotlabo .inner_w1120 .post_list li:nth-child(4n+1) {
  margin-left: 0;
}

#carrotlabo .inner_w1120 .post_list li:nth-child(n+5) {
  margin-top: 52px;
}

@media screen and (max-width: 1000px) {
  #carrotlabo .inner_w1120 .post_list li {
    width: 48%;
    margin-left: 4% !important;
  }
  #carrotlabo .inner_w1120 .post_list li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  #carrotlabo .inner_w1120 .post_list li:nth-child(n+3) {
    margin-top: 4.8% !important;
  }
}

#carrotlabo .inner_w1120 .post_list li:before {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: .2em 1em;
  content: '';
  color: #fff;
}

#carrotlabo .inner_w1120 .post_list li.c_tv:before {
  content: 'CARROT TV';
  background-color: #45c9a8;
}

#carrotlabo .inner_w1120 .post_list li.c_blog1:before {
  content: 'OWNER’S';
  background-color: #e2acaf;
}

#carrotlabo .inner_w1120 .post_list li.p_blog:before {
  content: 'PRESIDENT';
  background-color: #954c4c;
}

#carrotlabo .inner_w1120 .post_list li.s_blog:before {
  content: 'SOMMELIER';
  background-color: #cbd038;
}

#carrotlabo .inner_w1120 .post_list li.c_blog2:before {
  content: 'CARROT DIARY';
  background-color: #a8764c;
}
#carrotlabo .inner_w1120 .post_list li.staff_voice:before {
  content: 'STAFF VOICE';
  background-color: #8ebb51;
}
#carrotlabo .inner_w1120 .post_list li.c_blog3:before {
  content: 'OWNER’S';
  background-color: #4c5da8;
}


#carrotlabo .inner_w1120 .post_list li time {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 18px;
}

#carrotlabo .inner_w1120 .post_list li h5 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
}

#carrotlabo .inner_w1120 .post_list li p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}

#carrotlabo .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 95px;
  border-bottom: 1px dotted #242424;
}

@media screen and (max-width: 1000px) {
  #carrotlabo .slider {
    padding: 0 8%;
  }
}

#carrotlabo .slider li figure figcaption {
  font-size: 16px;
  line-height: 44px;
  height: 44px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #carrotlabo .slider li figure figcaption {
    font-size: 1.875vw;
    line-height: 3.6;
  }
}

@media screen and (max-width: 600px) {
  #carrotlabo .slider li figure figcaption {
    font-size: 2.5vw;
  }
}

#carrotlabo .slider li figure > div {
  height: 1;
  padding-bottom: 56%;
  background-position: center center;
  background-size: cover;
}

#carrotlabo .slider .bx-viewport {
  overflow: visible !important;
}

#carrotlabo .slider .bx-prev,
#carrotlabo .slider .bx-next {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8%;
  height: 100%;
  border-right: 1px solid #fff;
  background-color: rgba(160, 160, 160, .4);
}

#carrotlabo .slider .bx-next {
  right: 0;
  left: auto;
  border-right: none;
  border-left: 1px solid #fff;
  background-color: rgba(160, 160, 160, .4);
}

#carrotlabo .slider .bx-prev:before,
#carrotlabo .slider .bx-next:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  content: '';
  -webkit-transition: ease .24s all;
  -o-transition: ease .24s all;
  transition: ease .24s all;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#carrotlabo .slider .bx-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 999px) {
  /*#carrotlabo .slider .bx-prev:hover:before {
    margin-left: -17px !important;
  }
  #carrotlabo .slider .bx-next:hover:before {
    margin-left: -9px !important;
  }*/
}

@media screen and (max-width: 1000px) {
  #carrotlabo .slider .bx-prev:before,
  #carrotlabo .slider .bx-next:before {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    margin: -25% 0 0 -25%;
    content: '';
    -webkit-transition: ease .24s all;
    -o-transition: ease .24s all;
    transition: ease .24s all;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #carrotlabo .slider .bx-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#carrotlabo .bx_pager {
  font-size: 0;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0;
}

#carrotlabo .bx_pager li {
  font-size: 0;
  display: inline-block;
  margin: 0 9px;
}

#carrotlabo .bx_pager li a {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ccc;
}

#carrotlabo .bx_pager li a.active {
  background-color: #86212e;
}

#carrotlabo .bx_pager li {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #e0e0e0;
}


/*end top */

.blog {
  border-top: none;
  border-bottom: none;
}

.blog .inner_w1120 {
  line-height: 1.6;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .blog .inner_w1120 {
    width: 90%;
    margin: 0 auto;
  }
}

.blog .inner_w1120 h2.ttl {
  font-size: 55px;
  font-weight: normal;
  line-height: 1.3;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  .blog .inner_w1120 h2.ttl {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

.blog .inner_w1120 h2.ttl span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  .blog .inner_w1120 h2.ttl span {
    font-size: 2.1875vw;
  }
}

.blog .inner_w1120 h2.ttl hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h3_border.png) no-repeat center;
  background-size: contain;
}

.blog .inner_w1120 .labo_nav {
  margin: 7% 0;
}

.blog .inner_w1120 .labo_nav li {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: bold;
  float: left;
  width: 18.3%;
  margin-right: 2%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .blog .inner_w1120 .labo_nav li {
    font-size: 1.40625vw;
    width: 30%;
    margin-bottom: 4%;
  }
}


@media screen and (min-width: 1000px) {
  .blog .inner_w1120 .labo_nav li:nth-child(5n) {
    margin-right: 0;
  }

  .blog .inner_w1120 .labo_nav li:nth-child(n+6) {
    margin-top: 2%;
  }
}

@media screen and (max-width: 600px) {
  .blog .inner_w1120 .labo_nav li {
    font-size: 2.5vw;
    width: 49%;
    margin-bottom: 4%;
  }
  .blog .inner_w1120 .labo_nav li:nth-child(2n) {
    margin-right: 0;
  }
}

.blog .inner_w1120 .labo_nav li span {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  font-size: 11px;
  display: block;
}

.blog .inner_w1120 .labo_nav li a {
  display: block;
  padding: 7% 0;
  border: 1px dotted #000;
}

.blog .inner_w1120 .labo_nav li a:hover {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  border: 1px solid #954c4c;
  background: #954c4c;
}

.blog .inner_w1120 .labo_nav li.active a {
  color: #fff !important;
  border: 1px solid #954c4c !important;
  background-color: #954c4c !important;
}

.blog .main {
  width: 100%;
  padding: 0 40px 120px;
}

@media screen and (max-width: 1000px) {
  .blog .main {
    padding: 4% 6.25%;
  }
}

.blog .main .leftbox {
  float: left;
  width: 836px;
}

@media screen and (max-width: 1000px) {
  .blog .main .leftbox {
    width: 100%;
  }
}

.blog .main .leftbox h3 {
  font-family: serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  width: 100%;
  padding-bottom: 36px;
  text-align: left;
  border-bottom: 1px dotted #242424;
}

@media screen and (max-width: 1000px) {
  .blog .main .leftbox h3 {
    font-size: 5.625vw;
    padding-bottom: 1em;
  }
}

.blog .main .leftbox h3 i {
  font-size: 14px;
  display: block;
  padding-bottom: 16px;
}

@media screen and (max-width: 1000px) {
  .blog .main .leftbox h3 i {
    font-size: 3.4375vw;
    padding-bottom: .6em;
  }
}

.blog .main .leftbox h3 em {
  font-family: 'Lato', sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: .8;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  opacity: .2;
  color: #954c4c;
}

@media screen and (max-width: 1000px) {
  .blog .main .leftbox h3 em {
    font-size: 5.9375vw;
  }
}

.blog .main .leftbox .post_list {
  font-size: 0;
  padding: 60px 0;
  letter-spacing: 0;
}

.blog .main .leftbox .post_list li {
  position: relative;
  display: inline-block;
  width: 264px;
  margin-left: 20px;
  vertical-align: top;
}

.blog .main .leftbox .post_list li:nth-child(3n+1) {
  margin-left: 0;
}

.blog .main .leftbox .post_list li:nth-child(n+4) {
  margin-top: 52px;
}

@media screen and (max-width: 1000px) {
  .blog .main .leftbox .post_list li {
    width: 48%;
    margin-left: 4% !important;
  }
  .blog .main .leftbox .post_list li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .blog .main .leftbox .post_list li:nth-child(n+3) {
    margin-top: 4.8% !important;
  }
}

.blog .main .leftbox .post_list li:before {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: .2em 1em;
  content: '';
  color: #fff;
}

.blog .main .leftbox .post_list li.c_tv:before {
  content: 'CARROT TV';
  background-color: #45c9a8;
}

.blog .main .leftbox .post_list li.c_blog1:before {
  content: 'OWNER’S';
  background-color: #4c5da8;
}

.blog .main .leftbox .post_list li.p_blog:before {
  content: 'PRESIDENT';
  background-color: #954c4c;
}

.blog .main .leftbox .post_list li.s_blog:before {
  content: 'SOMMELIER';
  background-color: #cbd038;
}

.blog .main .leftbox .post_list li.c_blog2:before {
  content: 'DIARY';
  background-color: #4c5da8;
}

.blog .main .leftbox .post_list li.new:before {
  content: 'NEW';
  background-color: #954c4c;
}

.blog .main .leftbox .post_list li.c_tv:before {
  content: 'TV';
  background-color: #954c4c;
}

.blog .main .leftbox .post_list li time {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 18px;
}

.blog .main .leftbox .post_list li h5 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
}

.blog .main .leftbox .post_list li p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 4px;
}

.blog .main .leftbox .post_area {
  line-height: 1.6;
  padding: 50px 0;
}

.blog .main .leftbox .post_area * {
/*  font-size: 1.4rem; */
  font-size: 1.9rem;
  line-height: 1.7;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
      font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", serif;
}

.blog .main .leftbox .post_area h1 {
  font-size: 2.8rem;
}

.blog .main .leftbox .post_area h2 {
  font-size: 2.5rem;
}

.blog .main .leftbox .post_area h3 {
  font-size: 2.2rem;
}

.blog .main .leftbox .post_area h4 {
  font-size: 1.9rem;
}

.blog .main .leftbox .post_area h5 {
  font-size: 1.6rem;
}

.blog .main .leftbox .post_area h6 {
  font-size: 1.4rem;
}

.blog .main .leftbox .post_area h1,
.blog .main .leftbox .post_area h2,
.blog .main .leftbox .post_area h3,
.blog .main .leftbox .post_area h4,
.blog .main .leftbox .post_area h5,
.blog .main .leftbox .post_area h6 {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  .blog .main .leftbox .post_area {
    padding: 6% 0;
  }
}

.blog .main .leftbox .post_area .youtubebox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.blog .main .leftbox .post_area .youtubebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .main .leftbox .post_area .comment {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
}

@media screen and (max-width: 1000px) {
  .blog .main .leftbox .post_area .comment {
    font-size: 3.75vw;
    margin-top: 2.4%;
  }
}

.blog .main .leftbox .post_area .alignleft {
  display: inline-block;
  vertical-align: top;
}

.blog .main .leftbox .post_area .alignleft .wp-caption-text {
  font-size: 12px;
  margin-top: 1%;
}

.blog .main .rightbox {
  float: right;
  width: 200px;
  margin-top: 74px;
}

@media screen and (max-width: 1000px) {
  .blog .main .rightbox {
    width: 100%;
  }
}

.blog .main .rightbox h4 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px dotted #242424;
}

@media screen and (max-width: 1000px) {
  .blog .main .rightbox h4 {
    font-size: 3.4375vw;
  }
}

.blog .main .rightbox ul {
  padding: 14px 0 54px;
}

@media screen and (max-width: 1000px) {
  .blog .main .rightbox ul {
    padding: 2.4% 0 16%;
  }
}

.blog .main .rightbox ul li {
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .blog .main .rightbox ul li {
    font-size: 3.75vw;
  }
}


/*end top */

#owner {
  /* end inner */
}

#owner h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #owner h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

#owner .innner {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
  /* end ct1*/
}

@media screen and (max-width: 1000px) {
  #owner .innner {
    width: 90%;
    margin: 0 auto;
  }
}

#owner .innner .designated {
  padding: 5% 0 7%;
  text-align: center;
  background: #f5f5f5;
}

@media screen and (max-width: 600px) {
  #owner .innner .designated {
    padding: 10%;
  }
}

#owner .innner .designated h4 {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  #owner .innner .designated h4 {
    font-size: 4.6875vw;
  }
}

#owner .innner .designated h4 span {
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 600px) {
  #owner .innner .designated h4 span {
    font-size: 3.125vw;
  }
}

#owner .innner .designated ul {
  width: 100%;
  margin: 4% auto 0;
}

#owner .innner .designated ul li {
  display: inline-block;
  width: 50%;
  padding: 0 8%;
}

@media screen and (max-width: 600px) {
  #owner .innner .designated ul li {
    width: 100%;
    margin-bottom: 10%;
  }
}

#owner .innner .designated ul li:first-child {
  border-right: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  #owner .innner .designated ul li:first-child {
    padding-bottom: 10%;
    border-right: none;
    border-bottom: 1px dotted #545454;
  }
}

#owner .innner .designated ul li figure img {
  width: 60px;
  height: 60px;
}

#owner .innner .designated ul li p {
  font-size: 14px;
  margin: 7% 0;
}

@media screen and (max-width: 600px) {
  #owner .innner .designated ul li p {
    font-size: 3.125vw;
  }
}

#owner .innner .designated ul li .contact a {
  font-size: 16px;
  display: block;
  padding: 2.6% 0;
  letter-spacing: .06em;
  border: 1px dotted #000;
}

#owner .innner .designated ul li .contact a:hover {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: .6;
}

@media screen and (max-width: 600px) {
  #owner .innner .designated ul li .contact a {
    font-size: 4.0625vw;
  }
}

#owner .innner div.cm {
  margin: 10% 0 0;
  padding-bottom: 10%;
  /*　COMMON PARTS */
  text-align: center;
}

@media screen and (max-width: 600px) {
  #owner .innner div.cm {
    margin: 15% 0;
  }
}

#owner .innner div.cm > h4 {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 2%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  #owner .innner div.cm > h4 {
    font-size: 5vw;
  }
}

#owner .innner div.cm > p.lead {
  line-height: 2;
  margin: 4% 0;
  letter-spacing: .1em;
}

@media screen and (max-width: 600px) {
  #owner .innner div.cm > p.lead {
    font-size: 3.75vw;
    margin: 6% 0;
    text-align: justify;
  }
  #owner .innner div.cm > p.lead br {
    display: none;
  }
}

#owner .innner div.cm h5 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3.6%;
  padding-bottom: 1%;
  text-align: left;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  #owner .innner div.cm h5 {
    font-size: 5.3125vw;
    padding-bottom: 2%;
  }
}

#owner .innner div.cm h5 span {
  font-size: 36px;
  display: inline-block;
  padding-right: 15px;
}

@media screen and (max-width: 600px) {
  #owner .innner div.cm h5 span {
    font-size: 8.75vw;
    display: block;
  }
}

#owner .innner div.ct1 .cf > p,
#owner .innner div.ct1 .point .tab_content .tab_list > p,
.point .tab_content #owner .innner div.ct1 .tab_list > p,
#owner .innner div.ct1 .point .tab_content .tab_list ul > p,
.point .tab_content .tab_list #owner .innner div.ct1 ul > p,
#owner .innner div.ct1 .point .tab_content .layout1 ul li > p,
.point .tab_content .layout1 ul #owner .innner div.ct1 li > p,
#owner .innner div.ct1 .point .tab_content .layout2 ul li > p,
.point .tab_content .layout2 ul #owner .innner div.ct1 li > p,
#owner .innner div.ct1 .point .tab_content .layout3 > div ul > p,
.point .tab_content .layout3 > div #owner .innner div.ct1 ul > p,
#owner .innner div.ct1 .point .tab_content .layout3 > div .ex > div dl figure > p,
.point .tab_content .layout3 > div .ex > div dl #owner .innner div.ct1 figure > p,
#owner .innner div.ct1 .point .lp_layout .inner .gray > p,
.point .lp_layout .inner #owner .innner div.ct1 .gray > p,
#owner .innner div.ct1 .btm_menu ul > p,
.btm_menu #owner .innner div.ct1 ul > p,
#owner .innner div.ct1 .btm_menu ul li .point > p,
.btm_menu ul li #owner .innner div.ct1 .point > p,
#owner .innner div.ct1 .products .inner_w1120 .layout1 > p,
.products .inner_w1120 #owner .innner div.ct1 .layout1 > p,
#owner .innner div.ct1 .products .inner_w1120 ul.top_product li .caption > p,
.products .inner_w1120 ul.top_product li #owner .innner div.ct1 .caption > p,
#owner .innner div.ct1 .products .inner_w1120 ul.btm_product > p,
.products .inner_w1120 #owner .innner div.ct1 ul.btm_product > p,
#owner .innner div.ct1 .products .inner_w1120 ul.btm_product li > p,
.products .inner_w1120 ul.btm_product #owner .innner div.ct1 li > p,
#owner .innner div.ct1 .introduce .inner_w1120 ul.switch > p,
.introduce .inner_w1120 #owner .innner div.ct1 ul.switch > p,
#owner .innner div.ct1 .introduce .inner_w1120 .hero > p,
.introduce .inner_w1120 #owner .innner div.ct1 .hero > p,
#owner .innner div.ct1 .introduce .inner_w1120 .hero2 > p,
.introduce .inner_w1120 #owner .innner div.ct1 .hero2 > p,
#owner .innner div.ct1 .introduce .inner_w1120 ul.colum2 > p,
.introduce .inner_w1120 #owner .innner div.ct1 ul.colum2 > p,
#owner #staffsingle .innner div.ct1 .page_nav > p,
#staffsingle #owner .innner div.ct1 .page_nav > p,
#owner .innner div.ct1 #carrotlabo .inner_w1120 .labo_nav > p,
#carrotlabo .inner_w1120 #owner .innner div.ct1 .labo_nav > p,
#owner .innner div.ct1 .blog .inner_w1120 .labo_nav > p,
.blog .inner_w1120 #owner .innner div.ct1 .labo_nav > p,
#owner .innner div.ct1 div.ct1 > p,
#owner .innner div.ct1 .owners .inner_w1100 > p,
.owners #owner .innner div.ct1 .inner_w1100 > p {
  font-size: 14px;
  line-height: 2;
  float: left;
  width: 50%;
  text-align: justify;
}

@media screen and (max-width: 600px) {
  #owner .innner div.ct1 .cf > p,
  #owner .innner div.ct1 .point .tab_content .tab_list > p,
  .point .tab_content #owner .innner div.ct1 .tab_list > p,
  #owner .innner div.ct1 .point .tab_content .tab_list ul > p,
  .point .tab_content .tab_list #owner .innner div.ct1 ul > p,
  #owner .innner div.ct1 .point .tab_content .layout1 ul li > p,
  .point .tab_content .layout1 ul #owner .innner div.ct1 li > p,
  #owner .innner div.ct1 .point .tab_content .layout2 ul li > p,
  .point .tab_content .layout2 ul #owner .innner div.ct1 li > p,
  #owner .innner div.ct1 .point .tab_content .layout3 > div ul > p,
  .point .tab_content .layout3 > div #owner .innner div.ct1 ul > p,
  #owner .innner div.ct1 .point .tab_content .layout3 > div .ex > div dl figure > p,
  .point .tab_content .layout3 > div .ex > div dl #owner .innner div.ct1 figure > p,
  #owner .innner div.ct1 .point .lp_layout .inner .gray > p,
  .point .lp_layout .inner #owner .innner div.ct1 .gray > p,
  #owner .innner div.ct1 .btm_menu ul > p,
  .btm_menu #owner .innner div.ct1 ul > p,
  #owner .innner div.ct1 .btm_menu ul li .point > p,
  .btm_menu ul li #owner .innner div.ct1 .point > p,
  #owner .innner div.ct1 .products .inner_w1120 .layout1 > p,
  .products .inner_w1120 #owner .innner div.ct1 .layout1 > p,
  #owner .innner div.ct1 .products .inner_w1120 ul.top_product li .caption > p,
  .products .inner_w1120 ul.top_product li #owner .innner div.ct1 .caption > p,
  #owner .innner div.ct1 .products .inner_w1120 ul.btm_product > p,
  .products .inner_w1120 #owner .innner div.ct1 ul.btm_product > p,
  #owner .innner div.ct1 .products .inner_w1120 ul.btm_product li > p,
  .products .inner_w1120 ul.btm_product #owner .innner div.ct1 li > p,
  #owner .innner div.ct1 .introduce .inner_w1120 ul.switch > p,
  .introduce .inner_w1120 #owner .innner div.ct1 ul.switch > p,
  #owner .innner div.ct1 .introduce .inner_w1120 .hero > p,
  .introduce .inner_w1120 #owner .innner div.ct1 .hero > p,
  #owner .innner div.ct1 .introduce .inner_w1120 .hero2 > p,
  .introduce .inner_w1120 #owner .innner div.ct1 .hero2 > p,
  #owner .innner div.ct1 .introduce .inner_w1120 ul.colum2 > p,
  .introduce .inner_w1120 #owner .innner div.ct1 ul.colum2 > p,
  #owner #staffsingle .innner div.ct1 .page_nav > p,
  #staffsingle #owner .innner div.ct1 .page_nav > p,
  #owner .innner div.ct1 #carrotlabo .inner_w1120 .labo_nav > p,
  #carrotlabo .inner_w1120 #owner .innner div.ct1 .labo_nav > p,
  #owner .innner div.ct1 .blog .inner_w1120 .labo_nav > p,
  .blog .inner_w1120 #owner .innner div.ct1 .labo_nav > p,
  #owner .innner div.ct1 div.ct1 > p,
  #owner .innner div.ct1 .owners .inner_w1100 > p,
  .owners #owner .innner div.ct1 .inner_w1100 > p {
    float: none;
    width: 100%;
  }
}

#owner .innner div.ct1 figure {
  float: left;
  width: 45%;
  margin: 0 0 0 5%;
}

@media screen and (max-width: 600px) {
  #owner .innner div.ct1 figure {
    float: none;
    width: 100%;
    margin: 4% 0;
  }
}

#owner .innner div.ct1 .flow {
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 7.6% 0;
  text-align: left;
  border: 1px dotted #000;
}

#owner .innner div.ct1 .flow .flow_inner {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 4%;
}

#owner .innner div.ct1 .flow .flow_inner h6 {
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  #owner .innner div.ct1 .flow .flow_inner h6 {
    font-size: 5.625vw;
    margin-bottom: 2.6%;
  }
}

#owner .innner div.ct1 .flow .flow_inner ul {
  display: inline-block;
  margin: 4% 0 5%;
  padding-bottom: 3%;
  border-bottom: 1px dotted #000;
}

#owner .innner div.ct1 .flow .flow_inner ul li {
  display: inline-block;
  width: 45%;
  margin: 0 5% 2.4% 0;
}

@media screen and (max-width: 600px) {
  #owner .innner div.ct1 .flow .flow_inner ul li {
    width: 100%;
    margin: 0 5% 7.4% 0;
  }
}

#owner .innner div.ct1 .flow .flow_inner ul li:nth-child(2n) {
  margin-right: 0;
}

#owner .innner div.ct1 .flow .flow_inner ul li label {
  display: inline-block;
  padding-right: 2%;
  cursor: inherit;
  vertical-align: top;
}

#owner .innner div.ct1 .flow .flow_inner ul li label img {
  width: 47px;
  height: 55px;
}

#owner .innner div.ct1 .flow .flow_inner ul li p {
  font-size: 18px;
  display: inline-block;
  width: 80%;
  letter-spacing: .01em;
}

@media screen and (max-width: 600px) {
  #owner .innner div.ct1 .flow .flow_inner ul li p {
    font-size: 4.375vw;
  }
}

#owner .innner div.ct1 .flow .flow_inner ul li p span {
  font-size: 13px;
  display: block;
  padding-top: 1%;
}

@media screen and (max-width: 600px) {
  #owner .innner div.ct1 .flow .flow_inner ul li p span {
    font-size: 2.34375vw;
  }
}

#owner .innner div.ct1 .flow .flow_inner .flow_img {
  width: 80%;
  margin: 4% auto 5%;
}

@media screen and (max-width: 600px) {
  #owner .innner div.ct1 .flow .flow_inner .flow_img {
    width: 100%;
    margin: 10% 0;
  }
}

#owner .innner div.ct1 .flow .flow_inner .flow_ex {
  font-size: 14px;
}

#owner .innner .ct2 p {
  font-size: 14px;
  text-align: justify;
}

#owner .innner .ct2 .event {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 4% 0 0;
  padding: 3% 5% 5% 5%;
  background: #f6f6f6;
}

#owner .innner .ct2 .event ul {
  font-size: 13px;
  line-height: 2;
  display: inline-block;
  width: 32%;
  text-align: left;
}

@media screen and (max-width: 600px) {
  #owner .innner .ct2 .event ul {
    width: 100%;
  }
}

#owner .innner .ct2 .event h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 4% 0 2.6%;
  text-align: left;
}


/* end introduce */

#faq {
  /* end inner */
}

#faq h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #faq h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

#faq .innner {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  #faq .innner {
    width: 90%;
    margin: 0 auto;
  }
}

#faq .innner h4 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 1%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #faq .innner h4 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  #faq .innner h4 {
    font-size: 4.375vw;
  }
}

#faq .innner > div {
  margin-bottom: 100px;
}

#faq .innner > div:last-child {
  margin-bottom: 0;
}

#faq .innner > div:first-child {
  margin-top: 9%;
}

#faq .innner #acMenu dl {
  font-size: 14px;
  letter-spacing: .1em;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  #faq .innner #acMenu dl {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  #faq .innner #acMenu dl {
    font-size: 3.125vw;
  }
}

#faq .innner #acMenu dl dt {
  position: relative;
  padding: 20px 25px 20px 70px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  #faq .innner #acMenu dl dt {
    padding: 5% 15% 5% 16%;
  }
}

#faq .innner #acMenu dl dt:before {
  font-size: 30px;
  position: absolute;
  top: 5px;
  left: 25px;
  content: 'Q';
}

@media screen and (max-width: 600px) {
  #faq .innner #acMenu dl dt:before {
    font-size: 6.25vw;
    top: 14%;
    left: 5%;
  }
}

#faq .innner #acMenu dl dt:after {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  content: '';
  background: url('../img/12_faq/faq_close.jpg') no-repeat;
  background-size: contain;
}

@media screen and (max-width: 600px) {
  #faq .innner #acMenu dl dt:after {
    top: 35%;
    width: 14px;
    height: 14px;
  }
}

#faq .innner #acMenu dl dt.active:after {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  content: '';
  background: url('../img/12_faq/faq_open.jpg') no-repeat;
  background-size: contain;
}

@media screen and (max-width: 600px) {
  #faq .innner #acMenu dl dt.active:after {
    top: 35%;
    width: 14px;
    height: 14px;
  }
}

#faq .innner #acMenu dl dd {
  position: relative;
  display: none;
  padding: 20px 25px 20px 70px;
  background: #f2f2f2;
}

@media screen and (max-width: 600px) {
  #faq .innner #acMenu dl dd {
    padding: 5% 15% 5% 16%;
    text-align: justify;
  }
}

#faq .innner #acMenu dl dd:before {
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 25px;
  content: 'A';
}

@media screen and (max-width: 600px) {
  #faq .innner #acMenu dl dd:before {
    font-size: 6.25vw;
    top: 14%;
    left: 5%;
  }
}


/* end introduce */

@media screen and (min-width: 1000px) {
  #contact {
    width: 1200px;
    margin: 0 auto;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
  }
}

#contact .b_contact {
  padding-bottom: 12%;
}

@media screen and (min-width: 600px) {
  #contact .b_contact {
    padding-bottom: 150px;
  }
}

#contact .b_contact .b_read {
  margin: 4.8% 9.6% 0;
}

@media screen and (min-width: 600px) {
  #contact .b_contact .b_read {
    margin: 36px 0 0;
  }
}

#contact .b_contact .b_list {
  margin: 12% 9.6% 0;
}

@media screen and (min-width: 600px) {
  #contact .b_contact .b_list {
    margin: 62px 0 0;
  }
}

#contact .m_p_01 {
  font-size: 3.75vw;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  #contact .m_p_01 {
    font-size: 16px;
    text-align: center;
  }
}

#contact .m_p_01 br {
  display: none;
}

@media screen and (min-width: 600px) {
  #contact .m_p_01 br {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  #contact .m_ul_01 {
    font-size: 0;
    text-align: center;
    letter-spacing: 0;
  }
}

#contact .m_ul_01 li:nth-child(n+2) {
  margin-top: 14.4%;
}

@media screen and (min-width: 600px) {
  #contact .m_ul_01 li:nth-child(n+2) {
    margin: 0 0 0 2.4%;
  }
}

@media screen and (min-width: 1000px) {
  #contact .m_ul_01 li:nth-child(n+2) {
    margin: 0 0 0 75px;
  }
}

@media screen and (min-width: 600px) {
  #contact .m_ul_01 li {
    display: inline-block;
    width: 180px;
    vertical-align: top;
  }
}

@media screen and (min-width: 1000px) {
  #contact .m_ul_01 li {
    width: 244px;
  }
}

#contact .m_ul_01 li figure {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #contact .m_ul_01 li figure {
    width: 100%;
  }
}

#contact .m_ul_01 li div {
  width: 80%;
  margin: 4.8% auto 0;
  text-align: center;
  border: 1px dotted #242424;
}

@media screen and (min-width: 600px) {
  #contact .m_ul_01 li div {
    width: 100%;
    margin-top: 32px;
  }
}

#contact .m_ul_01 li div a {
  font-size: 3.75vw;
  line-height: 1;
  padding: 3.6% 2.4%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #contact .m_ul_01 li div a {
    font-size: 13px;
  }
}

#system {
  width: 1200px;
  margin: 0 auto;
  border-top: none !important;
  border-bottom: none !important;
}

@media screen and (max-width: 1000px) {
  #system {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

#system h3.ttl {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  width: 100%;
  padding-bottom: 26px;
  text-align: center;
  background: url(../img/common/h2_border.png) no-repeat center bottom;
}

@media screen and (max-width: 600px) {
  #system h3.ttl {
    font-size: 7.8125vw;
  }
}

#system h3.ttl i {
  font-size: 14px;
  display: block;
  padding-top: 12px;
}

#system section:nth-child(n+2) {
  padding: 70px 0;
}

@media screen and (max-width: 1000px) {
  #system section:nth-child(n+2) {
    width: 100%;
    padding: 8% 6.25% !important;
  }
}

#system hr {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #242424;
}

@media screen and (max-width: 1000px) {
  #system .fast {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

#system .fast figure {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  #system .fast figure {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}

#system .fast .textarea {
  float: left;
  width: 50%;
  padding-left: 50px;
}

@media screen and (max-width: 1000px) {
  #system .fast .textarea {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 6% 6%;
  }
}

#system .fast .textarea h2 {
  font-size: 50px;
  line-height: 1;
  padding-top: 40px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  #system .fast .textarea h2 {
    font-size: 9.375vw;
  }
}

#system .fast .textarea h2 em {
  font-size: 18px;
  display: block;
  padding-bottom: 14px;
}

@media screen and (max-width: 600px) {
  #system .fast .textarea h2 em {
    font-size: 3.75vw;
  }
}

#system .fast .textarea h2 i {
  font-size: 14px;
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

@media screen and (max-width: 600px) {
  #system .fast .textarea h2 i {
    font-size: 2.5vw;
  }
}

#system .fast .textarea p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  #system .fast .textarea p {
    font-size: 3.4375vw;
  }
  #system .fast .textarea p br {
    display: none;
  }
}

#system .select_design {
  position: relative;
  width: 830px;
  margin: 0 auto;
}

#system .select_design .equation {
  margin-top: 40px;
}

#system .select_design .read {
  font-size: 14px;
  line-height: 1.7;
  width: 480px;
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  #system .select_design .read {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #system .select_design .read {
    font-size: 3.4375vw;
    text-align: left;
  }
  #system .select_design .read br {
    display: none;
  }
}

#system .select_design .img {
  position: absolute;
  top: 390px;
  right: 0;
}

@media screen and (max-width: 1000px) {
  #system .select_design .img {
    display: none;
  }
}

#system .select_design .border_box {
  font-size: 0;
  margin-top: 52px;
  padding: 36px;
  letter-spacing: 0;
  border: 1px dotted #242424;
}

@media screen and (max-width: 1000px) {
  #system .select_design .border_box {
    padding: 6% 4.8%;
  }
}

#system .select_design .border_box figure {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  #system .select_design .border_box figure {
    display: none;
    width: 20%;
  }
}

#system .select_design .border_box .textarea {
  display: inline-block;
  width: 645px;
  margin-left: 30px;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  #system .select_design .border_box .textarea {
    width: 76%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 600px) {
  #system .select_design .border_box .textarea {
    width: 100%;
    margin: 0;
  }
}

#system .select_design .border_box .textarea h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  #system .select_design .border_box .textarea h4 {
    font-size: 3.4375vw;
  }
}

#system .select_design .border_box .textarea p {
  font-size: 14px;
  line-height: 1.7;
  width: 645px;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  #system .select_design .border_box .textarea p {
    font-size: 3.4375vw;
    width: 100%;
  }
  #system .select_design .border_box .textarea p br {
    display: none;
  }
}

#system .premium_basic {
  position: relative;
  padding-bottom: 154px !important;
  background-color: #f0f0f0;
}

#system .premium_basic .read {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 38px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #system .premium_basic .read {
    font-size: 3.4375vw;
    width: 100%;
    text-align: left;
  }
  #system .premium_basic .read br {
    display: none;
  }
}

#system .premium_basic .img01 {
  width: 744px;
  margin: 42px auto 0;
}

@media screen and (max-width: 1000px) {
  #system .premium_basic .img01 {
    width: 100%;
    margin: 10% 0 0;
  }
}

#system .premium_basic .textarea {
  width: 646px;
  margin: 94px 0 0 82px;
  border-top: 1px dotted #242424;
}

@media screen and (max-width: 1000px) {
  #system .premium_basic .textarea {
    width: 100%;
    margin: 10% 0 0;
  }
}

#system .premium_basic .textarea h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin-top: -.5em;
  padding-right: 18px;
  background-color: #f0f0f0;
}

#system .premium_basic .textarea .outer {
  font-size: 0;
  margin-top: 24px;
  list-style-position: 0;
}

#system .premium_basic .textarea .outer ol {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  #system .premium_basic .textarea .outer ol {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}

#system .premium_basic .textarea .outer ol li {
  font-size: 13px;
}

#system .premium_basic .textarea .outer ol li i {
  line-height: 1.6;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

#system .premium_basic .textarea .outer ol li:nth-child(n+2) {
  margin-top: 8px;
}

#system .premium_basic .textarea .outer ol:last-child {
  margin-right: 0;
}

#system .premium_basic .img02 {
  position: absolute;
  right: 88px;
  bottom: 65px;
  width: 328px;
}

@media screen and (max-width: 1000px) {
  #system .premium_basic .img02 {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

#system .premium_basic small {
  font-size: 10px;
  line-height: 1.6;
  position: absolute;
  bottom: 26px;
  left: 26px;
  display: block;
}

@media screen and (max-width: 1000px) {
  #system .premium_basic small {
    font-size: 10px;
    margin: 40px 0;
    line-height: 1.6;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
}

#system .option .read {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 26px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #system .option .read {
    font-size: 3.4375vw;
    text-align: left;
  }
  #system .option .read br {
    display: none;
  }
}

#system .option ul {
  font-size: 0;
  width: 830px;
  margin: 50px auto;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  #system .option ul {
    width: 100%;
  }
}

#system .option ul li {
  font-size: 16px;
  line-height: 66px;
  display: inline-block;
  width: 193px;
  height: 70px;
  margin-left: 19px;
  border: 2px solid #d2d2d2;
}

@media screen and (max-width: 1000px) {
  #system .option ul li {
    width: 32% !important;
    margin: 0 0 0 2% !important;
  }
  #system .option ul li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  #system .option ul li:nth-child(n+4) {
    margin-top: 2% !important;
  }
}

@media screen and (max-width: 600px) {
  #system .option ul li {
    font-size: 3.4375vw;
  }
}

#system .option ul li:nth-child(4n+1) {
  margin-left: 0;
}

#system .option ul li:nth-child(n+5) {
  margin-top: 20px;
}

#system .parts .read {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 28px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #system .parts .read {
    font-size: 3.4375vw;
    text-align: left;
  }
  #system .parts .read br {
    display: none;
  }
}

#system .parts .img {
  width: 100%;
  margin-top: 50px;
}

#system .plan .read {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 26px;
  padding-bottom: 84px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #system .plan .read {
    font-size: 3.4375vw;
    text-align: left;
  }
  #system .plan .read br {
    display: none;
  }
}

#system .plan .imgbox {
  float: left;
  width: 560px;
  margin-left: 36px;
}

@media screen and (max-width: 1000px) {
  #system .plan .imgbox {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

#system .plan .imgbox ul {
  margin-top: 2px;
}

#system .plan .imgbox ul li {
  float: left;
  width: 20%;
}

#system .plan .imgbox ul li:nth-child(n+2) {
  padding-left: 2px;
}

#system .plan .textarea {
  float: left;
  width: 500px;
  margin-left: 60px;
}

@media screen and (max-width: 1000px) {
  #system .plan .textarea {
    float: none;
    width: 100%;
    margin-top: 20%;
    margin-left: 0;
  }
}

#system .plan .textarea h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin-top: 21px;
}

#system .plan .textarea p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 16px;
  padding-bottom: 46px;
}

@media screen and (max-width: 1000px) {
  #system .plan .textarea p {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  #system .plan .textarea p {
    font-size: 3.4375vw;
    text-align: left;
  }
  #system .plan .textarea p br {
    display: none;
  }
}

#system .plan .textarea div {
  width: 437px;
  margin-top: 14px;
}

@media screen and (max-width: 1000px) {
  #system .plan .textarea div {
    width: 100%;
  }
  #system .plan .textarea div img {
    width: 100%;
  }
}

#system .plan h4.ttl {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin-top: 106px;
  text-align: center;
}

#system .plan h4.ttl span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px dotted #242424;
}

#system .plan div.planflow {
  width: 834px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1000px) {
  #system .plan div.planflow {
    width: 100%;
  }
  #system .plan div.planflow img {
    width: 100%;
  }
}

#system .plan small {
  font-size: 16px;
  line-height: 1;
  line-height: 1.4;
  display: block;
  margin-top: 64px;
  margin-bottom: 130px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #system .plan small {
    text-align: justify;
    word-break: normal;
  }
}

#system .back {
  padding: 36px 0;
  text-align: center;
  border-top: 1px dotted #242424;
}

#system .back a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
}

#system .back a:after {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -26px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: .8em;
  height: .8em;
  margin-top: -.4em;
  content: '';
  -webkit-transition: ease .24s all;
  -o-transition: ease .24s all;
  transition: ease .24s all;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (min-width: 1000px) {
  #history {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 140px;
    border-top: none;
    border-right: 1px dotted #000;
    border-bottom: none;
    border-left: 1px dotted #000;
  }
}

@media screen and (max-width: 600px) {
  #history {
    padding-bottom: 12%;
  }
}

#history .first h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 1.6% 0 6%;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  #history .first h3 {
    font-size: 3.4375vw;
    width: 90%;
    margin: 10% auto;
  }
}

#history .second {
  margin-top: 84px;
}

@media screen and (max-width: 600px) {
  #history .second {
    margin-top: 5%;
  }
}

#history .second table {
  font-size: 13px;
  line-height: 1.6;
  width: 784px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #history .second table {
    width: 100%;
    max-width: 100%;
  }
}

#history .second table tr {
  border-top: 1px solid #dadada;
}

#history .second table tr:nth-child(n+2) {
  border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 600px) {
  #history .second table tr {
    display: block;
    padding: 1.5em 0;
  }
}

#history .second table tr td {
  padding: 1.5em 0;
  vertical-align: top;
}

#history .second table tr td:nth-child(1) {
  width: 240px;
}

@media screen and (max-width: 1000px) {
  #history .second table tr td:nth-child(1) {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  #history .second table tr td {
    display: block;
    width: auto;
    width: 100%;
    padding: 0;
    text-align: justify;
    word-break: normal;
  }
}

#history .second table tr:last-child {
  border-bottom: none;
}

.cf,
.point .tab_content .tab_list,
.point .tab_content .tab_list ul,
.point .tab_content .layout1 ul li,
.point .tab_content .layout2 ul li,
.point .tab_content .layout3 > div ul,
.point .tab_content .layout3 > div .ex > div dl figure,
.point .lp_layout .inner .gray,
.btm_menu ul,
.btm_menu ul li .point,
.products .inner_w1120 .layout1,
.products .inner_w1120 ul.top_product li .caption,
.products .inner_w1120 ul.btm_product,
.products .inner_w1120 ul.btm_product li,
.introduce .inner_w1120 ul.switch,
.introduce .inner_w1120 .hero,
.introduce .inner_w1120 .hero2,
.introduce .inner_w1120 ul.colum2,
#staffsingle .innner .page_nav,
#carrotlabo .inner_w1120 .labo_nav,
.blog .inner_w1120 .labo_nav,
#owner .innner div.ct1,
.owners .inner_w1100 {
  zoom: 1;
}

.cf:after,
.point .tab_content .tab_list:after,
.point .tab_content .tab_list ul:after,
.point .tab_content .layout1 ul li:after,
.point .tab_content .layout2 ul li:after,
.point .tab_content .layout3 > div ul:after,
.point .tab_content .layout3 > div .ex > div dl figure:after,
.point .lp_layout .inner .gray:after,
.btm_menu ul:after,
.btm_menu ul li .point:after,
.products .inner_w1120 .layout1:after,
.products .inner_w1120 ul.top_product li .caption:after,
.products .inner_w1120 ul.btm_product:after,
.products .inner_w1120 ul.btm_product li:after,
.introduce .inner_w1120 ul.switch:after,
.introduce .inner_w1120 .hero:after,
.introduce .inner_w1120 .hero2:after,
.introduce .inner_w1120 ul.colum2:after,
#staffsingle .innner .page_nav:after,
#carrotlabo .inner_w1120 .labo_nav:after,
.blog .inner_w1120 .labo_nav:after,
#owner .innner div.ct1:after,
.owners .inner_w1100:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    border: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }
}

h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 7.8125vw;
  }
}

h2 span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 3.4375vw;
  }
}

h2 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.sitemap {
  /* end inner */
}

.sitemap h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 25px 0;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  .sitemap h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

.sitemap .inner_w830,
.sitemap .owners .post,
.owners .sitemap .post {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
  padding: 5% 0;
}

@media screen and (max-width: 1000px) {
  .sitemap .inner_w830,
  .sitemap .owners .post,
  .owners .sitemap .post {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
  }
}

.sitemap .inner_w830 > div,
.sitemap .owners .post > div,
.owners .sitemap .post > div {
  margin-bottom: 10%;
}

.sitemap .inner_w830 > div:last-child,
.sitemap .owners .post > div:last-child,
.owners .sitemap .post > div:last-child {
  margin-bottom: 0;
}

.sitemap .inner_w830 > div ul,
.sitemap .owners .post > div ul,
.owners .sitemap .post > div ul {
  display: inline-block;
  vertical-align: top;
}

.sitemap .inner_w830 > div ul h4,
.sitemap .owners .post > div ul h4,
.owners .sitemap .post > div ul h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  .sitemap .inner_w830 > div ul h4,
  .sitemap .owners .post > div ul h4,
  .owners .sitemap .post > div ul h4 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .sitemap .inner_w830 > div ul h4,
  .sitemap .owners .post > div ul h4,
  .owners .sitemap .post > div ul h4 {
    font-size: 4.375vw;
  }
}

.sitemap .inner_w830 > div ul li a,
.sitemap .owners .post > div ul li a,
.owners .sitemap .post > div ul li a {
  font-size: 14px;
  display: block;
  padding: .8% 0;
}

@media screen and (max-width: 1000px) {
  .sitemap .inner_w830 > div ul li a,
  .sitemap .owners .post > div ul li a,
  .owners .sitemap .post > div ul li a {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  .sitemap .inner_w830 > div ul li a,
  .sitemap .owners .post > div ul li a,
  .owners .sitemap .post > div ul li a {
    font-size: 3.75vw;
  }
}

.sitemap .inner_w830 > div ul.reason,
.sitemap .owners .post > div ul.reason,
.owners .sitemap .post > div ul.reason {
  width: 400px;
}

.sitemap .inner_w830 > div ul.product,
.sitemap .owners .post > div ul.product,
.owners .sitemap .post > div ul.product {
  width: 215px;
  margin-left: 40px;
}

.sitemap .inner_w830 > div ul.company,
.sitemap .owners .post > div ul.company,
.owners .sitemap .post > div ul.company {
  width: 250px;
}

.sitemap .inner_w830 > div ul.labo,
.sitemap .owners .post > div ul.labo,
.owners .sitemap .post > div ul.labo {
  width: 250px;
  margin-left: 30px;
}

.sitemap .inner_w830 > div ul.contact,
.sitemap .owners .post > div ul.contact,
.owners .sitemap .post > div ul.contact {
  width: 250px;
  margin-left: 30px;
}

@media screen and (max-width: 1000px) {
  .sitemap .inner_w830 > div ul,
  .sitemap .owners .post > div ul,
  .owners .sitemap .post > div ul {
    width: 100% !important;
    margin: 5% 0 5% 0 !important;
  }
}

.sitemap .inner_w830 > div.sns p,
.sitemap .owners .post > div.sns p,
.owners .sitemap .post > div.sns p {
  font-size: 13px;
  margin-bottom: 20px;
}

.sitemap .inner_w830 > div.sns p img,
.sitemap .owners .post > div.sns p img,
.owners .sitemap .post > div.sns p img {
  width: 25px;
  margin-right: 15px;
}


/* end introduce */

.cf,
.point .tab_content .tab_list,
.point .tab_content .tab_list ul,
.point .tab_content .layout1 ul li,
.point .tab_content .layout2 ul li,
.point .tab_content .layout3 > div ul,
.point .tab_content .layout3 > div .ex > div dl figure,
.point .lp_layout .inner .gray,
.btm_menu ul,
.btm_menu ul li .point,
.products .inner_w1120 .layout1,
.products .inner_w1120 ul.top_product li .caption,
.products .inner_w1120 ul.btm_product,
.products .inner_w1120 ul.btm_product li,
.introduce .inner_w1120 ul.switch,
.introduce .inner_w1120 .hero,
.introduce .inner_w1120 .hero2,
.introduce .inner_w1120 ul.colum2,
#staffsingle .innner .page_nav,
#carrotlabo .inner_w1120 .labo_nav,
.blog .inner_w1120 .labo_nav,
#owner .innner div.ct1,
.owners .inner_w1100 {
  zoom: 1;
}

.cf:after,
.point .tab_content .tab_list:after,
.point .tab_content .tab_list ul:after,
.point .tab_content .layout1 ul li:after,
.point .tab_content .layout2 ul li:after,
.point .tab_content .layout3 > div ul:after,
.point .tab_content .layout3 > div .ex > div dl figure:after,
.point .lp_layout .inner .gray:after,
.btm_menu ul:after,
.btm_menu ul li .point:after,
.products .inner_w1120 .layout1:after,
.products .inner_w1120 ul.top_product li .caption:after,
.products .inner_w1120 ul.btm_product:after,
.products .inner_w1120 ul.btm_product li:after,
.introduce .inner_w1120 ul.switch:after,
.introduce .inner_w1120 .hero:after,
.introduce .inner_w1120 .hero2:after,
.introduce .inner_w1120 ul.colum2:after,
#staffsingle .innner .page_nav:after,
#carrotlabo .inner_w1120 .labo_nav:after,
.blog .inner_w1120 .labo_nav:after,
#owner .innner div.ct1:after,
.owners .inner_w1100:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    border: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }
}

h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 7.8125vw;
  }
}

h2 span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 3.4375vw;
  }
}

h2 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.owners {
  /* end inner */
  /* end inner */
  /* end inner */
}

.owners h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin: 4% 0 5%;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  .owners h3 {
    font-size: 4.0625vw;
    width: 90%;
    margin: 10% auto;
  }
}

.owners .inner_w1100 {
  line-height: 1.6;
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .owners .inner_w1100 {
    width: 90%;
    margin: 0 auto;
  }
}

.owners .inner_w830,
.owners .post {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .owners .inner_w830,
  .owners .post {
    width: 90%;
    margin: 0 auto;
  }
}

.owners .inner_w200,
.owners .sidebar {
  line-height: 1.6;
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .owners .inner_w200,
  .owners .sidebar {
    width: 90%;
    margin: 0 auto;
  }
}

.owners .post {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .owners .post {
    float: none;
  }
}

.owners .post article {
  margin-bottom: 10%;
}

.owners .post article .ttl {
  padding-bottom: 1.6%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  .owners .post article .ttl {
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
}

.owners .post .ownerslider_wrap {
  position: relative;
  margin-top: 17px;
}

.owners .post .ownerslider_wrap .bx-controls-direction a {
  position: absolute;
  top: 50%;
  font-size: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  padding-bottom: 6%;
  width: 6%;
  transform: translate(0, -50%);
}

.owners .post .ownerslider_wrap .bx-controls-direction .bx-prev {
  left: 3%;
  transform: translate(0,-50%) rotate(-135deg);
}

.owners .post .ownerslider_wrap .bx-controls-direction .bx-next {
  right: 3%;
  transform: translate(0,-50%) rotate(45deg) ;
}

.owners .post .ownerslider_wrap .bx-pager {
  margin-top: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.owners .post .ownerslider_wrap .bx-pager .bx-pager-item {
  display: inline-block;
  width: 3%;
  margin: 0 2.5%;
}

@media screen and (min-width: 600px) {
  .owners .post .ownerslider_wrap .bx-pager .bx-pager-item {
    width: 7px;
    margin: 0 6px;
  }
}

.owners .post .ownerslider_wrap .bx-pager .bx-pager-item a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-color: #ccc;
}

.owners .post .ownerslider_wrap .bx-pager .bx-pager-item a.active {
  background-color: #db0a37;
}

.owners .post article h4 {
  font-size: 22px;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  .owners .post article h4 {
    font-size: 2.8125vw;
  }
}

@media screen and (max-width: 600px) {
  .owners .post article h4 {
    font-size: 4.6875vw;
  }
}

.owners .post article time {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  font-size: 13px;
}

@media screen and (max-width: 1000px) {
  .owners .post article time {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 600px) {
  .owners .post article time {
    font-size: 2.5vw;
  }
}

.owners .post article .post_txt {
  padding: 2% 0;
}

.owners .post article .post_txt h6 {
  font-weight: normal;
  margin-bottom: 2%;
}

@media screen and (max-width: 600px) {
  .owners .post article .post_txt h6 {
    margin-bottom: 3%;
  }
}

.owners .post article .post_txt p {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .owners .post article .post_txt p {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  .owners .post article .post_txt p {
    font-size: 3.4375vw;
  }
}

.owners .post article:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.owners .sidebar {
  float: left;
  margin-left: 60px;
}

@media screen and (max-width: 1000px) {
  .owners .sidebar {
    float: none;
    margin: 0 auto;
  }
}

.owners .sidebar > div {
  font-size: 12px;
  margin-bottom: 15%;
}

@media screen and (max-width: 1000px) {
  .owners .sidebar > div {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  .owners .sidebar > div {
    font-size: 3.4375vw;
  }
}

.owners .sidebar > div h4 {
  font-family: 'Yu Gothic', YuGothic, sans-serif;
  margin-bottom: 5%;
  padding-bottom: 4%;
  border-bottom: 1px dotted #000;
}

.owners .sidebar > div ul li a {
  display: block;
  padding: 3.6% 0;
}


/* end introduce */

.cf,
.point .tab_content .tab_list,
.point .tab_content .tab_list ul,
.point .tab_content .layout1 ul li,
.point .tab_content .layout2 ul li,
.point .tab_content .layout3 > div ul,
.point .tab_content .layout3 > div .ex > div dl figure,
.point .lp_layout .inner .gray,
.btm_menu ul,
.btm_menu ul li .point,
.products .inner_w1120 .layout1,
.products .inner_w1120 ul.top_product li .caption,
.products .inner_w1120 ul.btm_product,
.products .inner_w1120 ul.btm_product li,
.introduce .inner_w1120 ul.switch,
.introduce .inner_w1120 .hero,
.introduce .inner_w1120 .hero2,
.introduce .inner_w1120 ul.colum2,
#staffsingle .innner .page_nav,
#carrotlabo .inner_w1120 .labo_nav,
.blog .inner_w1120 .labo_nav,
#owner .innner div.ct1,
.owners .inner_w1100 {
  zoom: 1;
}

.cf:after,
.point .tab_content .tab_list:after,
.point .tab_content .tab_list ul:after,
.point .tab_content .layout1 ul li:after,
.point .tab_content .layout2 ul li:after,
.point .tab_content .layout3 > div ul:after,
.point .tab_content .layout3 > div .ex > div dl figure:after,
.point .lp_layout .inner .gray:after,
.btm_menu ul:after,
.btm_menu ul li .point:after,
.products .inner_w1120 .layout1:after,
.products .inner_w1120 ul.top_product li .caption:after,
.products .inner_w1120 ul.btm_product:after,
.products .inner_w1120 ul.btm_product li:after,
.introduce .inner_w1120 ul.switch:after,
.introduce .inner_w1120 .hero:after,
.introduce .inner_w1120 .hero2:after,
.introduce .inner_w1120 ul.colum2:after,
#staffsingle .innner .page_nav:after,
#carrotlabo .inner_w1120 .labo_nav:after,
.blog .inner_w1120 .labo_nav:after,
#owner .innner div.ct1:after,
.owners .inner_w1100:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    border: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }
}

h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 7.8125vw;
  }
}

h2 span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 1000px) {
  h2 span {
    font-size: 3.75vw;
  }
}

h2 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.privacy {
  /* end inner */
}

.privacy h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  margin: 4% 0 5%;
  text-align: center;
  letter-spacing: .05em;
  color: #242424;
}

@media screen and (max-width: 600px) {
  .privacy h3 {
    font-size: 3.125vw;
    width: 90%;
    margin: 10% auto;
    text-align: justify;
  }
}

@media screen and (max-width: 600px) {
  .privacy h3 br {
    display: none;
  }
}

.privacy .innner {
  line-height: 1.6;
  width: 830px;
  margin: 0 auto;
  padding-bottom: 10%;
}

@media screen and (max-width: 1000px) {
  .privacy .innner {
    width: 90%;
    margin: 0 auto;
  }
}

.privacy .innner ul {
  line-height: 1.6;
}

.privacy .innner ul li {
  margin-bottom: 4%;
}

@media screen and (max-width: 600px) {
  .privacy .innner ul li {
    margin-bottom: 10%;
  }
}

.privacy .innner ul li h4 {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .privacy .innner ul li h4 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .privacy .innner ul li h4 {
    font-size: 4.0625vw;
  }
}

.privacy .innner ul li p {
  font-size: 13px;
  margin-top: 1%;
  padding-left: 1.6%;
  text-align: justify;
  letter-spacing: .0em;
}

@media screen and (max-width: 1000px) {
  .privacy .innner ul li p {
    font-size: 2.03125vw;
  }
}

@media screen and (max-width: 600px) {
  .privacy .innner ul li p {
    font-size: 3.75vw;
    margin-top: 3%;
  }
}

.privacy .innner p.kaitei {
  font-size: 13px;
  margin: 4% 0 10%;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .privacy .innner p.kaitei {
    font-size: 2.03125vw;
  }
}

@media screen and (max-width: 600px) {
  .privacy .innner p.kaitei {
    font-size: 3.75vw;
    margin: 10% 0;
  }
}

.privacy .innner div.contact {
  text-align: center;
  border: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  .privacy .innner div.contact {
    font-size: 3.75vw;
    margin-top: 3%;
    padding: 5%;
  }
}

.privacy .innner div.contact h4 {
  padding: 3% 0 2.2%;
}

.privacy .innner div.contact p {
  font-size: 13px;
  padding-bottom: 4%;
}

@media screen and (max-width: 1000px) {
  .privacy .innner div.contact p {
    font-size: 2.03125vw;
  }
}

@media screen and (max-width: 600px) {
  .privacy .innner div.contact p {
    font-size: 3.4375vw;
    margin-top: 3%;
    text-align: justify;
    word-break: normal;
  }
}


/* end introduce */

.cf,
.point .tab_content .tab_list,
.point .tab_content .tab_list ul,
.point .tab_content .layout1 ul li,
.point .tab_content .layout2 ul li,
.point .tab_content .layout3 > div ul,
.point .tab_content .layout3 > div .ex > div dl figure,
.point .lp_layout .inner .gray,
.btm_menu ul,
.btm_menu ul li .point,
.products .inner_w1120 .layout1,
.products .inner_w1120 ul.top_product li .caption,
.products .inner_w1120 ul.btm_product,
.products .inner_w1120 ul.btm_product li,
.introduce .inner_w1120 ul.switch,
.introduce .inner_w1120 .hero,
.introduce .inner_w1120 .hero2,
.introduce .inner_w1120 ul.colum2,
#staffsingle .innner .page_nav,
#carrotlabo .inner_w1120 .labo_nav,
.blog .inner_w1120 .labo_nav,
#owner .innner div.ct1,
.owners .inner_w1100 {
  zoom: 1;
}

.cf:after,
.point .tab_content .tab_list:after,
.point .tab_content .tab_list ul:after,
.point .tab_content .layout1 ul li:after,
.point .tab_content .layout2 ul li:after,
.point .tab_content .layout3 > div ul:after,
.point .tab_content .layout3 > div .ex > div dl figure:after,
.point .lp_layout .inner .gray:after,
.btm_menu ul:after,
.btm_menu ul li .point:after,
.products .inner_w1120 .layout1:after,
.products .inner_w1120 ul.top_product li .caption:after,
.products .inner_w1120 ul.btm_product:after,
.products .inner_w1120 ul.btm_product li:after,
.introduce .inner_w1120 ul.switch:after,
.introduce .inner_w1120 .hero:after,
.introduce .inner_w1120 .hero2:after,
.introduce .inner_w1120 ul.colum2:after,
#staffsingle .innner .page_nav:after,
#carrotlabo .inner_w1120 .labo_nav:after,
.blog .inner_w1120 .labo_nav:after,
#owner .innner div.ct1:after,
.owners .inner_w1100:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    border: 1px dotted #000;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }
}

.garage {
  /* end inner */
}

.garage .kv figure {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .garage .kv figure {
    display: table-cell;
    width: 55%;
  }
}

.garage .kv div {
  text-align: center;
  border-bottom: 1px dotted #000;
}

@media screen and (min-width: 1000px) {
  .garage .kv div {
    position: relative;
    display: table-cell;
    width: 45%;
    padding-left: 60px;
    text-align: left;
    vertical-align: middle;
  }
}

.garage .kv div img {
  width: 84px;
  margin: 10% auto 4%;
}

@media screen and (min-width: 1000px) {
  .garage .kv div img {
    position: absolute;
    top: 50px;
    left: -50px;
  }
}

.garage .kv div h2 {
  font-size: 5.625vw;
  font-weight: normal;
  line-height: 1.6;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .garage .kv div h2 {
    font-size: 46px;
    line-height: 1.6;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .garage .kv div h2 {
    font-size: 7.8125vw;
  }
}

.garage .kv div h2 span {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .garage .kv div h2 span {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 600px) {
  .garage .kv div h2 span {
    font-size: 3.125vw;
  }
}

.garage .kv div h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .garage .kv div h3 {
    font-size: 2.5vw;
    line-height: 1.2;
    padding-top: 5%;
  }
}

@media screen and (max-width: 600px) {
  .garage .kv div h3 {
    font-size: 3.34375vw;
  }
}

.garage .kv div p {
  line-height: 1.6;
  padding: 5% 0 5%;
}

@media screen and (min-width: 1000px) {
  .garage .kv div p {
    font-size: 15px;
    line-height: 1.6;
    display: block;
    margin-top: 20px;
    padding: 0 0 0;
    letter-spacing: 0;
    border: none;
  }
}

@media screen and (max-width: 600px) {
  .garage .kv div p {
    font-size: 3.75vw;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
  }
  .garage .kv div p br {
    display: none;
  }
}

.garage > hr {
  margin: 0;
  border: 1px dotted #ccc;
}

.garage .inner_w1120 {
  line-height: 1.6;
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .garage .inner_w1120 {
    width: 90%;
    margin: 0 auto;
  }
}

.garage .inner_w1120 h4 {
  font-size: 30px;
  font-weight: normal;
  margin: 8% 0 2.6%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .garage .inner_w1120 h4 {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 h4 {
    font-size: 5.3125vw;
  }
}

.garage .inner_w1120 h4 hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

.garage .inner_w1120 p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .garage .inner_w1120 p {
    font-size: 1.875vw;
    padding: 5% 0;
  }
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 p {
    font-size: 3.75vw;
    text-align: justify;
    word-break: normal;
  }
  .garage .inner_w1120 p br {
    display: none;
  }
}

.garage .inner_w1120 .merit {
  width: 830px;
  margin: 5% auto;
  padding: 3% 0;
  text-align: center;
  border: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  .garage .inner_w1120 .merit {
    width: 100%;
  }
}

.garage .inner_w1120 .merit h5 {
  font-size: 26px;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 2.6%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 1000px) {
  .garage .inner_w1120 .merit h5 {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 .merit h5 {
    font-size: 5.625vw;
  }
}

.garage .inner_w1120 .merit ul {
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .garage .inner_w1120 .merit ul {
    width: 72%;
  }
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 .merit ul {
    font-size: 4.6875vw;
    width: 90%;
  }
}

.garage .inner_w1120 .merit ul li {
  margin-bottom: 2%;
}

.garage .inner_w1120 .merit ul li span {
  font-style: italic;
  margin-right: 5%;
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 .merit ul li span {
    display: block;
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 .merit ul li {
    margin: 4% 0;
  }
}

.garage .inner_w1120 .garage {
  text-align: center;
}

.garage .inner_w1120 .garage h5 {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 2.6%;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 .garage h5 {
    font-size: 4.6875vw;
  }
}

.garage .inner_w1120 .garage ul {
  width: 1030px;
  margin: 5.6% auto;
}

@media screen and (max-width: 1000px) {
  .garage .inner_w1120 .garage ul {
    width: 90%;
    margin: 0 auto;
  }
}

.garage .inner_w1120 .garage ul li {
  font-size: 14px;
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 5%;
  text-align: left;
}

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

.garage .inner_w1120 .garage ul li img {
  margin-bottom: 2%;
}

@media screen and (max-width: 600px) {
  .garage .inner_w1120 .garage ul li {
    font-size: 1.875vw;
    width: 47%;
  }
}


/* end products */

.ttl_page {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.6;
  padding: 90px 0 0;
  text-align: center;
  letter-spacing: .1em;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  .ttl_page {
    font-size: 5.625vw;
    padding: 15% 0 0;
  }
}

@media screen and (max-width: 600px) {
  .ttl_page {
    font-size: 7.8125vw;
  }
}

.ttl_page span {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 5px;
  color: #242424;
}

@media screen and (max-width: 1000px) {
  .ttl_page span {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 600px) {
  .ttl_page span {
    font-size: 3.4375vw;
  }
}

.ttl_page hr {
  display: block;
  width: 280px;
  height: 20px;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: url(../img/common/h2_border.png) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .content {
    border-top: none !important;
    border-right: 1px dotted #000 !important;
    border-bottom: none !important;
    border-left: 1px dotted #000 !important;
  }
}

body {
  width: 100% !important;
}
