@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/
.fade { opacity: 1; transition: .3s}
.fade:hover { opacity: .5;}

.contents h1 { width: 960px; height: 256px; margin-top: 20px; background: url('/attending/member/point/images/h1.png'); position: relative;}
.contents h1 span.txt { width: 490px; font-size: 1.3rem; font-weight: normal; position: absolute; top: 170px; left: 30px;}
.contents h1 span.btn { width: 385px; position: absolute; top: 155px; right: 20px;}

.contents section { margin: 50px 0;}
.contents section dl { width: 860px; margin: 25px auto 0 auto; display: flex; justify-content: space-between;}
.contents section dl dt { padding-right: 30px;}
.contents section dl dt p { margin-bottom: 20px; font-size: 1.3rem; line-height: 2.5; font-weight: normal;}

.contents {
    clear: both;
    width: 960px;
    height: auto;
    margin: 0 auto;
}

.contents img{width: auto;}