@charset "UTF-8";

/* index detail 共通 */

.headTitle01 {
  background-image: url("../images/bg_index01.jpg");
  background-position: right 0 top 45%;
}

.headTitle01 .headTitleText01 span {
  padding-left: 25px;
  background-image: url("../images/ico_index01.png");
  background-size: 20px;
  background-position: 0 70%;
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager li:not(.prev):not(.next):not(.dotte) {
  width: 32px;
  margin: 0 4px;
}

.pager li:not(.prev):not(.next):not(.dotte) a {
  border: 1px solid #ddd9d2;
  border-radius: 3px;
}

.pager li:not(.prev):not(.next):not(.dotte) a:hover {
  color: #fff;
  background: #e18880;
  border: 1px solid #e18880;
}

.pager a {
  padding: 5px 0 4px;
  display: block;
}

.pager .current span {
  color: #fff;
  padding: 5px 0 4px;
  background: #e18880;
  border: 1px solid #e18880;
  display: block;
}

.pager .next {
  width: 25px;
}

.pager .dotte {
  width: 20px;
  padding-top: 11px;
}

@media screen and (max-width:400px) {
  .headTitle01 .headTitleText01 span {
    padding-left: 20px;
    background-size: 16px;
  }
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

a {
	text-decoration: none;
	color: black;
}

ul {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.Head_img {
	height: 250px;
	background: url(../images/bg_index01.jpg) center;
	background-size: cover;
	margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
	.Head_img {
	}
}

@media screen and (max-width: 426px) {
	.Head_img {
	}
}

.Head_img .icon {
	width: 20px;
	height: 25px;
}

@media screen and (max-width: 768px) {
	.Head_img .icon {
	}
}

@media screen and (max-width: 426px) {
	.Head_img .icon {
	}
}

.HeadTitle {
	display: block;
	font-family: "HiraKakuPro*";
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding-top: 90px;
}

@media screen and (max-width: 768px) {
	.HeadTitle {
	}
}

@media screen and (max-width: 426px) {
	.HeadTitle {
	}
}

.Head_under {
	display: block;
}

@media screen and (max-width: 768px) {
	.Head_under {
	}
}

@media screen and (max-width: 426px) {
	.Head_under {
	}
}

.HeadSub {
	font-family: "ChalkboardSE Regular*";
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.HeadSub {
	}
}

@media screen and (max-width: 426px) {
	.HeadSub {
	}
}

.MainContents {
	width: 94%;
	max-width: 1000px;
	margin: auto;
  padding-top: 20px;
}

@media screen and (max-width:640px) {
	.MainContents {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
	.MainContents {
	width: 94%;
	}
}

@media screen and (max-width: 426px) {
	.MainContents {
	}
}

.MainNavi {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.MainNavi {
	}
}

@media screen and (max-width: 426px) {
	.MainNavi {
	}
}

.MainNavi span {
	font-family: "NotoSansCJKjp*";
	font-size: 14px;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.Home .Position {
	}
}

@media screen and (max-width: 426px) {
	.Home .Position {
	}
}

.LeftContents {
	width: 71.4%;
	margin-right: 4.6%;
}

@media screen and (max-width: 768px) {
	.LeftContents {
	float:  none;
	width: 100%;
	margin-bottom: 35px;
	}
}
.BlogArea {
	width: 100%;
}

.BlogArea a {
	display: block;
}

@media screen and (max-width: 768px) {
	.BlogArea {
	}
}

@media screen and (max-width: 426px) {
	.BlogArea {
	}
}

.BlogArea li {
	width: 48%;
	margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
	.BlogArea li{
	}
}

@media screen and (max-width: 426px) {
	.BlogArea li {
	}
}

.BlogArea li:nth-child(odd) {
	margin-right: 4%;
}

@media screen and (max-width: 768px) {
	.BlogArea li:nth-child(odd) {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 500px) {
	.BlogArea li:nth-child(odd) {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}
}

.BlogArea li:nth-child(even) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.BlogArea li:nth-child(even) {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 500px) {
	.BlogArea li:nth-child(even) {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}
}

.BlogArea li:nth-child(1) .Blog_img, .BlogArea li:nth-child(4) .Blog_img, .BlogArea li:nth-child(5) .Blog_img, .BlogArea li:nth-child(8) .Blog_img {
	width: 100%;
	height: 185px;
	background: url(../images/pic_index01.jpg) center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.BlogArea li:nth-child(1) .Blog_img, .BlogArea li:nth-child(4) .Blog_img, .BlogArea li:nth-child(5) .Blog_img, .BlogArea li:nth-child(8) .Blog_img {
	}
}

@media screen and (max-width: 426px) {
	.BlogArea li:nth-child(1) .Blog_img, .BlogArea li:nth-child(4) .Blog_img, .BlogArea li:nth-child(5) .Blog_img, .BlogArea li:nth-child(8) .Blog_img {
	}
}

.BlogArea li:nth-child(2) .Blog_img, .BlogArea li:nth-child(6) .Blog_img {
	width: 100%;
	height: 185px;
	background: url(../images/pic_index02.jpg) center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.BlogArea li:nth-child(2) .Blog_img, .BlogArea li:nth-child(6) .Blog_img {
	}
}

@media screen and (max-width: 426px) {
	.BlogArea li:nth-child(2) .Blog_img, .BlogArea li:nth-child(6) .Blog_img {
	}
}

.BlogArea li:nth-child(3) .Blog_img, .BlogArea li:nth-child(7) .Blog_img {
	width: 100%;
	height: 185px;
	background: url(../images/pic_index03.jpg) center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.BlogArea li:nth-child(3) .Blog_img, .BlogArea li:nth-child(7) .Blog_img {
	}
}

@media screen and (max-width: 426px) {
	.BlogArea li:nth-child(3) .Blog_img, .BlogArea li:nth-child(7) .Blog_img {
	}
}

.BlogTitle {
	display: block;
	font-family: "NotoSansCJKjp*";
	font-size: 14px;
	margin: 16px auto;
	line-height: 18px;
}

@media screen and (max-width: 768px) {
	.BlogTitle {
		margin: 15px 0 5px;
	}
}

.BlogDate {
	font-family: "NotoSansCJKjp*";
	font-size: 14px;
	font-weight: normal;
	margin: 16px auto;
}

@media screen and (max-width: 768px) {
	.BlogDate {
		margin: 10px 0;
	}
}

@media screen and (max-width: 426px) {
	.BlogDate {
	}
}

.BlogLecturer {
	font-family: "NotoSansCJKjp*";
	font-size: 12px;
	font-weight: normal;
	margin: 16px auto;
}

@media screen and (max-width: 768px) {
	.BlogLecturer {
		margin: 10px 0;
	}
}

@media screen and (max-width: 426px) {
	.BlogLecturer {
	}
}

.Count {
	clear:  both;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.Count {
	}
}

@media screen and (max-width: 426px) {
	.Count {
	}
}

.Count ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.Count ul {
	padding-top: 30px;
	}
}

@media screen and (max-width: 426px) {
	.Count ul {
	}
}

@media screen and (max-width: 768px) {
	.Count li {
	}
}

@media screen and (max-width: 426px) {
	.Count li {
	}
}

.back .next {
}

@media screen and (max-width: 768px) {
	.back .next {
	}
}

@media screen and (max-width: 426px) {
	.back .next {
	}
}

.num {
	font-family: "NotoSansCJKjp*";
	font-size: 14px;
	border: thin solid #DFDCD4;
	border-radius: 3px;
	padding: 5.8px 12px;
	margin: 0 6px;
}

@media screen and (max-width: 768px) {
	.num {
	}
}

@media screen and (max-width: 426px) {
	.num {
	}
}

.now {
	background: #E0925C;
	border: thin solid #E0925C;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.now {
	}
}

@media screen and (max-width: 426px) {
	.now {
	}
}

.RightContents {
	width: 24%;
}

@media screen and (max-width: 768px) {
	.RightContents {
	clear:  both;
	float: none;
	width: 100%;
	margin: auto;
	padding-top: 40px;
	}
}

@media screen and (max-width: 426px) {
	.RightContents {
	width: 100%;
	padding-top: 20px;
	}
}

.RightContents .icon {
	width: 20px;
	margin: 13px 5px 0 0;
	vertical-align: bottom;
}

@media screen and (max-width: 768px) {
	.RightContents .icon {
	}
}

@media screen and (max-width: 426px) {
	.RightContents .icon {
	}
}

.Latest_Top {
	display: block;
	height: 48px;
	margin-bottom: 22px;
	background: #E0925C;
}

@media screen and (max-width: 768px) {
	.Latest_Top {
	}
}

@media screen and (max-width: 426px) {
	.Latest_Top {
	}
}

.Latest_Top span {
	font-family: "NotoSansCJKjp*";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.Latest_Top span {
	}
}

@media screen and (max-width: 426px) {
	.Latest_Top span {
	}
}

.LatestArea span {
	display: block;
	font-family: "NotoSansCJKjp*";
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-color: white;
	border-bottom: thin solid gray;
}

@media screen and (max-width: 768px) {
	.LatestArea span {
	margin: 15px auto;
	}
}

@media screen and (max-width: 426px) {
	.LatestArea span {
	}
}

.Foot_img {
	height: 500px;
	background: url(../images/bg_index02.jpg);
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.Foot_img {
	}
}

@media screen and (max-width: 426px) {
	.Foot_img {
	}
}

.Foot_img .box1 {
	padding-top: 165px;
}

@media screen and (max-width: 768px) {
	.Foot_img .box1 {
	}
}

@media screen and (max-width: 426px) {
	.Foot_img .box1 {
	}
}

.Foot_img .box2 {
	padding-top: 67px;text-align:  cemte;
}

@media screen and (max-width: 768px) {
	.Foot_img .box2 {
	}
}

@media screen and (max-width: 426px) {
	.Foot_img .box2 {
	}
}

.Foot_img .box3 {
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
	.Foot_img .box3 {
	}
}

@media screen and (max-width: 426px) {
	.Foot_img .box3 {
	}
}

.Foot_img .box4 {
}

@media screen and (max-width: 768px) {
	.Foot_img .box4 {
	}
}

@media screen and (max-width: 426px) {
	.Foot_img .box4 {
	}
}

.Foot_img h1 {
}

@media screen and (max-width: 768px) {
	.Foot_img h1 {
	}
}

@media screen and (max-width: 426px) {
	.Foot_img h1 {
		font-size: 28px;
	}
}

.Foot_img h1 a {
	font-family: "Jun201Pro Regular-83pv-RKSJ-H*";
	font-size: 50px;
	font-weight: normal;
	color: #fff;
	border-bottom: medium solid white;
}

@media screen and (max-width: 768px) {
	.Foot_img h1 a {
		line-height: 60px;
		font-size: 35px;
	}
}

@media screen and (max-width: 426px) {
	.Foot_img h1 a {
		font-size: 28px;
		line-height: 40px;
	}
}

.Foot_img h1 .text1 {
	font-size: 36px;
}

@media screen and (max-width: 768px) {
	.Foot_img h1 .text1 {
	font-size: 26px;
	}
}

@media screen and (max-width: 426px) {
	.Foot_img h1 .text1 {
	font-size: 23px;
	}
}

.Foot_img .text2 {
	display: block;
	font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
	font-size: 26px;
	font-weight: normal;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.Foot_img .text2 {
	font-size: 23px;
	}
}

@media screen and (max-width: 426px) {
	.Foot_img .text2 {
	font-size: 20.8px;
	}
}

.Foot_img .text3 {
	display: block;
	font-family: "HiraKakuProN W6-83pv-RKSJ-H*";
	font-size: 26px;
	font-weight: normal;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.Foot_img .text3 {
	font-size: 23px;
	}
}

@media screen and (max-width: 426px) {
	.Foot_img .text3 {
	font-size: 20.8px;
	}
}

.Foot_img .text4 {
	background: #DB877D;
	font-family: "NotoSansCJKjp*";
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	display: block;
	max-width: 500px;
	margin: 60px auto;
	margin-bottom: 0;
	padding: 22px 22px;
	border-radius: 30px;
}

@media screen and (max-width: 768px) {
	.Foot_img .text4 {
	}
}

@media screen and (max-width: 426px) {
	.Foot_img .text4 {
	width: 80%;
	line-height: 25px;
	}
}


/* detail 特有 */

.wrapper {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.wrapper {
	}
}

@media screen and (max-width: 426px) {
	.wrapper{
	}
}

.Title1 {
	font-family: "NotoSansCJKjp*";
	font-size:  26px;
	font-weight:  bold;
	margin-bottom: 6px;
}

@media screen and (max-width: 640px) {
	.Title1 {
		font-size: 22px;
		line-height: 1.5;
	}
}

.Title2 {
	font-family: NotoSansCJKjp Bold-83pv-RKSJ-H;
	font-weight : bold;
	font-size : 20px;
	padding: 19px 0 18px 2%;
	margin-bottom: 28px;
	background: #fffcf9;
	border-left: solid 5px #E0925C;
}

@media screen and (max-width: 640px) {
	.Title2 {
		font-size: 18px;
		margin-bottom: 20px;
		padding: 15px;
		line-height: 1.5;
	}
}

.Title3 {
	font-family: NotoSansCJKjp Bold-83pv-RKSJ-H;
	font-weight : bold;
	font-size : 16px;
	margin-bottom: 22px;
	border-left:  solid 5px #E0925C;
	padding: 5px 0 0 2%;
}

@media screen and (max-width: 640px) {
	.Title3 {
		font-size : 15px;
		padding: 10px;
		line-height: 1.5;
	}
}

.date_name {
	font-family:  "NotoSansCJKjp*";
	font-size: 16px;
	font-weight:  bold;
	color: #e0925c;
	margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
	.date_name {
		margin-bottom: 35px;
	}
}

.subContents {
	margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
	.subContents {
	}
}

@media screen and (max-width: 426px) {
	.subContents {
	}
}

.contents {
	font-family: "NotoSansCJKjp Regular-83pv-RKSJ-H";
	font-size : 14px;
	line-height: 25px;
}

@media screen and (max-width: 768px) {
	.contents {
	}
}

@media screen and (max-width: 426px) {
	.contents {
	}
}

.Main_img {
	/*height: 485px;
	background: url(../images/pic_detail01.jpg) center;
	background-size: cover;*/
	margin:  49px 0 58px;
}

/*@media screen and (max-width: 768px) {
	.Main_img {
	}
}

@media screen and (max-width: 426px) {
	.Main_img {
	}
}*/

.return {
	display:  block;
	width: 45%;
	font-family: "NotoSansCJKjp*";
	font-size:  18px;
	font-weight: bold;
	padding: 21px 0 21px;
	margin: 75px auto 89px;
	background: #EBA879;
	color:  #fff;
	border-radius: 28.5px;
}

@media screen and (max-width: 768px) {
	.return {
	width: 50%;
	}
}

@media screen and (max-width: 426px) {
	.return {
	font-size: 17px;
	width: 70%;
	line-height: 22px;
	}
}

.blogContents01:not(:last-child) {
	margin-bottom: 50px;
}

@media screen and (max-width:640px) {
	.blogContents01:not(:last-child) {
		margin-bottom: 30px;
	}
}

.blogContents01 p:not(:last-child) {
	margin-bottom: 25px;
}

.return {
	margin-bottom: 0;
	padding: 16px 0 13px;
	position: relative;
}

@media screen and (max-width:640px) {
	.return {
		font-size: 16px;
		max-width: 250px;
		width: 100%;
		margin-top: 40px;
	}
}

.return:after {
	content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 18%;
  right: 8%;
}

@media screen and (max-width:640px) {
	.return:after {
  	top: 25%;
	}
}

.RightContents li {
	position: relative;
}

.RightContents li span {
	padding-right: 15px;
}

.RightContents .fa-right2 {
	height: 37px;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:767px) {
	.RightContents .fa-right2 {
		right: 5px;
	}
}

.blogImage01 {
	margin-bottom: 20px;
}

.blogImageArea01 {
	max-width: 550px;
	width: 100%;
}

@media screen and (max-width:767px) {
	.blogImageArea01 {
		max-width: inherit;
	}
}

.blogImageArea01 p {
	width: 49%;
}

@media screen and (max-width:767px) {
	.blogImageArea01 p {
		width: 100%;
		float: none;
	}
}

.blogImageArea01 p:first-child {
	margin-right: 2%;
}

@media screen and (max-width:767px) {
	.blogImageArea01 p:first-child {
		margin-right: 0;
	}
}

.blogImageArea01 p img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.blogImageArea01 p img {
		width: auto;
	}
}