@charset "EUC-JP";
/* CSS Document */



body div.wrap article section.contents h2 {
	width: 100%;
	height: 5.5rem;
	padding: 2.1rem 0 0 3.5rem;
	margin:  0 0 .5rem 0;
	background-image: url("../images/index/index_headline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.7rem;
	color: #ff4a78;
	text-shadow:
		1px 1px 1px #fff, -1px -1px 1px #fff,
		-1px 1px 1px #fff,  1px -1px 1px #fff,
		1px 0 1px #fff, -1px  0 1px #fff,
		0 1px 1px #fff,  0 -1px 1px #fff;
}
body div.wrap article section.contents h2 + p {
	width: 100%;
	height: auto;
	padding: 0 0 0 2rem;
	margin:  0 0 3rem 0;
}

body div.wrap article section.contents dl.news {
	width: auto;
	height: auto;
	padding: 0 0 1rem 0;
	margin:  0 0 1rem 2rem;
	border-bottom: 2px dashed #ff4a78;
}
body div.wrap article section.contents dl.news dt {
	color: #ff4a78;
    padding: 1rem 0 1rem 3rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
body div.wrap article section.contents dl.news dt span {
	display: inline-block;
	font-weight: normal;
	text-align: right;
}
body div.wrap article section.contents dl.news dt div.i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 55%;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ff4a78;
    margin-top: -1rem;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
body div.wrap article section.contents dl.news dt.open div.i_box {
	-webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
body div.wrap article section.contents dl.news dt div.i_box i.one_i {
	display: block;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
body div.wrap article section.contents dl.news dt div.i_box i.one_i::before,
body div.wrap article section.contents dl.news dt div.i_box i.one_i::after  {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: .5rem;
	width: .8rem;
	height: .1rem;
	position: absolute;
	top: .45rem;
 	left: .1rem;
  	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
  	transform-origin: center center;
 }
body div.wrap article section.contents dl.news dt div.i_box i.one_i::before {
  	width: .1rem;
  	height: .8rem;
  	top: .1rem;
  	left: .45rem;
}
body div.wrap article section.contents dl.news dt.open div.i_box i.one_i::before {
  	content: none;
}
body div.wrap article section.contents dl.news dt.open div.i_box i.one_i::after {
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
body div.wrap article section.contents dl.news dd {
	display: none;
	padding: 0 1rem 0 3rem;
}

body div.wrap article section.contents div.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 50%;
	height: 3rem;
	margin: 0 auto 2rem auto;
	color: #333;
	font-size: 1rem;
	/*font-weight: 700;*/
	text-decoration: none;
	transition: 0.3s;
}
body div.wrap article section.contents div.btn:hover {
	color: #fff;
	/*background-color: #B99b00;*/
	background-color: #ff4a78;
}
body div.wrap article section.contents div.blur {
/*	background-color: #ceb849;*/
	background-color: #fcbecb;
	border: 1px solid transparent;
	border-radius: 1.5rem;
}
body div.wrap article section.contents div.blur::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #666;
	border-radius: 35px;
}




@media only screen and (max-width: 820px) {

	body div.wrap article section.contents {
		padding: 0 0 0 0;
	}
	body div.wrap article section.contents h2 {
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin:  0 0 0 0;
		font-size: 1.3rem;
		color: #ff4a78;
		text-shadow:
			1px 1px 1px #fff, -1px -1px 1px #fff,
			-1px 1px 1px #fff,  1px -1px 1px #fff,
			1px 0 1px #fff, -1px  0 1px #fff,
			0 1px 1px #fff,  0 -1px 1px #fff;
		background: initial;
		text-align: center;
	}
	body div.wrap article section.contents h2 span {
		display: block;
	}
	body div.wrap article section.contents h2 + p {
		padding: 0 0 0 0;
		margin:  0 0 2rem 0;
	}
	body div.wrap article section.contents dl.news {
		padding: 0 0 0 0;
		margin:  0 0 .5rem 0;
	}
	body div.wrap article section.contents dl.news dt {
    	padding: .5rem 0 .5rem 3rem;
	}

	
	body div.wrap article section.contents div.btn {
		width: 100%;
		margin-top: 2rem;
	}

	body div.wrap article ul {
		position: fixed;
		z-index: 5;
		bottom: 0;
		left: 0;
		width: 100vw;
		min-height: 5rem;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background-color: #ff4a78;
		list-style: none;
		opacity: .9;
		font-size: 0;
	}
	body div.wrap article ul li {
		width: 24vw;
		min-height: 4rem;
		display: inline-block;
		text-align: center;
		vertical-align: top;
		padding: 0 0 0 0;
		margin:  .5rem 0 .5rem 0;
	}
	body div.wrap article ul li:nth-of-type(4) {
		width: 28vw;
	}
	body div.wrap article ul li:nth-of-type(1) {
		border-right: 1px solid rgb(253 217 224);
	}
	body div.wrap article ul li:nth-of-type(3) {
		border-right: 1px solid rgb(253 217 224);
		border-left: 1px solid rgb(253 217 224);
	}
	body div.wrap article ul li a {
		text-decoration: none;
	}
	body div.wrap article ul li a img {
		width: 25%;
		height: auto;
/*		margin-bottom: .4rem;*/
	}
	body div.wrap article ul li:nth-of-type(1) a img {
		margin-top: .3rem;
		margin-bottom: .85rem;
	}
	body div.wrap article ul li:nth-of-type(2) a img {
		width: 35%;
		margin-bottom: .55rem;
	}
	body div.wrap article ul li:nth-of-type(3) a img {
		margin-top: .2rem;
		margin-bottom: .5rem;
	}
	body div.wrap article ul li:nth-of-type(4) a img {
		margin-top: .2rem;
		margin-bottom: .55rem;
	}
	body div.wrap article ul li a p {
		padding: 0 0 0 0;
		margin:  0 0 0 0;
		color: #fff;
		font-size: .8rem;
		line-height: 1rem;
	}
	body div.wrap article ul li a p span {
		font-size: .4rem;
		display: block;
	}

}
