@charset "utf-8";

.pc {
	display: block!important;
}
.pcIB {
	display: inline-block!important;
}
.sp {
	display: none!important;
}
.spIB {
	display: none!important;
}

body .osF {
	font-family: 'Open Sans', sans-serif;
}
body .fIt {
	font-style: italic;
}
#photo_container {
	width: 100%;
	color: #151515;
	border-top: 1px solid #ccc;
	font-size: 16px;
}
.contentInner {
	position: relative;
	width: 1240px;
	margin: auto;
}

#title_area {
	width: 1240px;
	margin: 0 auto 0;
}
#title_area .titleArea {
	display: flex;
	align-items: center;
	margin: 50px auto 20px;
}

#title_area .titleArea .left_title {
	width: 385px;
}

#title_area .titleArea p.parenttitle {
	margin: 12px auto 0;
}
#title_area .titleArea .category {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.01em;
	color: #151515;
}
#title_area .titleArea .category:hover {
	text-decoration: none;
}
#title_area .titleArea .line {
	width: 1px;
	height: 95px;
	background: #151515;
	margin: 0 25px;
}
#title_area .titleArea h1.title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.07em;
	line-height: 1.6;
}

#title_area .lead {
	font-size: 16px;
	margin-bottom: 50px;
}

/* 640px */
@media only screen and (max-width:767px) {

.pc {
	display: none!important;
}
.pcIB {
	display: none!important;
}
.sp {
	display: block!important;
}
.spIB {
	display: inline-block!important;
}
.contentInner {
	width: 375px;
}

#title_area {
	width: 100%;
	margin: 0 auto 0;
}
#title_area .titleArea {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 4.1vw 0 4.4vw;
}

#title_area .titleArea p.parenttitle {
	margin: 0.8vw auto 0;
	width: 90.6vw;
}
#title_area .titleArea p.parenttitle img {
	width: 46.9vw;
	height: auto;
}

#title_area .titleArea .left_title {
	width: 100%;
}

#title_area .titleArea .category {
	width: 90.6vw;
	margin: 0 auto;
	font-size: 6vw;
}
#title_area .titleArea .line {
	display: none;
}
#title_area .titleArea h1.title {
	margin: 2.5vw auto 0;
	width: 90.6vw;
	font-size: 4.2vw;
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 1.2;
}
#title_area .lead {
	width: 90.6vw;
	margin: 2.5vw auto 0;
	padding-bottom: 4.4vw;
}
#title_area .photoArea img {
	width: 100%;
	height: auto;
}
#title_area .spTitleArea {
	margin: 0 auto 0;
	padding: 4.7vw 0 0 4.7vw;
	background: #efefef;
	font-size: 5.9vw;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.section {
        padding: 30px 15px;
    }
    
} /* media */

/* heading */
.heading {
  line-height: 1.35;
}
.heading--h2 {
  margin-bottom: 1em;
  font-size: 34px;
}
.heading--h2-bdb {
  margin-bottom: 1em;
  padding-bottom: .1em;
  border-bottom: solid 3px #333;
  font-size: 30px;
}
.heading--h3 {
  margin: 2.3em 0 .8em 0;
  padding-left: 13px;
  border-left: solid 5px #333;
  font-size: 24px;
}
.heading--h4 {
  margin-bottom: .65em;
  font-size: 20px;
}
.heading--h5 {
  margin-bottom: .5em;
  font-size: 18px;
}
.heading--h6 {
  margin-bottom: .5em;
  font-size: 16px;
}
.heading--h2 + .heading--h3 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .heading--h2 {
    font-size: 5.86667vw;
  }
  .heading--h2-bdb {
    border-bottom-width: 2px;
    font-size: 5.86667vw;
  }
  .heading--h3 {
    font-size: 5.33333vw;
  }
  .heading--h4 {
    font-size: 4.8vw;
  }
  .heading--h5 {
    font-size: 4.26667vw;
  }
  .heading--h6 {
    font-size: 4vw;
  }
}

.oshirase .border__box {
	padding: 5px;
	border: 1px solid #333333;
}

@media screen and (max-width: 768px){
	.oshirase .smp_slide{
		overflow:auto;
		-webkit-overflow-scrolling: touch;
		border:2px solid #eaeaea;
		margin-top:3px;
		border-radius:4px;
		padding: 0 0px 7px;
	}
	.oshirase .smp_slide > table{
		width:940px;
		max-width:initial;
	}
}
