@charset "UTF-8";

/* sets the base font to 10px for easier math */
@font-face {
  font-family: 'mplus-1p-regular';
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'mplus-1p-heavy';
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'mplus-1p-bold';
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/*----------------------------------------------------
	body / 共通
----------------------------------------------------*/
body {
  background-image: url(../images/company/bg01.jpg);
}

body .wrap .contents h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  body .wrap .contents h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}

body .wrap .contents h2+p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 0 120px;
  text-align: justify;
}

body .wrap .contents dl.history {
  min-height: 1px;
  margin: 0 auto;
  width: 800px;
}

body .wrap .contents dl.history:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body .wrap .contents dl.history dt {
  float: left;
  clear: both;
  width: 60px;
  color: #999;
  line-height: 22px;
  font-weight: bold;
}

body .wrap .contents dl.history dd {
  float: left;
  border-left: 1px solid #ccc;
  padding: 0 0 0 20px;
  width: 710px;
  line-height: 22px;
  margin: 0 0 12px;
}

/*----------------------------------------------------
	会社案内
----------------------------------------------------*/
.company h1+p {
  text-align: center !important;
}

.company .section1 .bd {
  background: url(../images/company/company_img01.jpg) center center no-repeat;
  position: relative;
}

.company .section1 .bd div {
  width: 270px;
  padding: 45px 0 0;
  line-height: 20px;
  text-align: justify;
}

.company .section1 .bd div p.link {
  margin: 30px 0px 0px;
}

.company .section1 .bd div p.link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
  width: 100%;
}

.company .section1 .bd div p.link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}

@media screen and (max-width: 1280px) {
  .company .section1 .bd div p.link a:before {
    margin: -6px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .company .section1 .bd div p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }

  .company .section1 .bd div p.link a:before {
    margin: -12px 0 0;
  }

  .company .section1 .bd div p.link a br {
    display: inline-block;
  }
}

.company .section1 .bd div.bd01 {
  background: url(../images/company/company_img06.gif) left top no-repeat;
  margin: 0 0 40px;
}

.company .section1 .bd div.bd02 {
  background: url(../images/company/company_img07.gif) right top no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.company .section1 .bd div.bd02 h3,
.company .section1 .bd div.bd02 p.link {
  text-align: right;
}

.company .section1 .bd div.bd03 {
  background: url(../images/company/company_img08.gif) left top no-repeat;
}

.company .section1 .bd div.bd04 {
  background: url(../images/company/company_img09.gif) right top no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.company .section1 .bd div.bd04 h3,
.company .section1 .bd div.bd04 p.link {
  text-align: right;
}

body .wrap .contents .section1-1 h2 {
  margin: 0 0 35px;
}

.company .section1-1 {
  border-top: 1px solid #ddd;
}

.company .section1-1 .link {
  text-align: center;
  margin-top: 40px;
}

.company .section1-1 .link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  width: auto;
}

.company .section1-1 .link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}

.company .section2 {
  border-top: 1px solid #ddd;
}

.company .section2 ol li {
  padding: 40px 25px 40px 40px;
  border-bottom: 1px dashed #ddd;
}

.company .section2 ol li:last-child {
  border: none;
}

.company .section2 ol li div.point {
  display: table-cell;
  vertical-align: middle;
}

.company .section2 ol li div.point span {
  background-color: #eaf6fd;
  color: #005bac;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  width: 80px;
  height: 40px;
  padding: 20px 0;
}

.company .section2 ol li div.point span em {
  font-size: 24px;
  font-size: 2.4rem;
}

.company .section2 ol li div.txt {
  width: 620px;
  padding: 0 0 0 30px;
  display: table-cell;
}

.company .section2 ol li div.txt h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.company .section2 ol li div.txt p {
  line-height: 20px;
}

.company .section2 ol li p.link {
  padding: 0 0 0 50px;
  display: table-cell;
  vertical-align: middle;
}

.company .section2 ol li p.link:before {
  content: "▶︎";
  color: #aaa;
  font-size: 12px;
  font-size: 1.2rem;
}

.company .section2 ol li p.link a {
  color: #aaa;
}

.company .section3 {
  border-top: 1px solid #ddd;
}

.company .section3 dl {
  min-height: 1px;
}

