a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.device-pc main{
	padding: 0 0 0 0;
	width: 100%;
	background-position: center 100px;
	background-image: url(http://www.1101.com/store/techo/en/fun/tea/images/back_img.png);
	background-color: #c7d318;
	padding-bottom: 100px;
	background-size: 130%;
    background-repeat: repeat-y;
}

.device-pc main .conv{
	width: 680px;
	margin: 0 auto;
	padding-top: 40px;
	line-height: 1.8em;
	font-size: 17px;
	background-color: #FFF;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
	margin-top: 70px;
}

.device-pc #head{
	width: 100%;
	text-align: center;
}

.device-sp #head{
	display: none;
}

.device-pc #head img{
	width: 100%;
}

.device-pc main .conv dl{
	display: table;
	width: 580px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.device-pc main .sub_title{
	text-align: center;
	padding-bottom: 50px;
}

.device-pc main .sub_title img{
	height: 70px;
	width: auto;
}

.device-pc main .conv dt{
	vertical-align: top;
	display: table-cell;
	width: 100px;
	padding-left: 25px;
	text-align: right;
	text-align: right;
}

.device-pc main .conv dt.hoshina{
	color: #53a218;
}

.device-pc main .conv dt.hobo{
	color: #de7a18;
}

.device-pc main .conv dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.device-pc main .conv_ph{
	width: 500px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.device-pc main p.cap_b{
	font-size: 20px;
    font-weight: 600;
    padding-left: 90px;
	margin-bottom: -40px;
}

.device-pc main p.credit{
	text-align: center;
	font-size: 12px;
	padding-bottom: 50px;
}

.device-pc main .yodogawa_area{
    padding-top: 50px;
}

.device-pc main p.yodogawa{
	text-align: center;
	font-size: 18px;
	line-height: 1.75em;
	width: 780px;
	margin: 0 auto;
}


.device-pc main .prof label {
	color: #fff;
	padding: 4px;
	display: block;
	text-align: center;
	font-size: 20px;
    width: 270px;
	margin: 0 auto;
	margin-bottom: 13px;
	border-bottom: 1px solid #fff;
	padding-top: 50px;
}

.device-pc main .prof input[type="checkbox"].on-off{
    display: none;
}

.device-pc main .prof p{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
}

.device-pc main .prof p span {
	font-size: 18px;
	font-weight: 600;
}


.device-pc main .prof input[type="checkbox"].on-off + p{
    height: 0;
    overflow: hidden;
}

.device-pc main .prof input[type="checkbox"].on-off:checked + p{
    height: auto;
    width: 680px;
    text-align: center;
    margin: 0 auto;
}

.device-pc main .credit_area{
	height: 400px;
	background: linear-gradient(rgba(255,255,255,0) -30%, rgba(255,255,255,500));
}

.device-pc main .credit_area p{
	text-align: center;
	color: #c7d318;
}

.device-pc main time{
	font-size: 12px;
	padding-top: 240px;
	margin-top: -180px;
}

.device-pc main p.info{
	width: 500px;
	margin: 0 auto;
}


/*スマホ*/

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

.device-sp main p br.sp_on{
	display: inline-block;
}

html.device-sp main a{
	display: block;
}

.device-sp main{
	padding: 0 0 0 0;
	width: 100%;
	background-position: center 100px;
	background-image: url(http://www.1101.com/store/techo/en/fun/tea/images/back_img.png);
	background-color: #c7d318;
	padding-bottom: 100px;
	background-size: 130%;
    background-repeat: repeat-y;
}

.device-sp #head{
	display: inline;
	width: 100%;
	text-align: center;
}

.device-pc #head{
	display: none;
}

.device-sp main .conv{
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	line-height: 1.8em;
	font-size: 17px;
	background-color: #FFF;
    letter-spacing: 0em;
	margin-top: 70px;
}

.device-sp main .sub_title{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}

.device-sp main .sub_title img{
	width: auto;
	height: 50px;
}


.device-sp main .conv dt.hoshina{
	color: #53a218;
}

.device-sp main .conv dt.hobo{
	color: #de7a18;
}

.device-sp main .conv dl{
	display: table;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.device-sp main .conv dt{
	vertical-align: top;
	display: block;
	width: 100%;
	text-align: left;
	color: #007577;
}

.device-sp main .conv dd{
	display: block;
	vertical-align: top;
	width: 100%;
}

.device-sp main .conv_ph{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.device-sp main p.cap_b{
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
	margin-bottom: -20px;
}

.device-sp main p.credit{
	text-align: center;
    font-size: 12px;
    padding-bottom: 50px;
}

.device-sp main p.yodogawa{
	text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75em;
    padding-top: 20px;
	padding-bottom: 20px;
}

.device-sp main .prof label {
	color: #fff;
	padding: 4px;
	display: block;
	text-align: center;
	font-size: 20px;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 13px;
	border-bottom: 1px solid #fff;
	padding-top: 50px;
}

.device-sp main .prof input[type="checkbox"].on-off{
    display: none;
}

.device-sp main .prof p{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
}

.device-sp main .prof p span {
	font-size: 18px;
	font-weight: 600;
}


.device-sp main .prof input[type="checkbox"].on-off + p{
    height: 0;
    overflow: hidden;
}

.device-sp main .prof input[type="checkbox"].on-off:checked + p{
    height: auto;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.device-sp main .credit_area p{
	text-align: center;
	color: #c7d318;
	padding-bottom: 50px;
}

.device-sp main time{
	font-size: 12px;
}

.device-sp main p.info{
	width: 85%;
	margin: 0 auto;
}

}
