@charset "utf-8";



/*スライダー
***********************************************************/
.slider {
  overflow: hidden !important;
}
.slidersp {
  overflow: hidden !important;
  display: none;
}
.sliderBox a {
  display: block;
}
.slick-list {
  margin: 0 0 16px !important;
}
.slick-dots {
  bottom: 0 !important;
  position: static !important;
}
.slick-dots li {
  background: #333;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}
.slick-dots li {
  background: #333;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active {
  background: none;
  border: 1px solid #333;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}



/*トップコンテンツ
***********************************************************/
.contentsInner {
  margin: 0 auto;
  padding: 140px 40px 0 !important;
  max-width: 1040px;
}
.topTitle {
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify; /* Androidブラウザ用 */
  align-items: center;
  justify-content: space-between;
}
.topTitleLeft p {
  padding: 0 40px 0 0;
  background: url(/common/images/obj_midashiline.png) no-repeat right center;
  background-size: auto 1px;
  width: 60px;
  box-sizing: border-box;
}
.topTitleLeft h2 {
  padding: 10px 0 0;
  font-size: 48px;
  letter-spacing: 4px;
}
.topTitleLeft h2 span {
  padding: 0 0 0 20px;
  font-size: 16px;
}
.topTitleRight {
  padding: 24px 0 0;
}
.topTitleRight a {
  padding: 0 36px 14px 0;
  background: url(/common/images/bg_readmore.png) no-repeat right bottom;
  background-size: 124px auto;
  font-size: 14px;
}



/*トップニュース
***********************************************************/
.topNewsContent {
  margin: 10px 0 0;
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify; /* Androidブラウザ用 */
  align-items: center;
  justify-content: space-between;
}
.topNewsContentBox {
  margin: 30px 0 0;
  width: 48.5%;
  background: #fff;

}
.topNewsContentBox a {
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify; /* Androidブラウザ用 */
  align-items: center;
  justify-content: space-between;
}
.topNewsContentBoxLeft {
  width: 32%;
}
.topNewsContentBoxRight {
  padding: 20px 20px;
  width: 68%;
}
.topNewsContentBoxRight p {
  font-size: 14px;
  color: #eb6e8f;
}
.topNewsContentBoxRight h3 {
  padding: 15px 0 0;
  font-size: 14px;
}



/*トップスペシャリスト
***********************************************************/
.topSpecialistContent {
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify; /* Androidブラウザ用 */
  align-items: center;
  justify-content: space-between;
}
.topSpecialistContentBox {
  margin: 50px 0 0;
  max-width: 31%;
  background: #fff;
}
.topSpecialistContentBox h3 {
  padding: 30px 30px 0;
  color: #eb6e8f;
  font-size: 14px;
}
.topSpecialistContentBox h4 {
  padding: 10px 30px 30px;
}

.topSpecialistContentBox a:hover p,
.topSpecialistContentBox a:hover h3,
.topSpecialistContentBox a:hover h4 {
  transition: all .4s;
  opacity: 0.5;
}




/*トップサービス
***********************************************************/
.topServiceContent {
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify; /* Androidブラウザ用 */
  align-items: center;
  justify-content: space-between;
}
.topService p.lead {
  padding: 80px 0 40px;
  text-align: center;
}
.topServiceContentBox {
  margin: 30px 0 0;
  padding: 0 30px;
  width: 48.5%;
  background: #fff;
  box-sizing: border-box;
}
.topServiceContentBox a {
  display: -webkit-box; /* Androidブラウザ用 */
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.topServiceContentBoxLeft {
  padding: 14px 18px;
  border: 1px solid #333;
  color: #333;
}
.topServiceContentBoxRight p {
  padding: 40px 24px 0;
  color: #eb6e8f;
  font-size: 14px;
}
.topServiceContentBoxRight h3 {
  padding: 10px 24px 40px;
}






/*全体（1099px以下、スマホや小さいタブレット）
***********************************************************/

@media screen and (max-width:899px) {
.slider {
  display: none;
}
.slidersp {
  display: block;
}
.contentsInner {
  margin: 0 auto;
  padding: 60px 30px 0 !important;
}
.topNews .contentsInner {
  padding: 80px 30px 0;
}
.topTitleLeft h2 {
  padding: 0;
  font-size: 32px;
  letter-spacing: 2px;
}
.topTitleLeft h2 span {
  padding: 0 0 0 5px;
  font-size: 12px;
}
.topTitleLeft p {
  padding: 0 40px 0 0;
  width: 70px;
}
.topTitleRight {
  padding: 24px 0 0;
}
.topTitleRight a {
  padding: 0 14px 8px 0;
  font-size: 12px;
  letter-spacing: 2px;
}

.topNewsContent {
  display: block;
}
.topNewsContentBox {
  margin: 20px auto 0;
  width: 100%;
}
.topNewsContentBoxLeft {
  padding: 20px 10px 20px 20px;
}
.topSpecialistContent {
  display: block;
}
.topSpecialistContentBox {
  margin: 20px auto 0;
  max-width: 100%;
}

.topService p.lead {
  font-size: 14px;
}
.topServiceContent {
  display: block;
}
.topServiceContentBox {
  padding: 0 20px;
}
.topServiceContentBox {
  margin: 20px 0 0;
  width: 100%;
}
.topServiceContentBoxRight p {
  padding: 20px 24px 0;
  font-size: 12px;
}
.topServiceContentBoxRight h3 {
  padding: 10px 24px 20px;
}
.topService p.lead {
  padding: 30px 0 10px;
}

}