.company .section3 dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.company .section3 dl dt {
  margin: 0 0 30px;
}

.company .section3 .company_col {
  display: flex;
  flex-wrap: wrap;
}

.company .section3 .company_col_item {
  width: 32%;
  margin: 0 2% 0 0;
  border: 1px solid #333;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company .section3 .company_col_item:nth-of-type(3) {
  margin: 0;
}

.company .section3 .company_col_item:nth-of-type(n+4) {
  margin-top: 25px;
}

.company .section3 .company_col_item a {
  line-height: 20px;
  display: block;
  text-decoration: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.company .section3 .company_col_item a span {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 0 15px;
  display: block;
  text-align: center;
}

.company .section3 .company_col_item:nth-of-type(5) a {
  justify-content: center;
  height: calc(100% - 40px);
}

.company .section3 .company_col_item:nth-of-type(5) a span {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .company .section3 .company_col_item {
    width: 47%;
    justify-content: center;
  }

  .company .section3 .company_col_item a {
    padding: 12px;
  }

  .company .section3 .company_col_item a span {
    padding: 0;
    font-size: 16px;
  }

  .company .section3 .company_col_item:nth-of-type(n+4) {
    margin-top: 0;
  }

  .company .section3 .company_col_item:nth-of-type(n+3) {
    margin-top: 3%;
    margin-right: 3%;
  }
}

/*----------------------------------------------------
	会社概要
----------------------------------------------------*/
.outline .wrap .contents h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .outline .wrap .contents h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}

.outline .wrap .contents .lead {
  min-height: 1px;
  margin: 0 0 80px;
  padding: 0 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  text-align: justify;
}

.outline .wrap .contents .lead:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.outline .wrap .contents .lead p.photo {
  float: left;
  padding: 0 64px 0 0;
}

.outline .wrap .contents .lead p.photo span {
  display: block;
  font-weight: bold;
  padding: 12px 0 0;
}

.outline .wrap .contents .lead p.txt {
  float: right;
  width: 510px;
}

.outline .wrap .contents h3 {
  text-align: center;
  margin: 0 0 48px;
}

.outline .wrap .contents h3 span {
  background-color: #eaf6fd;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 55px;
  display: inline-block;
  padding: 0 40px;
}

.outline .wrap .contents table {
  width: 800px;
  margin: 0 auto;
}

.outline .wrap .contents table th {
  width: 20%;
  border-bottom: 1px dotted #e0e0e0;
  vertical-align: top;
  padding: 8px 0;
  line-height: 22px;
}

.outline .wrap .contents table th span {
  color: #aaa;
}

.outline .wrap .contents table th span:before {
  content: "▶︎";
  font-size: 12px;
  font-size: 1.2rem;
}

.outline .wrap .contents table th span a {
  color: #aaa;
}

.outline .wrap .contents table td {
  border-bottom: 1px dotted #e0e0e0;
  padding: 8px 0;
  line-height: 22px;
}

.outline .wrap .contents table td ul li span {
  margin: 0px 8px 0px 0px;
}

/*----------------------------------------------------
	提携ブランドのご紹介
----------------------------------------------------*/
.partner .wrap .contents .section1 ul.brandlist {
  width: 990px;
  min-height: 1px;
}

.partner .wrap .contents .section1 ul.brandlist:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.partner .wrap .contents .section1 ul.brandlist li {
  background: url(../images/common/ico_link.png) 295px 250px no-repeat;
  overflow: auto;
  width: 318px;
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #eee;
}

.partner .wrap .contents .section1 ul.brandlist li a {
  display: block;
  width: 250px;
  padding: 160px 34px 0;
  height: 120px;
  text-decoration: none;
}

.partner .wrap .contents .section1 ul.brandlist li a h3 {
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  margin: 0 0 10px;
}

.partner .wrap .contents .section1 ul.brandlist li a h3 span {
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap;
}

