

/* ---- 未ログイン時トップ --------------------------------*/
.top img{
  margin:0;
  padding:0;
  line-height:100%;
  display:block;
}
.top_login{
padding: 3rem 2rem;
    justify-content: space-between;
    position: relative;
    margin-bottom: 3rem;
}
.top_login li{
  width: 49%;
  text-align:center;
	
}
.top_login li a{
  width:100%;
  display:block;
}
.top_login li a img{
  display:inline;
}
.top_login::before,.top_login::after{
	content: "";
	background-image: url(../image/site/ornament_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 43px;
	position: absolute;
	display: block;
}
.top_login::before{
	top: 0;
	right: 0.5rem;
}
.top_login::after{
	bottom: 0;
	left: 0.5rem;
	transform: rotateZ(180deg);
}
@media screen and (min-width:768px) {
    .top_login li a{
    padding:15px 0 5px 0;
    font-size:2.2rem;
  }
}

a.top_otameshi{
  text-decoration: none!important;
}
a.top_otameshi div{
    background:#ffde52;
  padding:20px 2.5%;
  text-align:center;
}
a.top_otameshi div h5{
  font-size:2.6rem;
  color:#eb6089;
  margin-bottom:15px;
	font-weight: bold;
}
a.top_otameshi div h6{
    font-size: 2rem;
    font-weight: bold;
    color: #424242;
	line-height: 1.5em;
}
a.top_otameshi div h6 span{
    font-weight: bold;
    color: #6adbcb;
}
.top .con1{
	padding:4rem 1rem 5rem;
}
.top .con1 .img{
	padding: 0px 2rem;
}
.top .con2{
	padding: 1rem 1rem 0rem;
	background: #ffde52;
}
.top .con2::before,.top .con2::after{
	content: "";
	display: block;
}
.top .con2::before{
background-color: #ffffff;
    width: 120%;
    height: 50px;
    margin: -15% 0% 0% -10%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}
.top .con2::after{
	background-color: #ffde52;
    width: 120%;
    height: 50px;
    margin: 0% 0% 0% -10%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);

	
}
.top .con2 .img{
	margin-bottom: 3rem;
	padding-top: 5rem;
	position: relative;
}
.top .con3{
	padding: 5rem 1rem;
}
.top .con3 .img{
	margin-bottom: 3rem;
	padding: 0px 1.5rem;
}

@media screen and (min-width:768px) {
	.top .con2::before{height: 100px;}
	.top .con2::after{height: 100px;}
}

.top_login_img{
  margin:0;
  padding:0;
  line-height:100%;
  display:block;
}

