@charset "UTF-8";
/* CSS Document */
	.archive-e img{
		text-align: center;
		display: block;
		margin: 0 auto;
		
	}
.entry-header{
	padding: 30px 0 30px;
	width: 100%;
	background: #ede7df !important;
	margin: 0 !important;
}
#main,.site-mainv{
	margin: 0 !important;
	padding: 0 !important;
}
h1.entry-title{
	display: block;
	text-align: center;
	font-size: 1.6em;
		position: relative;
	border-bottom: 5px solid #f6f6f6;
	padding: 15px 0 7px;
	width: 70%;
	margin: 0 auto !important;
	background: #FFF;
	border-radius: 30px;
}
h1.entry-title::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #42a6ff;
}
.entry-header span{
	width: 90%;
	margin: 0 auto;
	display: block;
	font-size: 0.9em;
	padding: 15px 0 0;
}
.site-main{
	background: #ede7df !important;
	margin: 0 !important;
	padding: 20px 0;
}
.ie{
	padding:15px  !important;
	border-radius: 20px;
	background: #FFF;
	width: 30%;
	margin: 0 10px 10px;
	float: left !important;
}
h2{
	margin: 0 !important;
	font-size: 1.0em;
	line-height: 130%;
	font-weight: bold;
	padding: 0 10px;
}
.ie{
	margin-bottom: 40px;
}
.ie a{
	color: #434343;
}
.ie dd{
	margin: 0;
}
.ie img{
	width: 80%;
	margin: 5px auto 10px;
}
.ie p{
	text-align: center;
	margin: 0;
}

dl.pc{
	width: 100%;
	display: block;
	position: relative !important;

}
dl.pc dd{
	float: left;
	width: 30%;
	overflow: hidden;
	padding-right: 10px;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}
dl.pc dd img{
	width: 98%;
}

.jitsurei{
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;

}
.jitsurei h1 {
  position: relative;
  padding-left: 25px;
	font-size: 1.4em;
	line-height: 130%;
}

.jitsurei h1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #727272;
}
.jitsurei h1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 95%;
  border-bottom: solid 3px #727272;
}
.jitsurei h2{
	margin: 0;
	padding: 0 0 5px;
	position: relative;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.jitsurei dl{
	width: 90%;
	margin: 0 auto;
}
.jitsurei dl dd{
	margin: 0;
}

/*モーダルを開くボタン*/
.modal-open{
	clear: both;
	cursor: pointer;
	width: 300px;
	float: left;
}
.modal-open img{
	width: 300px;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}
dl.ie{
	position: relative;
}
dl.ie .more{
	position: absolute;
	width: 150px;
	bottom:20px !important;
	right:10px;
	display: block;
	background: #42a6ff;
	text-align: center;
	color: #FFF;
}

#grid-contents {
  width: 100%;
  margin: 0 auto;   /*中央寄せ*/
  position: relative;
	display: block;
}
.pc{
	padding-bottom: 30px !important;
	display: block;
}
.js-item {
  margin: 10px;
  width: 31% !important;
  padding: 8px;
	float: left;
}

@media only screen and (max-width: 1024px) {
.site-content .container{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 60px!important;
	margin: 0 !important;
	width: 100%;
	background: #ede7df !important;
}

	dl.ie{
	padding:15px  !important;
	margin-bottom: 20px;
	border-radius: 20px;
	background: #FFF;
	width: 90%;
	margin: 0 auto 20px;
		float: none !important;
	display: block;
}

}