.partner .wrap .contents .section1 ul.brandlist li.p01 a {
  background: url(../images/company/partner_img01.png) center 37px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p02 a {
  background: url(../images/company/partner_img02.gif) center 71px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p03 a {
  background: url(../images/company/partner_img03.png) center 47px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p04 a {
  background: url(../images/company/partner_img04.png) center 55px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p05 a {
  background: url(../images/company/partner_img05.png) center 40px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p06 a {
  background: url(../images/company/partner_img06.png) center 50px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p07 a {
  background: url(../images/company/partner_img07.png) center 48px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p08 a {
  background: url(../images/company/partner_img08.png) center 73px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p09 a {
  background: url(../images/company/partner_img09.png) center 68px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p10 a {
  background: url(../images/company/partner_img10.gif) center 40px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p11 a {
  background: url(../images/company/partner_img11.gif) center 55px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p12 a {
  background: url(../images/company/partner_img12.png) center 78px no-repeat;
}

.partner .wrap .contents .section1 ul.brandlist li.p13 a {
  background: url(../images/company/partner_img13.gif) center 60px no-repeat;
}

.partner .wrap .contents .section1 ul.modal li {
  display: none;
  border: 5px solid #005bac;
  background-color: #fff;
  padding: 60px;
  width: 690px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: auto;
  z-index: 101;
}

.partner .wrap .contents .section1 ul.modal li p.ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.partner .wrap .contents .section1 ul.modal li p.ttl span {
  font-size: 24px;
  font-size: 2.4rem;
}

.partner .wrap .contents .section1 ul.modal li h3 {
  color: #005bac;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 38px;
  margin: 0 0 20px;
}

.partner .wrap .contents .section1 ul.modal li h3+p {
  margin-bottom: 60px;
}

.partner .wrap .contents .section1 ul.modal li img {
  width: 100%;
}

.partner .wrap .contents #whiteOut {
  display: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/*----------------------------------------------------
	プレイリーダー・インストラクターについて
----------------------------------------------------*/
.human .wrap .contents section {
  min-height: 320px;
}

.human .wrap .contents section h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #005bac;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .human .wrap .contents section h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
    line-height: 1.4;
  }
}

.human .wrap .contents section p {
  line-height: 25px;
}

.human .wrap .contents section.section1 {
  border-top: 1px solid #ddd;
  background: url(../images/company/human_img01.jpg) left 80px no-repeat;
  margin: 80px 0 0;
  padding: 80px 0 80px 537px;
}

.human .wrap .contents section.section2 {
  border-top: 1px dashed #ddd;
  background: url(../images/company/human_img02.jpg) right 80px no-repeat;
  padding-right: 537px;
}

/*----------------------------------------------------
	ボーネルンドヒストリー
----------------------------------------------------*/
.history .wrap .contents ul {
  border-top: 1px solid #ddd;
  padding: 0 70px;
}

.history .wrap .contents ul li {
  background-repeat: no-repeat;
  min-height: 1px;
  margin: 90px 0 0;
  line-height: 22px;
}

.history .wrap .contents ul li:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.history .wrap .contents ul li img {
  width: 320px;
}

.history .wrap .contents ul li div {
  width: 440px;
  padding: 100px 0 0;
  text-align: justify;
}

.history .wrap .contents ul li div p.title {
  color: #005bac;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 40px;
}

.history .wrap .contents ul li div p.point {
  margin: 0 0 20px;
}

.history .wrap .contents ul li div p.point span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #ddd;
  display: inline-block;
  line-height: 36px;
  padding: 0 10px;
}

.history .wrap .contents ul li.left {
  background-position: right top;
}

.history .wrap .contents ul li.left img {
  float: left;
}

.history .wrap .contents ul li.left div {
  float: right;
}

.history .wrap .contents ul li.left div p.title,
.history .wrap .contents ul li.left div p.point {
  text-align: right;
}

.history .wrap .contents ul li.right {
  background-position: left top;
}

.history .wrap .contents ul li.right img {
  float: right;
}

.history .wrap .contents ul li.right div {
  float: left;
}

.history .wrap .contents ul li .img_bd_ra {
  border-radius: 20px;
}

.history .wrap .contents ul li.y1977 {
  background-image: url(../images/company/history_1977.svg);
}

.history .wrap .contents ul li.y1986 {
  background-image: url(../images/company/history_1986.svg);
}

.history .wrap .contents ul li.y1999 {
  background-image: url(../images/company/history_1999.svg);
}

.history .wrap .contents ul li.y2001 {
  background-image: url(../images/company/history_2001.svg);
}

.history .wrap .contents ul li.y2002 {
  background-image: url(../images/company/history_2002.svg);
}

.history .wrap .contents ul li.y2004 {
  background-image: url(../images/company/history_2004.svg);
}

.history .wrap .contents ul li.y2007 {
  background-image: url(../images/company/history_2007.svg);
}

.history .wrap .contents ul li.y2008 {
  background-image: url(../images/company/history_2008.svg);
}

.history .wrap .contents ul li.y2011 {
  background-image: url(../images/company/history_2011.svg);
}

.history .wrap .contents ul li.y2015 {
  background-image: url(../images/company/history_2015.svg);
}

.history .wrap .contents ul li.y2016 {
  background-image: url(../images/company/history_2016.svg);
}

.history .wrap .contents ul li.y2017 {
  background-image: url(../images/company/history_2017.svg);
}

.history .wrap .contents ul li.y2018 {
  background-image: url(../images/company/history_2018.svg);
}

.history .wrap .contents ul li.y2019 {
  background-image: url(../images/company/history_2019.svg);
}

.history .wrap .contents ul li.y2020 {
  background-image: url(../images/company/history_2020.svg);
}

/*----------------------------------------------------
	社会貢献活動
----------------------------------------------------*/
.csr .wrap .contents h1+p {
  margin: 0 0 80px;
}

.csr .wrap .contents section {
  border-top: 1px dashed #ddd;
  padding: 0 90px;
}

.csr .wrap .contents section h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #005bac;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 40px;
  text-align: center;
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .csr .wrap .contents section h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
    line-height: 1.4;
  }
}

.csr .wrap .contents section h3.sub {
  padding: 0;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 48px;
  margin: 86px 0 40px;
}

.csr .wrap .contents section dl.history dt {
  min-width: 100px;
  white-space: nowrap;
  text-align: right;
  padding: 0 20px 0 0;
}

.csr .wrap .contents section dl.history dt.next {
  border-right: 1px solid #ccc;
  margin: 0 0 12px;
}

.csr .wrap .contents section dl.history dd {
  width: 650px;
}

.csr .wrap .contents section dl.history dd.next {
  border: none;
}

.csr .wrap .contents section p.image {
  min-height: 1px;
  margin: 0 0 40px;
  line-height: 24px;
  text-align: justify;
}

.csr .wrap .contents section p.image:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.csr .wrap .contents section p.image img {
  float: left;
  margin: 0 35px 0 0;
  padding: 0 0 1em;
}

.csr .wrap .contents section p.image+p {
  line-height: 24px;
  text-align: justify;
}

/*----------------------------------------------------
	アクセスマップ
----------------------------------------------------*/
.access .wrap .inner .contents article {
  padding: 160px 0 0;
}

.access .wrap .inner .contents article#accessmap1 {
  padding: 0;
}

.access .wrap .inner .contents article h2 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 0 14px;
  margin: 0 0 20px;
}

.access .wrap .inner .contents article .map {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

.access .wrap .inner .contents article address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}

/*----------------------------------------------------
    768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {

  /*----------------------------------------------------
  	body / 共通
  ----------------------------------------------------*/
  body .wrap .contents h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 70px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  body .wrap .contents h2 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  body .wrap .contents h2+p {
    padding: 0 10px;
  }

  body .wrap .contents dl.history {
    width: 100%;
  }

  /*----------------------------------------------------
  	会社案内
  ----------------------------------------------------*/
  .company .section1 .bd {
    background: none;
  }

  .company .section1 .bd div {
    width: 100%;
    position: static !important;
    -moz-background-size: 57% !important;
    -o-background-size: 57% !important;
    -webkit-background-size: 57% !important;
    background-size: 57% !important;
    margin: 0 0 40px !important;
    padding: 65% 0 60px;
    border-bottom: 1px dotted #ececec;
  }

  .company .section1 .bd div.bd01 {
    background: url(../images/common/contents_link01.jpg) center top no-repeat;
  }

  .company .section1 .bd div.bd02 {
    background: url(../images/common/contents_link02.jpg) center top no-repeat;
  }

  .company .section1 .bd div.bd03 {
    background: url(../images/common/contents_link03.jpg) center top no-repeat;
  }

  .company .section1 .bd div.bd04 {
    background: url(../images/common/contents_link04.jpg) center top no-repeat;
    border: none;
    padding-bottom: 0;
  }

  .company .section1 .bd div p.link {
    text-align: center !important;
    margin: 20px 0px 0px;
  }

  .company .section2 ol li {
    padding: 32px 0;
    text-align: center;
  }

  .company .section2 ol li:first-child {
    padding: 0 0 32px;
  }

  .company .section2 ol li:last-child {
    padding: 32px 0 0;
  }

  .company .section2 ol li div.point {
    display: block;
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
  }

  .company .section2 ol li div.point span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    width: 100%;
    height: 100%;
    line-height: 30px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }

  .company .section2 ol li div.point span em {
    font-size: 20px;
    font-size: 2rem;
  }

  .company .section2 ol li div.txt {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
  }

  .company .section2 ol li div.txt h3 {
    font-size: 20px;
    font-size: 2rem;
  }

  .company .section2 ol li p.link {
    display: inline-block;
    padding: 0;
  }

  .company .section2 ol li p.link:before {
    padding: 0 0.5em 0 0;
  }

  .company .section3 dl dt {
    margin: 0 auto 10px;
    width: 97.8%;
  }

  .company .section3 dl dt a {
    display: block;
    text-align: center;
    background: url(../images/sp/company/company_img02.jpg) no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 60%;
  }

  .company .section3 dl dt a img {
    display: none;
  }

  .company .section3 dl dd {
    width: 33.3%;
    margin: 0;
    padding: 0 1%;
  }

  .company .section3 dl dd a {
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
    padding: 100% 0 0;
  }

  .company .section3 dl dd a span {
    font-size: 18px;
    font-size: 1.8rem;
    text-indent: 0;
    padding: 10px 0 0;
  }

  /*----------------------------------------------------
  	海外メーカーと連携
  ----------------------------------------------------*/
  .partner .wrap .contents .section1 ul.brandlist {
    width: 100%;
  }

  .partner .wrap .contents .section1 ul.brandlist li {
    width: 100%;
    float: none;
    overflow: visible;
    line-height: 20px;
    background: none;
  }

  .partner .wrap .contents .section1 ul.brandlist li a {
    width: 100%;
    height: auto;
    padding: 20px;
    background: none !important;
  }

  .partner .wrap .contents .section1 ul.brandlist li a h2 {
    margin: 0;
  }

  .partner .wrap .contents .section1 ul.brandlist li a h2:before {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }

  .partner .wrap .contents .section1 ul.brandlist li a h2 span {
    white-space: normal;
    line-height: 1;
  }

  .partner .wrap .contents .section1 ul.brandlist li a h3:before {
    display: block;
  }

  .partner .wrap .contents .section1 ul.brandlist li a p {
    display: none;
  }

  .partner .wrap .contents .section1 ul.brandlist li.p01 a h3:before {
    content: url(../images/company/partner_img01.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p02 a h3:before {
    content: url(../images/company/partner_img02.gif);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p03 a h3:before {
    content: url(../images/company/partner_img03.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p04 a h3:before {
    content: url(../images/company/partner_img04.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p05 a h3:before {
    content: url(../images/company/partner_img05.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p06 a h3:before {
    content: url(../images/company/partner_img06.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p07 a h3:before {
    content: url(../images/company/partner_img07.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p08 a h3:before {
    content: url(../images/company/partner_img08.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p09 a h3:before {
    content: url(../images/company/partner_img09.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p10 a h3:before {
    content: url(../images/company/partner_img10.gif);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p11 a h3:before {
    content: url(../images/company/partner_img11.gif);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p12 a h3:before {
    content: url(../images/company/partner_img12.png);
  }

  .partner .wrap .contents .section1 ul.brandlist li.p13 a h3:before {
    content: url(../images/company/partner_img13.gif);
  }

  .partner .wrap .contents .section1 ul.modal li {
    width: 90%;
    padding: 20px;
  }

  .partner .wrap .contents .section1 ul.modal li p.ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .partner .wrap .contents .section1 ul.modal li p.ttl span {
    font-size: 20px;
    font-size: 2rem;
  }

  .partner .wrap .contents .section1 ul.modal li h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
  }

  .partner .wrap .contents .section1 ul.modal li h3 br {
    display: none;
  }

  /*----------------------------------------------------
  	プレイリーダー
  ----------------------------------------------------*/
  .human .wrap .contents section h3 {
    line-height: 20px;
    text-align: center;
  }

  .human .wrap .contents section h3 br {
    display: none;
  }

  .human .wrap .contents section.section1 {
    margin: 40px 0 0;
    background-position: center 40px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 90% 0 40px;
  }

  .human .wrap .contents section.section2 {
    background-position: center 40px;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 90% 0 40px;
    margin: 0;
  }

  /*----------------------------------------------------
  	ボーネルンドヒストリー
  ----------------------------------------------------*/
  .history .wrap .contents ul {
    padding: 0;
  }

  .history .wrap .contents ul li {
    padding: 55px 0 0;
    text-align: center;
    background-position: center top !important;
    background-size: 30%;
    margin: 50px 0 0;
  }

  .history .wrap .contents ul li img {
    float: none !important;
  }

  .history .wrap .contents ul li div {
    width: 100%;
    float: none !important;
    padding: 12px 0 0;
  }

  .history .wrap .contents ul li div p.title {
    text-align: center !important;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .history .wrap .contents ul li div p.title br {
    /*display: none;*/
  }

  .history .wrap .contents ul li div p.point {
    text-align: center !important;
  }

  .history .wrap .contents ul li div p.point span {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px;
    line-height: 1.2;
  }

  /*----------------------------------------------------
  	会社概要
  ----------------------------------------------------*/
  .outline .wrap .contents .lead {
    padding: 0;
    margin: 0 0 80px;
  }

  .outline .wrap .contents .lead p.photo {
    text-align: center;
    padding: 0 0 30px;
    float: none;
  }

  .outline .wrap .contents .lead p.photo img {
    width: 60%;
  }

  .outline .wrap .contents .lead p.txt {
    float: none;
    width: 100%;
  }

  .outline .wrap .contents h2 {
    margin: 0 0 20px;
  }

  .outline .wrap .contents h3 span {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 20px;
    line-height: 1.6;
  }

  .outline .wrap .contents p.center img {
    width: 100%;
  }

  .outline .wrap .contents table {
    width: 100%;
  }

  .outline .wrap .contents table th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1;
  }

  .outline .wrap .contents table th span {
    display: inline-block;
    padding: 5px 0 0;
  }

  .outline .wrap .contents table th span:before {
    padding: 0 10px 0 0;
  }

  .outline .wrap .contents table td {
    display: block;
    border: none;
    width: 100%;
    padding: 15px 0 0;
    margin: 0 0 25px;
    word-break: break-all;
  }

  .outline .wrap .contents table td ul li {
    line-height: 22px;
  }

  .outline .wrap .contents dl.history dt {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }

  .outline .wrap .contents dl.history dd {
    float: none;
    width: 100%;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 25px;
  }

  /*----------------------------------------------------
  	社会貢献活動
  ----------------------------------------------------*/
  .csr .wrap .contents h2+p {
    margin: 0 0 40px;
  }

  .csr .wrap .contents section {
    padding: 40px 0;
    margin: 0;
  }

  .csr .wrap .contents section h3 {
    padding: 0;
  }

  .csr .wrap .contents section dl.history dt {
    float: none;
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }

  .csr .wrap .contents section dl.history dt.next {
    border-right: none;
  }

  .csr .wrap .contents section dl.history dt.next br {
    display: none;
  }

  .csr .wrap .contents section dl.history dd {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 25px;
  }

  .csr .wrap .contents section h3.sub {
    font-size: 20px;
    font-size: 2rem;
    padding: 5px 0;
    margin: 40px 0 20px;
  }

  .csr .wrap .contents section p.image img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    display: block;
    padding: 0;
  }

  /*----------------------------------------------------
  	アクセスマップ
  ----------------------------------------------------*/
  .access .wrap .inner .contents article {
    padding: 80px 0 0;
  }

  .access .wrap .inner .contents article h2 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 14px;
    margin: 0 0 20px;
  }

  .access .wrap .inner .contents article .map {
    width: 100%;
    height: 300px;
    margin: 0 0 20px;
  }
}